]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'sched-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Feb 2026 17:10:42 +0000 (09:10 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Feb 2026 17:10:42 +0000 (09:10 -0800)
commitdda5df9823630a26ed24ca9150b33a7f56ba4546
treed2454c9a2b01b47dfd33cb35d66322e6be58a38b
parent7e0b172c80ad797061dfa32e18bf908c81ceab0e
parent4463c7aa11a6e67169ae48c6804968960c4bffea
Merge tag 'sched-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fixes from Ingo Molnar:
 "Miscellaneous MMCID fixes to address bugs and performance regressions
  in the recent rewrite of the SCHED_MM_CID management code:

   - Fix livelock triggered by BPF CI testing

   - Fix hard lockup on weakly ordered systems

   - Simplify the dropping of CIDs in the exit path by removing an
     unintended transition phase

   - Fix performance/scalability regression on a thread-pool benchmark
     by optimizing transitional CIDs when scheduling out"

* tag 'sched-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/mmcid: Optimize transitional CIDs when scheduling out
  sched/mmcid: Drop per CPU CID immediately when switching to per task mode
  sched/mmcid: Protect transition on weakly ordered systems
  sched/mmcid: Prevent live lock on task to CPU mode transition