summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/verifier (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf, selftests: Add ringbuf memory type confusion testDaniel Borkmann2022-01-192-2/+33
* bpf, selftests: Add various ringbuf tests with invalid offsetDaniel Borkmann2022-01-191-0/+64
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-071-0/+28
|\
| * bpf, selftests: Add verifier test for mem_or_null register with offset.Daniel Borkmann2022-01-051-0/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-1/+1
|\ \ | |/ |/|
| * bpf, selftests: Fix spelling mistake "tained" -> "tainted"Colin Ian King2021-12-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+12
|\ \
| * | selftests/bpf: Add test to access int ptr argument in tracing programJiri Olsa2021-12-131-0/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-175-0/+306
|\ \ \ | |/ / |/| / | |/
| * bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann2021-12-161-0/+23
| * bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann2021-12-151-2/+65
| * bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann2021-12-152-0/+117
| * selftests/bpf: Tests for state pruning with u32 spill/fillPaul Chaignon2021-12-102-0/+103
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-32/+600
|\|
| * bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy2021-12-081-16/+584
| * bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2021-12-031-16/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-182-0/+230
|\|
| * selftests/bpf: Add tests for restricted helpersDmitrii Banshchikov2021-11-161-0/+196
| * selftests/bpf: Check map in map pruningLorenz Bauer2021-11-131-0/+34
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-151-0/+32
|\ \ | |/ |/|
| * selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookupMark Pashmfouroush2021-11-111-0/+32
* | selftests/bpf: Verifier test on refill from a smaller spillMartin KaFai Lau2021-11-031-0/+17
|/
* bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov2021-11-021-1/+1
* selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-263-11/+11
* selftests/bpf: Some more atomic testsBrendan Jackman2021-10-213-0/+120
* bpf, x64: Save bytes for DIV by reducing reg copiesJie Meng2021-10-061-0/+47
* bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi2021-10-061-0/+23
* bpf: selftest: Add verifier tests for <8-byte scalar spill and refillMartin KaFai Lau2021-09-261-0/+161
* bpf,x64 Emit IMUL instead of MUL for x86-64Jie Meng2021-09-151-3/+19
* selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko2021-09-101-0/+60
* selftests, bpf: Test that dead ldx_w insns are acceptedIlya Leoshkevich2021-08-131-0/+12
* bpf, selftests: Add test cases for pointer alu from multiple pathsDaniel Borkmann2021-07-161-0/+229
* bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann2021-06-147-7/+52
* bpf, selftests: Adjust few selftest result_unpriv outcomesDaniel Borkmann2021-05-252-10/+0
* bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann2021-04-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-261-0/+43
|\
| * bpf/selftests: Add bpf_get_task_stack retval bounds verifier testDave Marchevsky2021-04-201-0/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-176-35/+16
|\ \ | |/ |/|
| * bpf: Update selftests to reflect new error statesDaniel Borkmann2021-04-166-35/+16
* | bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-272-11/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-254-10/+59
|\|
| * bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk2021-03-174-10/+59
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-101-0/+1
|\ \ | |/ |/|
| * selftests: bpf: Don't run sk_lookup in verifier testsLorenz Bauer2021-03-051-0/+1
* | bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman2021-03-052-0/+50
* | selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta2021-03-021-1/+2
* | bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as srcBrendan Jackman2021-02-221-0/+23
|/
* selftests/bpf: Fix endianness issues in atomic testsIlya Leoshkevich2021-02-103-3/+3
* selftest/bpf: Verifier tests for var-off accessAndrei Matei2021-02-101-2/+97
* selftest/bpf: Adjust expected verifier errorsAndrei Matei2021-02-109-37/+41