[PATCHSET sched_ext/for-6.19] sched_ext: Misc changes with some prep patches for sub-sched support
From: Tejun Heo
Date: Mon Oct 06 2025 - 21:51:48 EST
Hello,
This patchset contains misc changes and some prep patches for future
sub-scheduler support.
0001-tools-sched_ext-Strip-compatibility-macros-for-cgrou.patch
0002-sched_ext-Add-scx_bpf_task_set_slice-and-scx_bpf_tas.patch
0003-sched_ext-Wrap-kfunc-args-in-struct-to-prepare-for-a.patch
0004-sched_ext-Make-scx_bpf_dsq_insert-return-bool.patch
The patches are based on sched_ext/for-6.19 (7e926e30bfec) +
"sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCU"
(http://lkml.kernel.org/r/aORuaIXJftQDMBIA@xxxxxxxxxxxxxxx).
The following git tree also contains the patchset:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git scx-sub-sched-misc-prep2
kernel/sched/ext.c | 147 ++++++++++++++++++-----
kernel/sched/ext_idle.c | 43 ++++++-
tools/sched_ext/include/scx/common.bpf.h | 9 +-
tools/sched_ext/include/scx/compat.bpf.h | 199 +++++++++++++++----------------
tools/sched_ext/scx_flatcg.bpf.c | 10 +-
tools/sched_ext/scx_qmap.bpf.c | 14 +--
6 files changed, 265 insertions(+), 157 deletions(-)
--
tejun