]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched_ext: Documentation: Fix ops table header reference
authorLiang Luo <luoliang@kylinos.cn>
Tue, 7 Jul 2026 09:45:38 +0000 (17:45 +0800)
committerTejun Heo <tj@kernel.org>
Tue, 7 Jul 2026 22:23:33 +0000 (12:23 -1000)
commit030db7005efe6a0705ddf07fced494c364a1c915
tree1909585f52b6d2693c3f57db8246a5c921e5bd76
parentb7d9c359e5cf867f7eb23df3bb1c6b9e58af24da
sched_ext: Documentation: Fix ops table header reference

The "Where to Look" and "ABI Instability" sections state that the ops
table is defined in include/linux/sched/ext.h. However, struct
sched_ext_ops is actually defined in kernel/sched/ext/internal.h, along
with the SCX_OPS_* flags; include/linux/sched/ext.h holds the core data
structures (struct sched_ext_entity, struct scx_dispatch_q, ...) and the
DSQ constants. Point the ops table references to the correct header.

Signed-off-by: Liang Luo <luoliang@kylinos.cn>
Reviewed-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/scheduler/sched-ext.rst