[GIT PULL] sched_ext: Fixes for v7.0
From: Tejun Heo
Date: Fri Feb 20 2026 - 22:41:51 EST
Hi Linus,
The following changes since commit 37a93dd5c49b5fda807fd204edf2547c3493319c:
Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2026-02-11 19:31:52 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git tags/sched_ext-for-7.0-fixes
for you to fetch changes up to 640c9dc72f21f325700a4b0f839ad568ff21c697:
tools/sched_ext: fix getopt not re-parsed on restart (2026-02-20 17:17:38 -1000)
----------------------------------------------------------------
sched_ext: Fixes for v7.0
- Various bug fixes for the example schedulers and selftests.
----------------------------------------------------------------
David Carlier (9):
tools/sched_ext: scx_flatcg: zero-initialize stats counter array
tools/sched_ext: scx_central: fix sched_setaffinity() call with the set size
tools/sched_ext: scx_userland: fix restart and stats thread lifecycle bugs
tools/sched_ext: scx_flatcg: fix potential stack overflow from VLA in fcg_read_stats
tools/sched_ext: scx_userland: fix stale data on restart
tools/sched_ext: scx_central: fix CPU_SET and skeleton leak on early exit
tools/sched_ext: scx_pair: fix stride == 0 crash on single-CPU systems
tools/sched_ext: scx_userland: fix data races on shared counters
tools/sched_ext: fix getopt not re-parsed on restart
Ihor Solodrai (1):
selftests/sched_ext: Fix rt_stall flaky failure
tools/sched_ext/scx_central.c | 10 ++++--
tools/sched_ext/scx_cpu0.c | 1 +
tools/sched_ext/scx_flatcg.c | 13 ++++++--
tools/sched_ext/scx_pair.c | 8 ++++-
tools/sched_ext/scx_sdt.c | 1 +
tools/sched_ext/scx_simple.c | 1 +
tools/sched_ext/scx_userland.c | 31 +++++++++++-------
tools/testing/selftests/sched_ext/rt_stall.c | 49 ++++++++++++++++++++++++++++
8 files changed, 96 insertions(+), 18 deletions(-)
Thanks.
--
tejun