Re: [PATCH 0/2] tracing/probes: Fixes for v6.5-rc2
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2023-07-25 02:42:05
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2023-07-25 02:42:05
Also in:
lkml
On Tue, 25 Jul 2023 10:37:10 +0900 "Masami Hiramatsu (Google)" [off-list ref] 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 eneblementFor 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) [off-list ref]