On Mon, 12 May 2025 09:24:42 +0900
Masami Hiramatsu (Google) <[email protected]> wrote:
> BTW, this fixes the problem introduced by commit ab105a4fb894
> ("tracing: Use tracing error_log with probe events"). However,
> this patch can be applied after commit d262271d0483
> ("tracing/dynevent: Delegate parsing to create function").
>
> Thus, before that commit, we may need another way to fix
> this issue. (e.g. introduce a different mutex.)
> Anyway, to record the correct fixes;
The method is if this depends on other commits, then those other commits
need to be backported too.
-- Steve
>
> Fixes: ab105a4fb894 ("tracing: Use tracing error_log with probe events")