summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/verifier/array_access.c
AgeCommit message (Expand)AuthorLines
2021-11-01bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov-1/+1
2021-04-27bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann-1/+1
2021-03-02selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta-1/+2
2020-12-10selftests/bpf: Fix array access with signed variable testJean-Philippe Brucker-1/+1
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko-2/+2
2019-07-18selftests/bpf: fix "valid read map access into a read-only array 1" on s390Ilya Leoshkevich-1/+1
2019-04-09bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann-0/+159
2019-01-27selftests: bpf: break up test_verifierJakub Kicinski-0/+219