Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'sched-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fix from Ingo Molnar:
"Fix a recently introduced use-after-free bug"

* tag 'sched-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched/eevdf: Fix heap corruption more

+2 -1
+2 -1
kernel/sched/fair.c
··· 3657 3657 */ 3658 3658 deadline = div_s64(deadline * old_weight, weight); 3659 3659 se->deadline = se->vruntime + deadline; 3660 - min_deadline_cb_propagate(&se->run_node, NULL); 3660 + if (se != cfs_rq->curr) 3661 + min_deadline_cb_propagate(&se->run_node, NULL); 3661 3662 } 3662 3663 3663 3664 #ifdef CONFIG_SMP