[GIT PULL] sched_ext: Fixes for v7.1-rc4

From: Tejun Heo

Date: Fri May 22 2026 - 12:53:50 EST


Hello, Linus.

The following changes since commit 6ae315d37924435516d697ea7dde0b799a5928e0:

sched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolation (2026-05-13 10:02:57 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git tags/sched_ext-for-7.1-rc4-fixes

for you to fetch changes up to 0c1a9dce208b4dc265925898e5da98934f7f9266:

sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue() (2026-05-21 06:27:44 -1000)

----------------------------------------------------------------
sched_ext: Fixes for v7.1-rc4

- Spurious WARN in ops_dequeue() racing with concurrent dispatch.

- Self-deadlock between scheduler disable and a concurrent sub-sched
enable.

----------------------------------------------------------------
Samuele Mariotti (1):
sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()

Tejun Heo (1):
sched_ext: Fix deadlock between scx_root_disable() and concurrent forks

kernel/sched/ext.c | 39 ++++++++++++++++++++++++++++++++++++---
1 file changed, 36 insertions(+), 3 deletions(-)

Thanks.

--
tejun