]> git.kernelconcepts.de Git - karo-tx-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, 18 Jun 2017 09:45:17 +0000 (18:45 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 Jun 2017 09:45:17 +0000 (18:45 +0900)
commit0be5255c88dace8b4e0ef19f2a9c3d0f3598c6e6
treeadb388eb36a427d6bcefda5714f49bbda6a38c41
parenta1ff31d74663077524aae3c2e90a76590c5002e8
parent252d2a4117bc181b287eeddf848863788da733ae
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 small fixes for the schedulre core:

   - Use the proper switch_mm() variant in idle_task_exit() because that
     code is not called with interrupts disabled.

   - Fix a confusing typo in a printk"

* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
  sched/fair: Fix typo in printk message