aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/verifier/ld_ind.c
AgeCommit message (Collapse)AuthorFilesLines
2023-03-25selftests/bpf: verifier/ld_ind.c converted to inline assemblyEduard Zingerman1-72/+0
Test verifier/ld_ind.c automatically converted to use inline assembly. Signed-off-by: Eduard Zingerman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
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]>