]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()
authorTejun Heo <tj@kernel.org>
Tue, 23 Sep 2025 19:03:26 +0000 (09:03 -1000)
committerTejun Heo <tj@kernel.org>
Tue, 23 Sep 2025 19:03:26 +0000 (09:03 -1000)
commit4d9553fee3e278ca3d90c54c063ce2db01e93268
tree4f61d4a097c59f72232128946342a201eab0539c
parent956f2b11a8a4fd2793aaa8a672c70206f0ce4655
sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()

In preparation for multiple scheduler support, add the @sch parameter to
scx_dsq_insert_preamble/commit() and update the callers to read $scx_root
and pass it in. The passed in @sch parameter is not used yet.

Reviewed-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c