index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
verifier
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-18
bpf: Allow reads from uninit stack
Eduard Zingerman
7
-128
/
+301
2023-07-27
selftests/bpf: Add verifier test for PTR_TO_MEM spill
Gilad Reti
1
-0
/
+30
2023-06-28
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
1
-46
/
+64
2023-02-22
selftests/bpf: Verify copy_register_state() preserves parent/live fields
Eduard Zingerman
1
-0
/
+36
2022-12-02
selftests/bpf: Add verifier test for release_reference()
Youlin Li
1
-0
/
+36
2022-08-11
selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
Jakub Sitnicki
1
-3
/
+78
2022-08-03
selftests: bpf: Don't run sk_lookup in verifier tests
Lorenz Bauer
1
-0
/
+1
2021-12-22
bpf, selftests: Add test case trying to taint map value pointer
Daniel Borkmann
1
-0
/
+23
2021-12-14
bpf: Add selftests to cover packet access corner cases
Maxim Mikityanskiy
1
-16
/
+584
2021-12-14
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
1
-16
/
+16
2021-11-18
bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
Alexei Starovoitov
1
-1
/
+1
2021-08-08
selftest/bpf: Verifier tests for var-off access
Andrei Matei
1
-2
/
+97
2021-08-08
bpf, selftests: Adjust few selftest outcomes wrt unreachable code
Daniel Borkmann
7
-7
/
+52
2021-08-08
bpf: Update selftests to reflect new error states
Daniel Borkmann
6
-35
/
+16
2021-08-08
bpf, selftests: Adjust few selftest result_unpriv outcomes
Daniel Borkmann
2
-10
/
+0
2021-08-08
selftest/bpf: Adjust expected verifier errors
Andrei Matei
9
-37
/
+41
2021-08-08
selftests/bpf: Add a test for ptr_to_map_value on stack for helper access
Yonghong Song
1
-2
/
+3
2021-05-14
bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
Daniel Borkmann
1
-1
/
+1
2021-03-20
bpf, selftests: Fix up some test_verifier cases for unprivileged
Piotr Krysiuk
4
-10
/
+59
2021-03-17
selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier
Yauheni Kaliuta
1
-1
/
+2
2020-12-11
selftests/bpf: Fix array access with signed variable test
Jean-Philippe Brucker
1
-1
/
+1
2020-12-11
selftests/bpf: Add test for signed 32-bit bound check bug
Jean-Philippe Brucker
1
-0
/
+41
2020-10-20
bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checked
Martin KaFai Lau
1
-0
/
+25
2020-10-15
bpf: Fix register equivalence tracking.
Alexei Starovoitov
1
-0
/
+26
2020-10-09
selftests/bpf: Asm tests for the verifier regalloc tracking.
Alexei Starovoitov
1
-0
/
+243
2020-10-09
bpf: Propagate scalar ranges through register assignments.
Alexei Starovoitov
1
-1
/
+1
2020-10-07
selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64
Hao Luo
2
-9
/
+1
2020-09-26
bpf: Add AND verifier test case where 32bit and 64bit bounds differ
John Fastabend
1
-0
/
+16
2020-09-25
bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
Martin KaFai Lau
1
-0
/
+47
2020-09-18
bpf: Add abnormal return checks.
Alexei Starovoitov
1
-3
/
+3
2020-09-09
selftests/bpf: Add test for map_ptr arithmetic
Yonghong Song
1
-0
/
+32
2020-08-27
selftests/bpf: Add verifier tests for xor operation
Yonghong Song
1
-0
/
+146
2020-08-26
selftests/bpf: Add verifier test for d_path helper
Jiri Olsa
1
-0
/
+37
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2020-07-18
selftests/bpf: Add verifier tests for bpf_sk_lookup context access
Jakub Sitnicki
1
-0
/
+492
2020-07-11
selftests/bpf: Fix cgroup sockopt verifier test
Jean-Philippe Brucker
1
-0
/
+1
2020-06-22
selftests/bpf: Test access to bpf map pointer
Andrey Ignatov
1
-0
/
+62
2020-06-22
bpf: Support access to bpf map fields
Andrey Ignatov
1
-1
/
+1
2020-06-20
tools/bpf: Add verifier tests for 32bit pointer/scalar arithmetic
Yonghong Song
1
-0
/
+38
2020-06-02
bpf, selftests: Use bpf_probe_read_kernel
Ilya Leoshkevich
4
-48
/
+48
2020-06-02
selftests/bpf: Fix verifier test
Alexei Starovoitov
1
-1
/
+1
2020-06-02
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
8
-18
/
+18
2020-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-14
/
+32
2020-05-29
bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones
John Fastabend
1
-0
/
+22
2020-05-29
bpf, selftests: Verifier bounds tests need to be updated
John Fastabend
1
-14
/
+10
2020-05-22
bpf: Selftests, verifier case for non null pointer map value branch
John Fastabend
1
-0
/
+19
2020-05-22
bpf: Selftests, verifier case for non null pointer check branch taken
John Fastabend
1
-0
/
+33
2020-05-15
selftests/bpf: Use CAP_BPF and CAP_PERFMON in tests
Alexei Starovoitov
2
-13
/
+13
2020-04-30
selftests/bpf: Test allowed maps for bpf_sk_select_reuseport
Jakub Sitnicki
1
-0
/
+45
2020-04-30
selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowed
Jakub Sitnicki
2
-30
/
+70
[next]