diff options
author | Steven Rostedt (VMware) <[email protected]> | 2020-11-05 21:32:39 -0500 |
---|---|---|
committer | Steven Rostedt (VMware) <[email protected]> | 2020-11-06 08:33:23 -0500 |
commit | 6cdf941871ec9cb1cf03227038a45a73afd8dc9a (patch) | |
tree | db2e7e2c3b1088b873fb25076d55331ec3564401 /lib/test_overflow.c | |
parent | da5afbeb1724609996ca7bb4fbce2cd104c95914 (diff) |
pstore/ftrace: Add recursion protection to the ftrace callback
If a ftrace callback does not supply its own recursion protection and
does not set the RECURSION_SAFE flag in its ftrace_ops, then ftrace will
make a helper trampoline to do so before calling the callback instead of
just calling the callback directly.
The default for ftrace_ops is going to change. It will expect that handlers
provide their own recursion protection, unless its ftrace_ops states
otherwise.
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Cc: Peter Zijlstra <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Jiri Kosina <[email protected]>
Cc: Miroslav Benes <[email protected]>
Cc: Petr Mladek <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Thomas Meyer <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions