aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/verifier
AgeCommit message (Expand)Author
2021-12-22bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann
2021-12-14bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-11-18bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov
2021-08-08selftest/bpf: Verifier tests for var-off accessAndrei Matei
2021-08-08bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann
2021-08-08bpf: Update selftests to reflect new error statesDaniel Borkmann
2021-08-08bpf, selftests: Adjust few selftest result_unpriv outcomesDaniel Borkmann
2021-08-08selftest/bpf: Adjust expected verifier errorsAndrei Matei
2021-08-08selftests/bpf: Add a test for ptr_to_map_value on stack for helper accessYonghong Song
2021-05-14bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann
2021-03-20bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk
2021-03-17selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta
2020-12-10selftests/bpf: Fix array access with signed variable testJean-Philippe Brucker
2020-12-10selftests/bpf: Add test for signed 32-bit bound check bugJean-Philippe Brucker
2020-10-19bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checkedMartin KaFai Lau
2020-10-15bpf: Fix register equivalence tracking.Alexei Starovoitov
2020-10-09selftests/bpf: Asm tests for the verifier regalloc tracking.Alexei Starovoitov
2020-10-09bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov
2020-10-06selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64Hao Luo
2020-09-25bpf: Add AND verifier test case where 32bit and 64bit bounds differJohn Fastabend
2020-09-25bpf: selftest: Add ref_tracking verifier test for bpf_skc castingMartin KaFai Lau
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov
2020-09-08selftests/bpf: Add test for map_ptr arithmeticYonghong Song
2020-08-26selftests/bpf: Add verifier tests for xor operationYonghong Song
2020-08-25selftests/bpf: Add verifier test for d_path helperJiri Olsa
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-17selftests/bpf: Add verifier tests for bpf_sk_lookup context accessJakub Sitnicki
2020-07-11selftests/bpf: Fix cgroup sockopt verifier testJean-Philippe Brucker
2020-06-22selftests/bpf: Test access to bpf map pointerAndrey Ignatov
2020-06-22bpf: Support access to bpf map fieldsAndrey Ignatov
2020-06-19tools/bpf: Add verifier tests for 32bit pointer/scalar arithmeticYonghong Song
2020-06-02bpf, selftests: Use bpf_probe_read_kernelIlya Leoshkevich
2020-06-02selftests/bpf: Fix verifier testAlexei Starovoitov
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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-05-21bpf: Selftests, verifier case for non null pointer map value branchJohn Fastabend
2020-05-21bpf: Selftests, verifier case for non null pointer check branch takenJohn Fastabend
2020-05-15selftests/bpf: Use CAP_BPF and CAP_PERFMON in testsAlexei Starovoitov
2020-04-30selftests/bpf: Test allowed maps for bpf_sk_select_reuseportJakub Sitnicki
2020-04-29selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowedJakub Sitnicki
2020-04-26bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev
2020-04-20bpf, selftests: Add test for BPF_STX BPF_B storing R10Luke Nelson
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn
2020-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-03bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifierColin Ian King
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller