aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/verifier/masking.c
AgeCommit message (Collapse)AuthorFilesLines
2023-03-25selftests/bpf: verifier/masking.c converted to inline assemblyEduard Zingerman1-322/+0
Test verifier/masking.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 the rest of test_verifierJakub Kicinski1-0/+322
Break up the rest of test_verifier tests into separate files. Signed-off-by: Jakub Kicinski <[email protected]> Acked-by: Jiong Wang <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]>