On Fri, May 9, 2025 at 10:07 AM Steven Rostedt <[email protected]> wrote: > > From: Josh Poimboeuf <[email protected]> > > The 'init_nr' argument has double duty: it's used to initialize both the > number of contexts and the number of stack entries. That's confusing > and the callers always pass zero anyway. Hard code the zero. > > Acked-by: Namhyung Kim <[email protected]> > Signed-off-by: Josh Poimboeuf <[email protected]> > Signed-off-by: Steven Rostedt (Google) <[email protected]> > --- > include/linux/perf_event.h | 2 +- > kernel/bpf/stackmap.c | 4 ++--
Acked-by: Alexei Starovoitov <[email protected]>
