]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Feb 2026 23:11:24 +0000 (15:11 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Feb 2026 23:11:24 +0000 (15:11 -0800)
commit3c7b4d1994f63d6fa3984d7d5ad06dbaad96f167
tree37029e996143b6a4b0081e3f53c86ae108e21e7a
parent27db1ae6ecdf23f4176276da6037eaafbd23bf94
parent0eca95cba2b7bf7b7b4f2fa90734a85fcaa72782
Merge tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext

Pull sched_ext fix from Tejun Heo:

 - Fix race where sched_class operations (sched_setscheduler() and
   friends) could be invoked on dead tasks after sched_ext_dead()
   already ran, causing invalid SCX task state transitions and NULL
   pointer dereferences.

   This was a regression from the cgroup exit ordering fix which
   moved sched_ext_free() to finish_task_switch().

* tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext:
  sched_ext: Short-circuit sched_class operations on dead tasks
kernel/sched/ext.c