Commit 3d23ef0
committed
Merge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/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 crash1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7081 | 7081 | | |
7082 | 7082 | | |
7083 | 7083 | | |
7084 | | - | |
7085 | | - | |
7086 | | - | |
7087 | 7084 | | |
7088 | 7085 | | |
7089 | 7086 | | |
| |||
7093 | 7090 | | |
7094 | 7091 | | |
7095 | 7092 | | |
| 7093 | + | |
7096 | 7094 | | |
7097 | 7095 | | |
7098 | 7096 | | |
| |||
0 commit comments