aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c
AgeCommit message (Expand)Author
2022-09-05bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-09-22selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov
2021-09-22selftests/bpf: Test variable offset stack accessAndrey Ignatov
2021-09-22bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang
2021-08-15bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann
2021-06-10selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel
2021-06-10selftests/bpf: add "any alignment" annotation for some testsBjörn Töpel
2021-06-10bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David S. Miller
2021-06-10bpf: Make more use of 'any' alignment in test_verifier.cDavid S. Miller
2021-06-10bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid S. Miller
2021-06-10bpf: Add BPF_F_ANY_ALIGNMENT.David S. Miller
2021-06-10selftests/bpf: Generalize dummy program typesJoe Stringer
2021-06-10bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann
2021-06-10bpf: fix test suite to enable all unpriv program typesDaniel Borkmann
2021-06-03bpf: Update selftests to reflect new error statesDaniel Borkmann
2021-06-03bpf, test_verifier: switch bpf_get_stack's 0 s> r8 testDaniel Borkmann
2021-06-03bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend
2021-06-03selftests/bpf: add selftest part of "bpf: improve verifier branch analysis"Ovidiu Panait
2021-06-03selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov
2021-06-03bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk
2021-06-03bpf: fix up selftests after backports were fixedOvidiu Panait
2019-05-25Revert "selftests/bpf: skip verifier tests for unsupported program types"Greg Kroah-Hartman
2019-04-05selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev
2019-01-26bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang
2018-12-21bpf: Fix verifier log string check for bad alignment.David Miller
2018-12-17bpf: fix off-by-one error in adjust_subprog_startsEdward Cree
2018-08-11bpf: Refactor ARRAY_SIZE macro to bpf_util.hMartin KaFai Lau
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-03selftests/bpf: fix a typo in map in map testRoman Gushchin
2018-08-03selftests/bpf: add verifier cgroup storage testsRoman Gushchin
2018-07-31bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre
2018-07-19bpf: test case to check whether src/dst regs got mangled by xaddDaniel Borkmann
2018-07-11bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann
2018-06-07bpf: reject passing modified ctx to helper functionsDaniel Borkmann
2018-06-03bpf: test case for map pointer poison with calls/branchesDaniel Borkmann
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-18bpf: add sk_msg prog sk access tests to test_verifierJohn Fastabend
2018-05-17selftests/bpf: check return value of fopen in test_verifier.cJesper Dangaard Brouer
2018-05-14bpf: add ld64 imm test casesDaniel Borkmann
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann
2018-04-29tools/bpf: add a verifier test case for bpf_get_stack helper and ARSHYonghong Song
2018-04-24tools/bpf: add verifier tests for accesses to map valuesPaul Chaignon
2018-03-19bpf: add verifier tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-26bpf: add tail call tests to test_verifierDaniel Borkmann
2018-02-26bpf: unify rlimit handling in selftestsDaniel Borkmann
2018-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-02-23bpf: add various jit test casesDaniel Borkmann
2018-02-23bpf: allow xadd only on aligned memoryDaniel Borkmann