aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/verifier/ld_ind.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-27selftests: bpf: break up test_verifierJakub Kicinski1-0/+72
Break up the first 10 kLoC of test verifier test cases out into smaller files. Looks like git line counting gets a little flismy above 16 bit integers, so we need two commits to break up test_verifier. Signed-off-by: Jakub Kicinski <[email protected]> Acked-by: Jiong Wang <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]>