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 <brouer@xxxxxxxxxx> Cc: Yonghong Song <yhs@xxxxxx> Signed-off-by: Andrii Nakryiko <andriin@xxxxxx>
Acked-by: Yonghong Song <yhs@xxxxxx>