]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tracing/osnoise: Fix notify new tracing_max_latency
authorDaniel Bristot de Oliveira <bristot@kernel.org>
Wed, 29 Mar 2023 15:50:16 +0000 (17:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Apr 2023 15:02:51 +0000 (17:02 +0200)
commitde58bacba9c3e949adb2fb34b0a65b44cec90e45
tree60b0642910f2258cfe6805da56a93253f5f172ce
parent6cd4080d09e78861ee8667b8edf2a60b66680955
tracing/osnoise: Fix notify new tracing_max_latency

commit d3cba7f02cd82118c32651c73374d8a5a459d9a6 upstream.

osnoise/timerlat tracers are reporting new max latency on instances
where the tracing is off, creating inconsistencies between the max
reported values in the trace and in the tracing_max_latency. Thus
only report new tracing_max_latency on active tracing instances.

Link: https://lkml.kernel.org/r/ecd109fde4a0c24ab0f00ba1e9a144ac19a91322.1680104184.git.bristot@kernel.org
Cc: stable@vger.kernel.org
Fixes: dae181349f1e ("tracing/osnoise: Support a list of trace_array *tr")
Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/trace/trace_osnoise.c