Re: [PATCH] fprobe: Simplify fprobe_remove_ips() by reusing existing helpers
Steven Rostedt <[email protected]>
| Newsgroups | org.kernel.vger.linux-trace-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 29 Jul 2026 08:29:58 +0900 "Masami Hiramatsu (Google)" <[email protected]> wrote: > From: Masami Hiramatsu (Google) <[email protected]> > > fprobe_remove_ips() manually duplicates the unregister and filter-removal > logic for both graph and ftrace ops. Simplify it by delegating to the > existing fprobe_graph_remove_ips() and fprobe_ftrace_remove_ips() helpers. > > Assisted-by: Antigravity:gemini-3.6-flash > Signed-off-by: Masami Hiramatsu (Google) <[email protected]> > --- Reviewed-by: Steven Rostedt <[email protected]> -- Steve