Song Liu wrote: > > > > On Oct 13, 2020, at 9:36 PM, Song Liu <[email protected]> wrote: > > > > Fix the following error when compiling selftests/bpf > > > > progs/profiler.inc.h:246:5: error: redefinition of 'pids_cgrp_id' as > > different kind of symbol > > > > pids_cgrp_id is used in cgroup code, and included in vmlinux.h. Fix the > > error by renaming pids_cgrp_id as pids_cgroup_id. > > > > Fixes: 03d4d13fab3f ("selftests/bpf: Add profiler test") > > Signed-off-by: Song Liu <[email protected]> > > I forgot to mention > > Reported-by: Jiri Olsa <[email protected]>
Acked-by: John Fastabend <[email protected]>
