]> git.ipfire.org Git - thirdparty/linux.git/commit
s390/fgraph: Fix to remove ftrace_test_recursion_trylock()
authorMasami Hiramatsu (Google) <mhiramat@kernel.org>
Tue, 28 Jan 2025 15:29:37 +0000 (00:29 +0900)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 29 Jan 2025 14:12:31 +0000 (15:12 +0100)
commit95a05bf552adcb665af57b2958506a4395ab2f5e
treed1df8813ef3984d4b3e0f7eda908ca2e7468045b
parent2e04247f7cce8b8cd8381a29078701691fec684d
s390/fgraph: Fix to remove ftrace_test_recursion_trylock()

Fix to remove ftrace_test_recursion_trylock() from ftrace_graph_func()
because commit d576aec24df9 ("fgraph: Get ftrace recursion lock in
function_graph_enter") has been moved it to function_graph_enter_regs()
already.

Reported-by: Jiri Olsa <olsajiri@gmail.com>
Closes: https://lore.kernel.org/all/Z5O0shrdgeExZ2kF@krava/
Fixes: d576aec24df9 ("fgraph: Get ftrace recursion lock in function_graph_enter")
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Tested-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: Ihor Solodrai <ihor.solodrai@linux.dev>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/r/173807817692.1854334.2985776940754607459.stgit@devnote2
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/kernel/ftrace.c