]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 Nov 2016 18:46:02 +0000 (11:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 Nov 2016 18:46:02 +0000 (11:46 -0700)
commit8a77813066db9998a69c417066f65db32e359bff
tree32db62170c4635cf3dcefb44037d86e35a9394f4
parent3e6b709ae072e46cd3d63010fff41a15181c6802
parent19e3e1c56c7d5574000976dfe4c743c7fbddf86d
parent90448e55ec39514414348da71475044a10b19f12
Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull stack vmap fixups from Thomas Gleixner:
 "Two small patches related to sched_show_task():

   - make sure to hold a reference on the task stack while accessing it

   - remove the thread_saved_pc printout

  .. and add a sanity check into release_task_stack() to catch problems
  with task stack references"

* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/core: Remove pointless printout in sched_show_task()
  sched/core: Fix oops in sched_show_task()

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  fork: Add task stack refcounting sanity check and prevent premature task stack freeing