Commit 600b18f
committed
Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing fixes from Steven Rostedt:
"Two locking fixes:
- Add mutex protection to ring_buffer_reset()
- Fix deadlock in modify_ftrace_direct_multi()"
* tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
ftrace/direct: Fix lockup in modify_ftrace_direct_multi
ring-buffer: Protect ring_buffer_reset() from reentrancy2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5602 | 5602 | | |
5603 | 5603 | | |
5604 | 5604 | | |
| 5605 | + | |
| 5606 | + | |
5605 | 5607 | | |
5606 | 5608 | | |
5607 | 5609 | | |
5608 | | - | |
5609 | 5610 | | |
5610 | 5611 | | |
5611 | 5612 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5228 | 5228 | | |
5229 | 5229 | | |
5230 | 5230 | | |
| 5231 | + | |
| 5232 | + | |
| 5233 | + | |
5231 | 5234 | | |
5232 | 5235 | | |
5233 | 5236 | | |
| |||
5246 | 5249 | | |
5247 | 5250 | | |
5248 | 5251 | | |
| 5252 | + | |
| 5253 | + | |
5249 | 5254 | | |
5250 | 5255 | | |
5251 | 5256 | | |
| |||
0 commit comments