[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <173630223453.1453474.6442447279377996686.stgit@devnote2>
Date: Wed, 8 Jan 2025 11:10:34 +0900
From: "Masami Hiramatsu (Google)" <mhiramat@...nel.org>
To: Steven Rostedt <rostedt@...dmis.org>,
Peter Zijlstra <peterz@...radead.org>
Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@...el.com>,
Masami Hiramatsu <mhiramat@...nel.org>,
"David S . Miller" <davem@...emloft.net>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Oleg Nesterov <oleg@...hat.com>,
Tzvetomir Stoyanov <tz.stoyanov@...il.com>,
Naveen N Rao <naveen@...nel.org>,
Josh Poimboeuf <jpoimboe@...nel.org>,
Jason Baron <jbaron@...mai.com>,
Ard Biesheuvel <ardb@...nel.org>,
linux-kernel@...r.kernel.org,
linux-trace-kernel@...r.kernel.org
Subject: [PATCH v5 0/5] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
Hi,
Here is the 5th version of the series to fix and cleanup probe events in
ftrace with __free(). The previous series is here;
https://lore.kernel.org/all/173629943548.1450013.12412761424554510119.stgit@devnote2/
In this version, I updated [3/5] according to the comment from Steve.
Thanks,
---
Masami Hiramatsu (Google) (5):
tracing/kprobes: Fix to free objects when failed to copy a symbol
tracing: Use __free() in trace_probe for cleanup
tracing: Use __free() for kprobe events to cleanup
tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos
tracing: Adopt __free() and guard() for trace_fprobe.c
kernel/trace/trace_fprobe.c | 129 ++++++++++++++++++++-----------------------
kernel/trace/trace_kprobe.c | 130 +++++++++++++++++++++----------------------
kernel/trace/trace_probe.c | 51 ++++++-----------
3 files changed, 141 insertions(+), 169 deletions(-)
--
Masami Hiramatsu (Google) <mhiramat@...nel.org>
Powered by blists - more mailing lists