Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixes from Borislav Petkov: "The most anticipated fix in this pull request is probably the horrible build fix for the RANDSTRUCT fail that didn't make -rc2. Also included is the cleanup that removes those BUILD_BUG_ON()s and replaces it with ugly unions. Also included is the try_to_wake_up() race fix that was first triggered by Paul's RCU-torture runs, but was independently hit by Dave Chinner's fstest runs as well" * tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: sched/cfs: change initial value of runnable_avg smp, irq_work: Continue smp_call_function*() and irq_work*() integration sched/core: s/WF_ON_RQ/WQ_ON_CPU/ sched/core: Fix ttwu() race sched/core: Fix PI boosting between RT and DEADLINE tasks sched/deadline: Initialize ->dl_boosted sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix mask corruption sched/core: Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build fail
No related branches found
No related tags found
Showing
- include/linux/irq_work.h 8 additions, 18 deletionsinclude/linux/irq_work.h
- include/linux/sched.h 1 addition, 2 deletionsinclude/linux/sched.h
- include/linux/smp.h 8 additions, 15 deletionsinclude/linux/smp.h
- include/linux/smp_types.h 66 additions, 0 deletionsinclude/linux/smp_types.h
- kernel/sched/core.c 34 additions, 10 deletionskernel/sched/core.c
- kernel/sched/deadline.c 1 addition, 0 deletionskernel/sched/deadline.c
- kernel/sched/fair.c 1 addition, 1 deletionkernel/sched/fair.c
- kernel/sched/sched.h 1 addition, 1 deletionkernel/sched/sched.h
- kernel/smp.c 0 additions, 18 deletionskernel/smp.c
Loading
Please register or sign in to comment