aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c
AgeCommit message (Expand)Author
2019-04-12selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev
2019-02-19bpf: improve verifier branch analysisAlexei Starovoitov
2019-02-05bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang
2019-01-12bpf: Fix verifier log string check for bad alignment.David Miller
2018-12-30bpf: fix off-by-one error in adjust_subprog_startsEdward Cree
2018-09-19selftests/bpf: fix a typo in map in map testRoman Gushchin
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
2018-02-22bpf, arm64: fix out of bounds access in tail callDaniel Borkmann
2018-02-15selftests/bpf: Only run tests if !bpf_disabledJoe Stringer
2018-02-15selftests/bpf: Count tests skipped by unprivJoe Stringer
2018-02-15selftests/bpf: Print unexpected output on failJoe Stringer
2018-02-01bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann
2018-01-26bpf: add further test cases around div/mod and othersDaniel Borkmann
2018-01-23tools/bpf: fix a test failure in selftests prog test_verifierYonghong Song
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-19bpf: add couple of test cases for div/mod by zeroDaniel Borkmann
2018-01-18selftests/bpf: make test_verifier run most programsAlexei Starovoitov
2018-01-17bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16bpf: reject stores into ctx via st and xaddDaniel Borkmann
2018-01-10bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2017-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-27bpf: fix max call depth checkAlexei Starovoitov
2017-12-27selftests/bpf: additional stack depth testsAlexei Starovoitov
2017-12-27bpf: selftest for late caller stack size increaseJann Horn
2017-12-23bpf: fix stacksafe exploration when comparing statesGianluca Borello
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-21bpf: do not allow root to mangle valid pointersAlexei Starovoitov
2017-12-21selftests/bpf: add tests for recent bugfixesJann Horn
2017-12-17selftests/bpf: additional bpf_call testsDaniel Borkmann
2017-12-17selftests/bpf: add tests for stack_zero trackingAlexei Starovoitov