diff options
author | Steven Rostedt <[email protected]> | 2024-09-09 10:32:31 -0400 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2024-09-09 16:03:57 -0400 |
commit | af178143343028fdec9d5960a22d17f5587fd3f5 (patch) | |
tree | 9e1a19edb1170b12b8a443ded3818975014f120d /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 5bfbcd1ee57b607fd29e4645c7f350dd385dd9ad (diff) |
tracing/osnoise: Fix build when timerlat is not enabled
To fix some critical section races, the interface_lock was added to a few
locations. One of those locations was above where the interface_lock was
declared, so the declaration was moved up before that usage.
Unfortunately, where it was placed was inside a CONFIG_TIMERLAT_TRACER
ifdef block. As the interface_lock is used outside that config, this broke
the build when CONFIG_OSNOISE_TRACER was enabled but
CONFIG_TIMERLAT_TRACER was not.
Cc: Masami Hiramatsu <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Cc: "Helena Anna" <[email protected]>
Cc: "Luis Claudio R. Goncalves" <[email protected]>
Cc: Tomas Glozar <[email protected]>
Link: https://lore.kernel.org/[email protected]
Fixes: e6a53481da29 ("tracing/timerlat: Only clear timer if a kthread exists")
Reported-by: "Bityutskiy, Artem" <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions