diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-11-05 11:46:02 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-11-05 11:46:02 -0700 |
commit | ffbcbfca846ed117e3d4009acfbf1e1590c56b2f (patch) | |
tree | 32db62170c4635cf3dcefb44037d86e35a9394f4 /Documentation/devicetree/bindings/net | |
parent | 6c286e812d5f306ebf991c3f78ebc511121896e0 (diff) | |
parent | 8243d5597793b5e85143c9a935e1b971c59740a9 (diff) | |
parent | 405c0759712f57b680f66aee9c55cd06ad1cbdef (diff) |
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