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_for_v5.15_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fix from Borislav Petkov:
"Reset clang's Shadow Call Stack on hotplug to prevent it from
overflowing"

* tag 'sched_urgent_for_v5.15_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched/scs: Reset the shadow stack when idle_task_exit

+1
+1
kernel/sched/core.c
··· 8795 8795 finish_arch_post_lock_switch(); 8796 8796 } 8797 8797 8798 + scs_task_reset(current); 8798 8799 /* finish_cpu(), as ran on the BP, will clean up the active_mm state */ 8799 8800 } 8800 8801