Re: [PATCH v4 2/9] fprobe: Use fprobe_regs in fprobe entry handler
From: Florent Revest <hidden>
Date: 2023-08-25 16:13:11
Also in:
bpf, lkml
From: Florent Revest <hidden>
Date: 2023-08-25 16:13:11
Also in:
bpf, lkml
On Wed, Aug 23, 2023 at 5:15 PM Masami Hiramatsu (Google) [off-list ref] wrote:
From: Masami Hiramatsu (Google) <mhiramat@kernel.org> This allows fprobes to be available with CONFIG_DYNAMIC_FTRACE_WITH_ARGS instead of CONFIG_DYNAMIC_FTRACE_WITH_REGS, then we can enable fprobe on arm64. Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Acked-by: Florent Revest <redacted>