Merge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Apr 2025 16:23:20 +0000 (09:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Apr 2025 16:23:20 +0000 (09:23 -0700)
commit3d23ef05c32464dfb1b010301e332c0dfc62e282
tree298f1e19da5bda104160246b1945b46929231301
parent86baa5499c468f306ca7cdfc1663398c99646ceb
parentbbce3de72be56e4b5f68924b7da9630cc89aa1a8
Merge tag 'sched-urgent-2025-04-26' of git://git./linux/kernel/git/tip/tip

Pull scheduler fix from Ingo Molnar:
 "Fix sporadic crashes in dequeue_entities() due to ... bad math.

  [ Arguably if pick_eevdf()/pick_next_entity() was less trusting of
    complex math being correct it could have de-escalated a crash into
    a warning, but that's for a different patch ]"

* tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash