On 5/18/20 4:45 PM, Andrii Nakryiko wrote:
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. Cc: Jesper Dangaard Brouer <bro...@redhat.com> Cc: Yonghong Song <y...@fb.com> Signed-off-by: Andrii Nakryiko <andr...@fb.com>
Acked-by: Yonghong Song <y...@fb.com>