diff options
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-11-06 05:32:36 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-11-06 16:33:23 +0300 |
commit | 0264c8c9e1b53e9dbb41fae5e54756e84644bc60 (patch) | |
tree | 63d5169796dea5946cdc81a091c57d72e64c1195 /crypto/poly1305_generic.c | |
parent | 645f224e7ba2f4200bf163153d384ceb0de5462e (diff) | |
download | linux-0264c8c9e1b53e9dbb41fae5e54756e84644bc60.tar.xz |
ftrace: Move the recursion testing into global headers
Currently, if a callback is registered to a ftrace function and its
ftrace_ops does not have the RECURSION flag set, it is encapsulated in a
helper function that does the recursion for it.
Really, all the callbacks should have their own recursion protection for
performance reasons. But they should not all implement their own. Move the
recursion helpers to global headers, so that all callbacks can use them.
Link: https://lkml.kernel.org/r/20201028115612.460535535@goodmis.org
Link: https://lkml.kernel.org/r/20201106023546.166456258@goodmis.org
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'crypto/poly1305_generic.c')
0 files changed, 0 insertions, 0 deletions