summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/verifier/bounds.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-21selftests/bpf: verifier/bounds converted to inline assemblyEduard Zingerman1-884/+0
2023-03-30selftests/bpf: Rewrite two infinite loops in bound check casesXu Kuohai1-8/+16
2023-03-23selftests/bpf: Check when bounds are not in the 32-bit rangeXu Kuohai1-0/+121
2022-03-03bpf: Small BPF verifier log improvementsMykola Lysenko1-2/+2
2021-06-15bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann1-0/+14
2021-04-17bpf: Update selftests to reflect new error statesDaniel Borkmann1-5/+0
2020-12-11selftests/bpf: Add test for signed 32-bit bound check bugJean-Philippe Brucker1-0/+41
2020-08-27selftests/bpf: Add verifier tests for xor operationYonghong Song1-0/+146
2020-06-02bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko1-3/+3
2020-05-29bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend1-0/+22
2020-05-29bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend1-14/+10
2020-04-03bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifierColin Ian King1-2/+2
2020-03-31bpf: Test_verifier, add alu32 bounds tracking testsJohn Fastabend1-0/+39
2020-03-31bpf: Test_verifier, #65 error message updates for trunc of boundary-crossJohn Fastabend1-8/+4
2020-03-26bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend1-4/+2
2019-01-28selftests: bpf: break up test_verifierJakub Kicinski1-0/+508