Commit ffbcbfc
committed
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 freeing2 files changed
+7
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
318 | 321 | | |
319 | 322 | | |
320 | 323 | | |
| |||
1862 | 1865 | | |
1863 | 1866 | | |
1864 | 1867 | | |
| 1868 | + | |
1865 | 1869 | | |
1866 | 1870 | | |
1867 | 1871 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5192 | 5192 | | |
5193 | 5193 | | |
5194 | 5194 | | |
| 5195 | + | |
| 5196 | + | |
5195 | 5197 | | |
5196 | 5198 | | |
5197 | 5199 | | |
5198 | 5200 | | |
5199 | | - | |
5200 | | - | |
5201 | | - | |
5202 | | - | |
5203 | | - | |
5204 | | - | |
5205 | 5201 | | |
5206 | 5202 | | |
5207 | | - | |
5208 | | - | |
5209 | | - | |
5210 | 5203 | | |
5211 | 5204 | | |
5212 | 5205 | | |
| |||
5221 | 5214 | | |
5222 | 5215 | | |
5223 | 5216 | | |
| 5217 | + | |
5224 | 5218 | | |
5225 | 5219 | | |
5226 | 5220 | | |
| |||
0 commit comments