Commit aa5ff93
committed
Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing fixes from Steven Rostedt:
"Two tracing fixes:
- Fix temp buffer accounting that caused a WARNING for
ftrace_dump_on_opps()
- Move the recursion check in one of the function callback helpers to
the beginning of the function, as if the rcu_is_watching() gets
traced, it will cause a recursive loop that will crash the kernel"
* tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
ftrace: Move RCU is watching check after recursion check
tracing: Fix trace_find_next_entry() accounting of temp buffer size2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6993 | 6993 | | |
6994 | 6994 | | |
6995 | 6995 | | |
6996 | | - | |
6997 | | - | |
6998 | | - | |
6999 | 6996 | | |
7000 | 6997 | | |
7001 | 6998 | | |
7002 | 6999 | | |
7003 | 7000 | | |
7004 | 7001 | | |
7005 | | - | |
| 7002 | + | |
| 7003 | + | |
7006 | 7004 | | |
7007 | 7005 | | |
7008 | 7006 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3546 | 3546 | | |
3547 | 3547 | | |
3548 | 3548 | | |
3549 | | - | |
3550 | | - | |
3551 | | - | |
| 3549 | + | |
| 3550 | + | |
| 3551 | + | |
3552 | 3552 | | |
| 3553 | + | |
| 3554 | + | |
| 3555 | + | |
3553 | 3556 | | |
3554 | 3557 | | |
3555 | | - | |
3556 | 3558 | | |
3557 | 3559 | | |
3558 | 3560 | | |
| |||
0 commit comments