summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/verifier/bounds.c
AgeCommit message (Expand)Author
2021-04-16bpf: Update selftests to reflect new error statesDaniel Borkmann
2020-12-10selftests/bpf: Add test for signed 32-bit bound check bugJean-Philippe Brucker
2020-08-26selftests/bpf: Add verifier tests for xor operationYonghong Song
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko
2020-05-29bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend
2020-05-29bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend
2020-04-03bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifierColin Ian King
2020-03-30bpf: Test_verifier, add alu32 bounds tracking testsJohn Fastabend
2020-03-30bpf: Test_verifier, #65 error message updates for trunc of boundary-crossJohn Fastabend
2020-03-25bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend
2019-01-27selftests: bpf: break up test_verifierJakub Kicinski