Re: [PATCH v22 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes
From: Steven Rostedt
Date: Fri Dec 27 2024 - 10:24:11 EST
On Thu, 26 Dec 2024 21:24:53 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> > On my 32bit build, I hit a new warning;
> >
> > kernel/trace/bpf_trace.c:1073:22: warning: ‘ftrace_get_entry_ip’ defined but not used [-Wunused-function]
> > 1073 | static unsigned long ftrace_get_entry_ip(unsigned long fentry_ip)
> > | ^~~~~~~~~~~~~~~~~~~
> >
> > Config attached.
>
>
> Since this is the last patch of the series, just send a new patch for this one.
> I'll continue testing the rest of the patches.
The tests passed without this patch so I applied them to my for-next branch.
If you fix this, you just need to send this patch only.
Thanks,
-- Steve