summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev2019-04-051-1/+8
* bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann2019-01-051-0/+120
* bpf: add various test cases to selftestsDaniel Borkmann2019-01-021-3/+1105
* bpf: fix segfault in test_verifier selftestDaniel Borkmann2018-12-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-201-37/+354
|\
| * bpf: sk_msg, fix sk_msg_md access past end testJohn Fastabend2018-12-201-1/+1
| * selftests: bpf: verifier: add tests for JSET interpretationJakub Kicinski2018-12-201-0/+96
| * selftests: bpf: add trivial JSET testsJakub Kicinski2018-12-201-31/+178
| * bpf: sk_msg, add tests for size fieldJohn Fastabend2018-12-191-3/+13
| * bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang2018-12-181-2/+32
| * bpf: improve stacksafe state comparisonAlexei Starovoitov2018-12-151-0/+22
| * selftests/bpf: check insn processed in test_verifierAlexei Starovoitov2018-12-151-1/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-5/+32
|\ \ | |/ |/|
| * bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski2018-12-131-0/+28
| * selftests/bpf: use proper type when passing prog_typeStanislav Fomichev2018-12-111-4/+4
| * selftests/bpf: add missing pointer dereference for map stacktrace fixupStanislav Fomichev2018-12-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-101-21/+155
|\ \
| * | bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang2018-12-101-0/+13
| * | selftests: bpf: update testcases for BPF_ALU | BPF_ARSHJiong Wang2018-12-071-4/+25
| * | bpf: allow BPF read access to qdisc pkt_lenPetar Penkov2018-12-031-0/+32
| * | bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller2018-11-301-0/+17
| * | bpf: Make more use of 'any' alignment in test_verifier.cDavid Miller2018-11-301-0/+44
| * | bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid Miller2018-11-301-18/+24
| * | bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-11-301-1/+2
| * | bpf: Fix verifier log string check for bad alignment.David Miller2018-11-301-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-3/+3
|\ \ \ | |/ / |/| / | |/
| * bpf: improve verifier branch analysisAlexei Starovoitov2018-12-041-2/+2
| * bpf: Fix verifier log string check for bad alignment.David Miller2018-11-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-0/+19
|\ \ | |/
| * bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-11-161-0/+19
* | bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-221-0/+29
* | selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov2018-11-101-10/+38
|/
* bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann2018-10-311-31/+40
* bpf: add various test cases to test_verifierDaniel Borkmann2018-10-311-0/+250
* bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann2018-10-251-1/+1
* bpf: fix test suite to enable all unpriv program typesDaniel Borkmann2018-10-251-2/+13
* bpf, verifier: fix register type dump in xadd and stDaniel Borkmann2018-10-201-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-091-1/+120
* selftests/bpf: test_verifier, change names of fixup mapsPrashant Bhole2018-10-091-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/+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
OpenPOWER on IntegriCloud