summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/verifier/array_access.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-26selftests/bpf: verifier/array_access.c converted to inline assemblyEduard Zingerman1-379/+0
2021-11-02bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov1-1/+1
2021-04-27bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann1-1/+1
2021-03-02selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta1-1/+2
2020-12-11selftests/bpf: Fix array access with signed variable testJean-Philippe Brucker1-1/+1
2020-06-02bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko1-2/+2
2019-07-18selftests/bpf: fix "valid read map access into a read-only array 1" on s390Ilya Leoshkevich1-1/+1
2019-04-10bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann1-0/+159
2019-01-28selftests: bpf: break up test_verifierJakub Kicinski1-0/+219