summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * selftests/bpf: Only run tests if !bpf_disabledJoe Stringer2018-02-151-1/+25
| * selftests/bpf: Count tests skipped by unprivJoe Stringer2018-02-151-3/+7
| * selftests/bpf: Print unexpected output on failJoe Stringer2018-02-151-1/+2
* | bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2018-02-221-0/+26
|/
* bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann2018-02-011-0/+14
* bpf: add further test cases around div/mod and othersDaniel Borkmann2018-01-261-13/+330
* tools/bpf: fix a test failure in selftests prog test_verifierYonghong Song2018-01-231-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-201-1/+136
|\
| * bpf: add couple of test cases for div/mod by zeroDaniel Borkmann2018-01-191-0/+87
| * selftests/bpf: make test_verifier run most programsAlexei Starovoitov2018-01-181-1/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-191-3/+149
|\ \ | |/ |/|
| * bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-01-171-1/+122
| * bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-161-2/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-0/+40
|\|
| * bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-101-0/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-271-0/+241
|\ \
| * | bpf: fix max call depth checkAlexei Starovoitov2017-12-271-0/+35
| * | selftests/bpf: additional stack depth testsAlexei Starovoitov2017-12-271-0/+121
| * | bpf: selftest for late caller stack size increaseJann Horn2017-12-271-0/+34
| * | bpf: fix stacksafe exploration when comparing statesGianluca Borello2017-12-231-0/+51
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-43/+586
|\ \ \ | |/ / |/| / | |/