]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tracing: uprobes: Cleanup __trace_uprobe_create() with __free()
authorMasami Hiramatsu (Google) <mhiramat@kernel.org>
Thu, 25 Sep 2025 00:56:47 +0000 (09:56 +0900)
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>
Fri, 31 Oct 2025 16:10:29 +0000 (01:10 +0900)
commit8b658df206586f85cf19097068660203fa1253bd
tree91e8ab5db95cbf05b529e97116c2fcf0233b1b63
parent0d6edbc9a41557621bb68829bdbdd551bd927961
tracing: uprobes: Cleanup __trace_uprobe_create() with __free()

Use __free() to cleanup ugly gotos in __trace_uprobe_create().

Link: https://lore.kernel.org/all/175509540482.193596.6541098946023873304.stgit@devnote2/
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
kernel/trace/trace_uprobe.c