selftest/bpf: Make bpf_iter selftest compilable against old vmlinux.h
It's good to be able to compile bpf_iter selftest even on systems that don't have the very latest vmlinux.h, e.g., for libbpf tests against older kernels in Travis CI. To that extent, re-define bpf_iter_meta and corresponding bpf_iter context structs in each selftest. To avoid type clashes with vmlinux.h, rename vmlinux.h's definitions to get them out of the way. Signed-off-by:Andrii Nakryiko <andriin@fb.com> Signed-off-by:
Alexei Starovoitov <ast@kernel.org> Acked-by:
Yonghong Song <yhs@fb.com> Acked-by:
Jesper Dangaard Brouer <brouer@redhat.com> Link: https://lore.kernel.org/bpf/20200518234516.3915052-1-andriin@fb.com
Showing
- tools/testing/selftests/bpf/progs/bpf_iter_bpf_map.c 16 additions, 0 deletionstools/testing/selftests/bpf/progs/bpf_iter_bpf_map.c
- tools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c 16 additions, 0 deletionstools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c
- tools/testing/selftests/bpf/progs/bpf_iter_netlink.c 16 additions, 0 deletionstools/testing/selftests/bpf/progs/bpf_iter_netlink.c
- tools/testing/selftests/bpf/progs/bpf_iter_task.c 16 additions, 0 deletionstools/testing/selftests/bpf/progs/bpf_iter_task.c
- tools/testing/selftests/bpf/progs/bpf_iter_task_file.c 18 additions, 0 deletionstools/testing/selftests/bpf/progs/bpf_iter_task_file.c
- tools/testing/selftests/bpf/progs/bpf_iter_test_kern_common.h 16 additions, 0 deletions...s/testing/selftests/bpf/progs/bpf_iter_test_kern_common.h
Loading
Please register or sign in to comment