summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2022-09-051-16/+16
* selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov2021-09-221-14/+17
* selftests/bpf: Test variable offset stack accessAndrey Ignatov2021-09-221-2/+77
* bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang2021-09-221-2/+32
* bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann2021-08-151-0/+2
* selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel2021-06-101-0/+13
* selftests/bpf: add "any alignment" annotation for some testsBjörn Töpel2021-06-101-0/+3
* bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David S. Miller2021-06-101-0/+16
* bpf: Make more use of 'any' alignment in test_verifier.cDavid S. Miller2021-06-101-0/+41
* bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid S. Miller2021-06-101-18/+24
* bpf: Add BPF_F_ANY_ALIGNMENT.David S. Miller2021-06-101-1/+2
* selftests/bpf: Generalize dummy program typesJoe Stringer2021-06-101-14/+17
* bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann2021-06-101-31/+40
* bpf: fix test suite to enable all unpriv program typesDaniel Borkmann2021-06-101-2/+10
* bpf: Update selftests to reflect new error statesDaniel Borkmann2021-06-031-23/+12
* bpf, test_verifier: switch bpf_get_stack's 0 s> r8 testDaniel Borkmann2021-06-031-1/+1
* bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend2021-06-031-4/+4
* selftests/bpf: add selftest part of "bpf: improve verifier branch analysis"Ovidiu Panait2021-06-031-2/+2
* selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov2021-06-031-10/+38
* bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk2021-06-031-9/+33
* bpf: fix up selftests after backports were fixedOvidiu Panait2021-06-031-0/+19
* Revert "selftests/bpf: skip verifier tests for unsupported program types"Greg Kroah-Hartman2019-05-251-8/+1
* selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev2019-04-051-1/+8
* bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang2019-01-261-0/+13
* bpf: Fix verifier log string check for bad alignment.David Miller2018-12-211-1/+1
* bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-12-171-0/+19
* bpf: Refactor ARRAY_SIZE macro to bpf_util.hMartin KaFai Lau2018-08-111-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-4/+168
|\
| * selftests/bpf: fix a typo in map in map testRoman Gushchin2018-08-031-3/+3
| * selftests/bpf: add verifier cgroup storage testsRoman Gushchin2018-08-031-1/+139
| * bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre2018-07-311-0/+26
* | bpf: test case to check whether src/dst regs got mangled by xaddDaniel Borkmann2018-07-191-0/+40
|/
* bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann2018-07-111-1/+22
* bpf: reject passing modified ctx to helper functionsDaniel Borkmann2018-06-071-1/+57
* bpf: test case for map pointer poison with calls/branchesDaniel Borkmann2018-06-031-27/+158
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-241-0/+115
|\
| * bpf: add sk_msg prog sk access tests to test_verifierJohn Fastabend2018-05-181-0/+115
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-0/+5
|\ \ | |/ |/|
| * selftests/bpf: check return value of fopen in test_verifier.cJesper Dangaard Brouer2018-05-171-0/+5
* | bpf: add ld64 imm test casesDaniel Borkmann2018-05-141-0/+62
* | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-031-7/+259
* | tools/bpf: add a verifier test case for bpf_get_stack helper and ARSHYonghong Song2018-04-291-0/+45
* | tools/bpf: add verifier tests for accesses to map valuesPaul Chaignon2018-04-241-0/+266
|/
* bpf: add verifier tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend2018-03-191-0/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-1/+58
|\
| * bpf: allow xadd only on aligned memoryDaniel Borkmann2018-02-231-0/+58
* | bpf: add tail call tests to test_verifierDaniel Borkmann2018-02-261-7/+110
* | bpf: unify rlimit handling in selftestsDaniel Borkmann2018-02-261-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-02-261-5/+123
|\ \ | |/ |/|
| * bpf: add various jit test casesDaniel Borkmann2018-02-231-0/+89