Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 31 Jan 2016 23:44:04 +0000 (15:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 31 Jan 2016 23:44:04 +0000 (15:44 -0800)
commit7ab85d4a85160ea2ffc96b1255443cbc83be180f
tree65ccb76940c7574d96d235cd2860ea7473610e8b
parent29d14f083522e5bc762256f68227d267118946c8
parent840d6fe7425ffb6a62d53b2759e01ae6daf90e4e
Merge branch 'sched-urgent-for-linus' of git://git./linux/kernel/git/tip/tip

Pull scheduler fixes from Thomas Gleixner:
 "Three small fixes in the scheduler/core:

   - use after free in the numa code
   - crash in the numa init code
   - a simple spelling fix"

* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  pid: Fix spelling in comments
  sched/numa: Fix use-after-free bug in the task_numa_compare
  sched: Fix crash in sched_init_numa()
kernel/pid.c
kernel/sched/core.c