]> www.infradead.org Git - users/hch/misc.git/commit
sched_ext: Clarify sched_ext_ops table for userland scheduler
authorChangwoo Min <multics69@gmail.com>
Sat, 9 Nov 2024 02:25:14 +0000 (11:25 +0900)
committerTejun Heo <tj@kernel.org>
Sat, 9 Nov 2024 02:40:27 +0000 (16:40 -1000)
commit153591f7036be19ddcdb102c34b9f3e876a236c7
tree0c4eb8d11c9c9cd4540e42019da1665b4cef2d7e
parente32c260195e6ff72940ab7826e38e0a0066fc58f
sched_ext: Clarify sched_ext_ops table for userland scheduler

Update the comments in sched_ext_ops to clarify this table is for
a BPF scheduler and a userland scheduler should also rely on the
sched_ext_ops table through the BPF scheduler.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c