On Thu, Feb 24, 2022 at 2:04 AM Xu Kuohai <xukuohai@xxxxxxxxxx> wrote: > > Update btf_dump case for conflicting names caused by forward declaration. > > Signed-off-by: Xu Kuohai <xukuohai@xxxxxxxxxx> > Acked-by: Song Liu <songliubraving@xxxxxx> > --- Please make sure that all tests are passing. Currently there are failures: [0] https://github.com/kernel-patches/bpf/runs/5367548029?check_suite_focus=true > .../selftests/bpf/prog_tests/btf_dump.c | 54 ++++++++++++++----- > 1 file changed, 41 insertions(+), 13 deletions(-) > [...]