[GIT PULL] sched_ext: Fixes for v7.1-rc6
From: Tejun Heo
Date: Tue Jun 02 2026 - 18:48:32 EST
Hello,
Two low-risk fixes, both contained within sched_ext.
The following changes since commit 0c1a9dce208b4dc265925898e5da98934f7f9266:
sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue() (2026-05-21 06:27:44 -1000)
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.1-rc6-fixes
for you to fetch changes up to 02e545c4297a26dbbc41df81b831e7f605bcd306:
sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task() (2026-06-02 11:27:50 -1000)
----------------------------------------------------------------
sched_ext: Fixes for v7.1-rc6
Two low-risk fixes:
- Drop a spurious warning that can fire during cgroup migration while a
sched_ext scheduler is loaded.
- Fix a drgn-based debug script that broke after scheduler state moved into
a per-scheduler struct.
----------------------------------------------------------------
Tejun Heo (1):
sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()
Zicheng Qu (1):
tools/sched_ext: Fix scx_show_state per-scheduler state reads
kernel/sched/ext.c | 10 ++++++----
tools/sched_ext/scx_show_state.py | 19 +++++++++++++------
2 files changed, 19 insertions(+), 10 deletions(-)
--
tejun