]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel... master
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 May 2026 23:43:33 +0000 (16:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 May 2026 23:43:33 +0000 (16:43 -0700)
commit79bd2dded182b1d458b18e62684b7f82ffc682e5
treee11cab84e200dac97bef26a2c880d1fea8caf36d
parentde37e502a315677138009d2965f87e2c0721e76f
parent0c1a9dce208b4dc265925898e5da98934f7f9266
Merge tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext

Pull sched_ext fixes from Tejun Heo:

 - Spurious WARN in ops_dequeue() racing with concurrent dispatch

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

* tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext:
  sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()
  sched_ext: Fix deadlock between scx_root_disable() and concurrent forks
kernel/sched/ext.c