aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-07bpf: reject passing modified ctx to helper functionsDaniel Borkmann1-1/+57
2018-06-03bpf: test case for map pointer poison with calls/branchesDaniel Borkmann1-27/+158
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+115
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2018-05-18bpf: add sk_msg prog sk access tests to test_verifierJohn Fastabend1-0/+115
2018-05-17selftests/bpf: check return value of fopen in test_verifier.cJesper Dangaard Brouer1-0/+5
2018-05-14bpf: add ld64 imm test casesDaniel Borkmann1-0/+62
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann1-7/+259
2018-04-29tools/bpf: add a verifier test case for bpf_get_stack helper and ARSHYonghong Song1-0/+45
2018-04-24tools/bpf: add verifier tests for accesses to map valuesPaul Chaignon1-0/+266
2018-03-19bpf: add verifier tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend1-0/+54
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+58
2018-02-26bpf: add tail call tests to test_verifierDaniel Borkmann1-7/+110
2018-02-26bpf: unify rlimit handling in selftestsDaniel Borkmann1-5/+1
2018-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+123
2018-02-23bpf: add various jit test casesDaniel Borkmann1-0/+89
2018-02-23bpf: allow xadd only on aligned memoryDaniel Borkmann1-0/+58
2018-02-22bpf, arm64: fix out of bounds access in tail callDaniel Borkmann1-0/+26
2018-02-15selftests/bpf: Only run tests if !bpf_disabledJoe Stringer1-1/+25
2018-02-15selftests/bpf: Count tests skipped by unprivJoe Stringer1-3/+7
2018-02-15selftests/bpf: Print unexpected output on failJoe Stringer1-1/+2
2018-02-01bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann1-0/+14
2018-01-26bpf: add further test cases around div/mod and othersDaniel Borkmann1-13/+330
2018-01-23tools/bpf: fix a test failure in selftests prog test_verifierYonghong Song1-0/+1
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+136
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+149
2018-01-19bpf: add couple of test cases for div/mod by zeroDaniel Borkmann1-0/+87
2018-01-18selftests/bpf: make test_verifier run most programsAlexei Starovoitov1-1/+49
2018-01-17bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann1-1/+122
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+40
2018-01-16bpf: reject stores into ctx via st and xaddDaniel Borkmann1-2/+27
2018-01-10bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann1-0/+40
2017-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+241
2017-12-27bpf: fix max call depth checkAlexei Starovoitov1-0/+35
2017-12-27selftests/bpf: additional stack depth testsAlexei Starovoitov1-0/+121
2017-12-27bpf: selftest for late caller stack size increaseJann Horn1-0/+34
2017-12-23bpf: fix stacksafe exploration when comparing statesGianluca Borello1-0/+51
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-43/+586
2017-12-21bpf: do not allow root to mangle valid pointersAlexei Starovoitov1-27/+29
2017-12-21selftests/bpf: add tests for recent bugfixesJann Horn1-16/+533
2017-12-17selftests/bpf: additional bpf_call testsDaniel Borkmann1-0/+597
2017-12-17selftests/bpf: add tests for stack_zero trackingAlexei Starovoitov1-2/+64
2017-12-17selftests/bpf: add verifier tests for bpf_callAlexei Starovoitov1-1/+960
2017-12-15bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann1-0/+24
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-7/+106
2017-11-21bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifierYonghong Song1-23/+16
2017-11-14bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics changeYonghong Song1-19/+112
2017-11-02bpf: add test cases to bpf selftests to cover all meta testsDaniel Borkmann1-0/+442
2017-11-02bpf: minor cleanups after mergeDaniel Borkmann1-72/+72
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+508