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

From: Steven Rostedt
Date: Mon Jul 24 2023 - 22:42:05 EST


On Tue, 25 Jul 2023 10:37:10 +0900
"Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx> 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@xxxxxxxxxxx>

-- 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@xxxxxxxxxx>