> On Jun 28, 2019, at 8:25 AM, Andrii Nakryiko <andriin@xxxxxx> wrote: > > Convert selftests that were originally left out and new ones added > recently to consistently use BTF-defined maps. > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx> > --- > .../selftests/bpf/progs/get_cgroup_id_kern.c | 26 ++--- > tools/testing/selftests/bpf/progs/pyperf.h | 90 +++++++------- > .../selftests/bpf/progs/sample_map_ret0.c | 24 ++-- > .../bpf/progs/sockmap_verdict_prog.c | 48 ++++---- > .../testing/selftests/bpf/progs/strobemeta.h | 68 +++++------ > .../selftests/bpf/progs/test_map_in_map.c | 30 ++--- > .../testing/selftests/bpf/progs/test_obj_id.c | 12 +- > .../selftests/bpf/progs/test_xdp_loop.c | 26 ++--- > .../selftests/bpf/progs/xdp_redirect_map.c | 12 +- > .../testing/selftests/bpf/progs/xdping_kern.c | 12 +- > .../selftests/bpf/test_queue_stack_map.h | 30 ++--- > .../testing/selftests/bpf/test_sockmap_kern.h | 110 +++++++++--------- > 12 files changed, 240 insertions(+), 248 deletions(-)