]> git.neil.brown.name Git - linux.git/commit
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 3 Jun 2018 16:01:41 +0000 (09:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 3 Jun 2018 16:01:41 +0000 (09:01 -0700)
commit874cd339acdfe734b5418e36e3ad40fd4c573155
treeacf1d2aa1bf1b50c2d81d3138f7166410fa2492b
parent26bdace74c857ce370ca23344e79b0b7cc17e9b3
parent595058b6675e4d2a70dcd867c84d922975f9d22b
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 patches addressing the problem that the scheduler allows under
   certain conditions user space tasks to be scheduled on CPUs which are
   not yet fully booted which causes a few subtle and hard to debug
   issue

 - add a missing runqueue clock update in the deadline scheduler which
   triggers a warning under certain circumstances

 - fix a silly typo in the scheduler header file

* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/headers: Fix typo
  sched/deadline: Fix missing clock update
  sched/core: Require cpu_active() in select_task_rq(), for user tasks
  sched/core: Fix rules for running on online && !active CPUs