[GIT PULL] sched_ext: Fixes for v6.17-rc2
From: Tejun Heo
Date: Thu Aug 21 2025 - 13:30:35 EST
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git/ tags/sched_ext-for-6.17-rc2-fixes
for you to fetch changes up to e69980bd16f264581c3f606bae987e54f0ba8c4a:
selftests/sched_ext: Remove duplicate sched.h header (2025-08-11 08:24:08 -1000)
----------------------------------------------------------------
sched_ext: Fixes for v6.17-rc2
- Fix a subtle bug during SCX enabling where a dead task skips init but
doesn't skip sched class switch leading to invalid task state transition
warning.
- Cosmetic fix in selftests.
----------------------------------------------------------------
Andrea Righi (1):
sched/ext: Fix invalid task state transitions on class switch
Jiapeng Chong (1):
selftests/sched_ext: Remove duplicate sched.h header
kernel/sched/ext.c | 4 ++++
tools/testing/selftests/sched_ext/hotplug.c | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
--
tejun