selftest/bpf: Make bpf_iter selftest compilable against old vmlinux.h
authorAndrii Nakryiko <andriin@fb.com>
Mon, 18 May 2020 23:45:16 +0000 (16:45 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 19 May 2020 18:41:49 +0000 (11:41 -0700)
commitb9f4c01f3e0b06579a8074dcc8638fae89a1ca67
treea0208522bf9fdb6c66c0fdde5ae35a8fe52f74cb
parentfb53d3b63743585ce918094d6109a3865fa66e5f
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
tools/testing/selftests/bpf/progs/bpf_iter_bpf_map.c
tools/testing/selftests/bpf/progs/bpf_iter_ipv6_route.c
tools/testing/selftests/bpf/progs/bpf_iter_netlink.c
tools/testing/selftests/bpf/progs/bpf_iter_task.c
tools/testing/selftests/bpf/progs/bpf_iter_task_file.c
tools/testing/selftests/bpf/progs/bpf_iter_test_kern_common.h