Message ID | 169024903018.395371.1006584451160707296.stgit@devnote2 (mailing list archive) |
---|---|
Headers | show |
Series | tracing/probes: Fixes for v6.5-rc2 | expand |
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>
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> >