Revision 81388c2b3fb16972c699aab8a4f80ba85d0f9360 authored by Linus Torvalds on 10 November 2019, 20:00:47 UTC, committed by Linus Torvalds on 10 November 2019, 20:00:47 UTC
Pull scheduler fixes from Thomas Gleixner:
 "Two fixes for scheduler regressions:

   - Plug a subtle race condition which was introduced with the rework
     of the next task selection functionality. The change of task
     properties became unprotected which can be observed inconsistently
     causing state corruption.

   - A trivial compile fix for CONFIG_CGROUPS=n"

* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched: Fix pick_next_task() vs 'change' pattern race
  sched/core: Fix compilation error when cgroup not selected
2 parent s b584a17 + 6e2df05
History
File Mode Size
.gitignore -rw-r--r-- 24 bytes
Makefile -rw-r--r-- 3.2 KB

back to top