summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/verifier/array_access.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: verifier/array_access.c converted to inline assemblyEduard Zingerman2023-03-251-379/+0
* bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov2021-11-011-1/+1
* bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann2021-04-271-1/+1
* selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta2021-03-021-1/+2
* selftests/bpf: Fix array access with signed variable testJean-Philippe Brucker2020-12-101-1/+1
* bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-011-2/+2
* selftests/bpf: fix "valid read map access into a read-only array 1" on s390Ilya Leoshkevich2019-07-181-1/+1
* bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann2019-04-091-0/+159
* selftests: bpf: break up test_verifierJakub Kicinski2019-01-271-0/+219