mbox series

[0/2] tracing: s390: Fix fprobes on s390

Message ID 173807816551.1854334.146350914633413330.stgit@devnote2 (mailing list archive)
Headers show
Series tracing: s390: Fix fprobes on s390 | expand

Message

Masami Hiramatsu (Google) Jan. 28, 2025, 3:29 p.m. UTC
Hi,

Here are fprobe and kprobe-multi fix patches for s390 which maybe broken
when we introduced fprobes on fgraph series.

Thank you,

---

Masami Hiramatsu (Google) (2):
      s390: fgraph: Fix to remove ftrace_test_recursion_trylock()
      s390: tracing: Define ftrace_get_symaddr() for s390


 arch/s390/include/asm/ftrace.h |    1 +
 arch/s390/kernel/ftrace.c      |    5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)

--
Masami Hiramatsu (Google) <mhiramat@kernel.org>

Comments

Heiko Carstens Jan. 29, 2025, 9:12 a.m. UTC | #1
On Wed, Jan 29, 2025 at 12:29:25AM +0900, Masami Hiramatsu (Google) wrote:
> Hi,
> 
> Here are fprobe and kprobe-multi fix patches for s390 which maybe broken
> when we introduced fprobes on fgraph series.
> 
> Thank you,
> 
> ---
> 
> Masami Hiramatsu (Google) (2):
>       s390: fgraph: Fix to remove ftrace_test_recursion_trylock()
>       s390: tracing: Define ftrace_get_symaddr() for s390
> 
> 
>  arch/s390/include/asm/ftrace.h |    1 +
>  arch/s390/kernel/ftrace.c      |    5 -----
>  2 files changed, 1 insertion(+), 5 deletions(-)

For both patches:
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>