https://github.com/torvalds/linux
Revision ae3e10aba57c284818fd493b18732ce8a4632e1e authored by Linus Torvalds on 30 July 2018, 19:13:56 UTC, committed by Linus Torvalds on 30 July 2018, 19:13:56 UTC
Pull scheduler fixes from Ingo Molnar:
 "Misc fixes:

   - a deadline scheduler related bug fix which triggered a kernel
     warning

   - an RT_RUNTIME_SHARE fix

   - a stop_machine preemption fix

   - a potential NULL dereference fix in sched_domain_debug_one()"

* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE
  sched/deadline: Update rq_clock of later_rq when pushing a task
  stop_machine: Disable preemption after queueing stopper threads
  sched/topology: Check variable group before dereferencing it
2 parent s 0634922 + f3d133e
History
Tip revision: ae3e10aba57c284818fd493b18732ce8a4632e1e authored by Linus Torvalds on 30 July 2018, 19:13:56 UTC
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: ae3e10a

back to top