Linux/linux 81388c2kernel/sched deadline.c rt.c

Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

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
DeltaFile
+20-20kernel/sched/deadline.c
+19-18kernel/sched/rt.c
+27-3kernel/sched/sched.h
+16-7kernel/sched/core.c
+11-7kernel/sched/stop_task.c
+12-3kernel/sched/fair.c
+8-1kernel/sched/idle.c
+113-597 files

UnifiedSplitRaw