selftests: bpf: break up the rest of test_verifier
authorJakub Kicinski <jakub.kicinski@netronome.com>
Fri, 25 Jan 2019 23:24:44 +0000 (15:24 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 28 Jan 2019 05:37:45 +0000 (21:37 -0800)
commit48729226238d4d56bdb8de9d54b911f179dd54b7
treee90c7ee9b0cdb7eb51de8544f2ee80ddc4715aae
parent40f2fbd5a5e9c6d0799632fcba174a7b45c471da
selftests: bpf: break up the rest of test_verifier

Break up the rest of test_verifier tests into separate
files.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Jiong Wang <jiong.wang@netronome.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
23 files changed:
tools/testing/selftests/bpf/test_verifier.c
tools/testing/selftests/bpf/verifier/basic_instr.c
tools/testing/selftests/bpf/verifier/bounds_deduction.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/bpf_get_stack.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/calls.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/cgroup_inv_retcode.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/ctx.c
tools/testing/selftests/bpf/verifier/ctx_skb.c
tools/testing/selftests/bpf/verifier/dead_code.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/direct_packet_access.c
tools/testing/selftests/bpf/verifier/jit.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/jmp32.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/jset.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/ld_abs.c
tools/testing/selftests/bpf/verifier/ld_dw.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/map_ptr_mixing.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/masking.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/meta_access.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/ref_tracking.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/search_pruning.c
tools/testing/selftests/bpf/verifier/xadd.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/xdp.c [new file with mode: 0644]
tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c [new file with mode: 0644]