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
evm
ima
platform_certs
Kconfig -rw-r--r-- 3.0 KB
Makefile -rw-r--r-- 640 bytes
digsig.c -rw-r--r-- 4.5 KB
digsig_asymmetric.c -rw-r--r-- 3.5 KB
iint.c -rw-r--r-- 5.3 KB
integrity.h -rw-r--r-- 6.9 KB
integrity_audit.c -rw-r--r-- 1.6 KB

back to top