summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann2018-11-011-31/+40
* bpf: add various test cases to test_verifierDaniel Borkmann2018-11-011-0/+250
* bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann2018-10-261-1/+1
* bpf: fix test suite to enable all unpriv program typesDaniel Borkmann2018-10-261-2/+13
* bpf, verifier: fix register type dump in xadd and stDaniel Borkmann2018-10-211-5/+5
* bpf: add tests for direct packet access from CGROUP_SKBSong Liu2018-10-191-0/+171
* selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf progPrashant Bhole2018-10-101-1/+120
* selftests/bpf: test_verifier, change names of fixup mapsPrashant Bhole2018-10-101-190/+190
* selftests/bpf: Add tests for reference trackingJoe Stringer2018-10-031-0/+759
* selftests/bpf: Generalize dummy program typesJoe Stringer2018-10-031-14/+17
* bpf: Reuse canonical string formatter for ctx errsJoe Stringer2018-10-031-5/+5
* bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer2018-10-031-7/+7
* selftests/bpf: add verifier per-cpu cgroup storage testsRoman Gushchin2018-10-011-6/+133
* bpf: Refactor ARRAY_SIZE macro to bpf_util.hMartin KaFai Lau2018-08-111-4/+1Star
* 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-201-0/+40
|/
* bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann2018-07-121-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-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