Re: [PATCH] tracing: fix race when creating trace probe log error message
From: Steven Rostedt
Date: Thu May 01 2025 - 16:58:37 EST
On Thu, 01 May 2025 22:56:44 +0200
Paul Cacheux <paulcacheux@xxxxxxxxx> wrote:
> Just to double check, what you are suggesting here is to include a
> mutex in the shared trace_probe_log entry, and to lock it in all
> accessors functions (trace_probe_log_{init,set_index,clear,err})?
Yep!
-- Steve