Shuah,
Can you take this patch (fix) to your tree since this is a fix for the selftest?
Thank you,
On Thu, 3 Jul 2025 10:30:39 -0400 Steven Rostedt rostedt@goodmis.org wrote:
On Thu, 3 Jul 2025 13:26:43 +0900 "Masami Hiramatsu (Google)" mhiramat@kernel.org wrote:
From: Masami Hiramatsu (Google) mhiramat@kernel.org
Since commit c5b6ababd21a ("locking/mutex: implement mutex_trylock_nested") makes mutex_trylock() as an inlined function if CONFIG_DEBUG_LOCK_ALLOC=y, we can not use mutex_trylock() for testing the glob filter of ftrace.
Use mutex_unlock instead.
Signed-off-by: Masami Hiramatsu (Google) mhiramat@kernel.org
Acked-by: Steven Rostedt (Google) rostedt@goodmis.org
-- Steve