Re: [PATCH v9.1 01/11] fprobe: Pass return address to the handlers
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2023-05-05 15:21:43
Also in:
bpf, lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2023-05-05 15:21:43
Also in:
bpf, lkml
On Tue, 2 May 2023 11:17:28 +0900 "Masami Hiramatsu (Google)" [off-list ref] wrote:
From: Masami Hiramatsu (Google) <mhiramat@kernel.org> Pass return address as 'ret_ip' to the fprobe entry and return handlers.
The change log tells us "what" but not "why". -- Steve
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> ---