diff options
author | 2025-06-07 10:28:21 -0400 | |
---|---|---|
committer | 2025-06-07 10:31:22 -0400 | |
commit | 549e914c96ae67760f36b9714b424dc992a0a69b (patch) | |
tree | bb263e5f2527613a7718eedf48af20e673a42b70 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tracing: PM: Remove unused clock events (diff) | |
download | linux-rng-549e914c96ae67760f36b9714b424dc992a0a69b.tar.xz linux-rng-549e914c96ae67760f36b9714b424dc992a0a69b.zip |
tracing: Add rcu annotation around file->filter accesses
Running sparse on trace_events_filter.c triggered several warnings about
file->filter being accessed directly even though it's annotated with __rcu.
Add rcu_dereference() around it and shuffle the logic slightly so that
it's always referenced via accessor functions.
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Link: https://lore.kernel.org/20250607102821.6c7effbf@gandalf.local.home
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions