summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/verifier/bounds.c
AgeCommit message (Expand)Author
2023-04-21selftests/bpf: verifier/bounds converted to inline assemblyEduard Zingerman
2023-03-29selftests/bpf: Rewrite two infinite loops in bound check casesXu Kuohai
2023-03-22selftests/bpf: Check when bounds are not in the 32-bit rangeXu Kuohai
2022-03-03bpf: Small BPF verifier log improvementsMykola Lysenko
2021-06-14bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann
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