aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/cyc_complexity_plugin.c
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <[email protected]>2020-02-05 09:20:32 -0500
committerSteven Rostedt (VMware) <[email protected]>2020-02-05 17:16:42 -0500
commit54a16ff6f2e50775145b210bcd94d62c3c2af117 (patch)
tree9fcea20433e1f5c27406e9a793e6bd4d090dd03c /scripts/gcc-plugins/cyc_complexity_plugin.c
parent16052dd5bdfa16dbe18d8c1d4cde2ddab9d23177 (diff)
ftrace: Protect ftrace_graph_hash with ftrace_sync
As function_graph tracer can run when RCU is not "watching", it can not be protected by synchronize_rcu() it requires running a task on each CPU before it can be freed. Calling schedule_on_each_cpu(ftrace_sync) needs to be used. Link: https://lore.kernel.org/r/20200205131110.GT2935@paulmck-ThinkPad-P72 Cc: [email protected] Fixes: b9b0c831bed26 ("ftrace: Convert graph filter to use hash tables") Reported-by: "Paul E. McKenney" <[email protected]> Reviewed-by: Joel Fernandes (Google) <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions