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

Masami Hiramatsu (Google) posted 2 patches 1 year ago
arch/s390/include/asm/ftrace.h |    1 +
arch/s390/kernel/ftrace.c      |    5 -----
2 files changed, 1 insertion(+), 5 deletions(-)
[PATCH 0/2] tracing: s390: Fix fprobes on s390
Posted by Masami Hiramatsu (Google) 1 year ago
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>
Re: [PATCH 0/2] tracing: s390: Fix fprobes on s390
Posted by Heiko Carstens 1 year ago
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>