summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-251-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-151-0/+62
* | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-041-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-271-7/+110
* | bpf: unify rlimit handling in selftestsDaniel Borkmann2018-02-271-5/+1Star
* | 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-241-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-231-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-271-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-211-1/+136
|\
| * bpf: add couple of test cases for div/mod by zeroDaniel Borkmann2018-01-201-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-201-3/+149
|\ \ | |/ |/|
| * bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-01-181-1/+122
| * bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-171-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-281-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
|\ \ \ | |/ / |/| / | |/
| * bpf: do not allow root to mangle valid pointersAlexei Starovoitov2017-12-211-27/+29
| * selftests/bpf: add tests for recent bugfixesJann Horn2017-12-211-16/+533
| * bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann2017-12-151-0/+24
* | selftests/bpf: additional bpf_call testsDaniel Borkmann2017-12-171-0/+597
* | selftests/bpf: add tests for stack_zero trackingAlexei Starovoitov2017-12-171-2/+64
* | selftests/bpf: add verifier tests for bpf_callAlexei Starovoitov2017-12-171-1/+960
|/
* bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-7/+106
* bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifierYonghong Song2017-11-211-23/+16Star
* bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics changeYonghong Song2017-11-141-19/+112
* bpf: add test cases to bpf selftests to cover all meta testsDaniel Borkmann2017-11-021-0/+442
* bpf: minor cleanups after mergeDaniel Borkmann2017-11-021-72/+72
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-2/+508
|\
| * bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann2017-10-221-0/+480
| * bpf: remove mark access for SK_SKB program typesJohn Fastabend2017-10-201-2/+14