[PATCH 0/2] tracing/probes: Fixes for v6.5-rc2

Masami Hiramatsu (Google) posted 2 patches 2 years, 1 month ago
kernel/trace/trace_probe.c                         |    8 ++++----
.../ftrace/test.d/dynevent/add_remove_btfarg.tc    |    2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
[PATCH 0/2] tracing/probes: Fixes for v6.5-rc2
Posted by Masami Hiramatsu (Google) 2 years, 1 month ago
These two patches are probe-events fixes for v6.5-rc2.
One is to fix btf_type_by_id() return value check and the other is fixing
selftest.

Thank you,

---

Masami Hiramatsu (Google) (2):
      tracing/probes: Fix to add NULL check for BTF APIs
      selftests/ftrace: Fix to check fprobe event eneblement


 kernel/trace/trace_probe.c                         |    8 ++++----
 .../ftrace/test.d/dynevent/add_remove_btfarg.tc    |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

--
Masami Hiramatsu (Google) <mhiramat@kernel.org>
Re: [PATCH 0/2] tracing/probes: Fixes for v6.5-rc2
Posted by Steven Rostedt 2 years, 1 month ago
On Tue, 25 Jul 2023 10:37:10 +0900
"Masami Hiramatsu (Google)" <mhiramat@kernel.org> wrote:

> These two patches are probe-events fixes for v6.5-rc2.
> One is to fix btf_type_by_id() return value check and the other is fixing
> selftest.
> 
> Thank you,
> 
> ---
> 
> Masami Hiramatsu (Google) (2):
>       tracing/probes: Fix to add NULL check for BTF APIs
>       selftests/ftrace: Fix to check fprobe event eneblement

For both patches:

Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org>

-- Steve

> 
> 
>  kernel/trace/trace_probe.c                         |    8 ++++----
>  .../ftrace/test.d/dynevent/add_remove_btfarg.tc    |    2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> --
> Masami Hiramatsu (Google) <mhiramat@kernel.org>
Re: [PATCH 0/2] tracing/probes: Fixes for v6.5-rc2
Posted by Masami Hiramatsu (Google) 2 years, 1 month ago
On Mon, 24 Jul 2023 22:40:17 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:

> On Tue, 25 Jul 2023 10:37:10 +0900
> "Masami Hiramatsu (Google)" <mhiramat@kernel.org> wrote:
> 
> > These two patches are probe-events fixes for v6.5-rc2.
> > One is to fix btf_type_by_id() return value check and the other is fixing
> > selftest.
> > 
> > Thank you,
> > 
> > ---
> > 
> > Masami Hiramatsu (Google) (2):
> >       tracing/probes: Fix to add NULL check for BTF APIs
> >       selftests/ftrace: Fix to check fprobe event eneblement
> 
> For both patches:
> 
> Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org>

Thanks!

> 
> -- Steve
> 
> > 
> > 
> >  kernel/trace/trace_probe.c                         |    8 ++++----
> >  .../ftrace/test.d/dynevent/add_remove_btfarg.tc    |    2 +-
> >  2 files changed, 5 insertions(+), 5 deletions(-)
> > 
> > --
> > Masami Hiramatsu (Google) <mhiramat@kernel.org>
> 


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