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.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
/
test_verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-26
selftests/bpf: Add missing line break in test_verifier
Tiezhu Yang
1
-1
/
+1
2024-01-24
selftests/bpf: Skip callback tests if jit is disabled in test_verifier
Tiezhu Yang
1
-0
/
+11
2024-01-24
selftests/bpf: detect testing prog flags support
Andrii Nakryiko
1
-1
/
+1
2024-01-24
selftests/bpf: Factor out get_xlated_program() helper
Hou Tao
1
-45
/
+2
2023-11-17
bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
Andrii Nakryiko
1
-1
/
+1
2023-11-15
selftests/bpf: set BPF_F_TEST_SANITY_SCRIPT by default
Andrii Nakryiko
1
-1
/
+1
2023-09-12
selftests/bpf: fix unpriv_disabled check in test_verifier
Artem Savkov
1
-1
/
+1
2023-06-12
selftests/bpf: Fix invalid pointer check in get_xlated_program()
Eduard Zingerman
1
-11
/
+13
2023-05-17
selftests/bpf: Allow to use kfunc from testmod.ko in test_verifier
Jiri Olsa
1
-22
/
+139
2023-05-17
selftests/bpf: Load bpf_testmod for verifier test
Jiri Olsa
1
-0
/
+9
2023-03-27
selftests/bpf: Don't assume page size is 4096
Hengqi Chen
1
-1
/
+1
2023-03-26
selftests/bpf: Unprivileged tests for test_loader.c
Eduard Zingerman
1
-23
/
+2
2023-03-03
bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.
Alexei Starovoitov
1
-11
/
+11
2023-02-17
selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
1
-4
/
+4
2023-02-03
selftests/bpf: Use semicolon instead of comma in test_verifier.c
Tiezhu Yang
1
-2
/
+2
2022-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-11-09
selftests/bpf: Fix casting error when cross-compiling test_verifier for 32-bi...
Pu Lehui
1
-1
/
+1
2022-10-06
selftests/bpf: allow requesting log level 2 in test_verifier
Andrii Nakryiko
1
-3
/
+10
2022-09-22
selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
Roberto Sassu
1
-1
/
+2
2022-06-24
selftest/bpf: Test for use-after-free bug fix in inline_bpf_loop
Eduard Zingerman
1
-0
/
+39
2022-06-21
selftests/bpf: allow BTF specs and func infos in test_verifier tests
Eduard Zingerman
1
-17
/
+77
2022-06-21
selftests/bpf: specify expected instructions in test_verifier tests
Eduard Zingerman
1
-0
/
+234
2022-04-26
selftests/bpf: Add verifier tests for kptr
Kumar Kartikeya Dwivedi
1
-2
/
+53
2022-03-17
bpf: selftests: Remove libcap usage from test_verifier
Martin KaFai Lau
1
-63
/
+25
2022-02-03
selftests/bpf: Remove usage of deprecated feature probing APIs
Andrii Nakryiko
1
-2
/
+2
2022-02-03
selftests/bpf: Migrate from bpf_prog_test_run
Delyan Kratunov
1
-6
/
+10
2022-01-19
selftests/bpf: Add test_verifier support to fixup kfunc call insns
Kumar Kartikeya Dwivedi
1
-0
/
+28
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-10
/
+8
2021-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-12-15
selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests
Andrii Nakryiko
1
-1
/
+3
2021-12-14
selftests/bpf: Fix OOB write in test_verifier
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-12-13
selftests/bpf: Remove last bpf_create_map_xattr from test_verifier
Andrii Nakryiko
1
-9
/
+5
2021-12-11
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-31
/
+23
2021-12-11
selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()
Andrii Nakryiko
1
-1
/
+1
2021-11-26
selftests/bpf: Migrate selftests to bpf_map_create()
Andrii Nakryiko
1
-30
/
+22
2021-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+45
2021-11-16
selftests/bpf: Add tests for restricted helpers
Dmitrii Banshchikov
1
-1
/
+45
2021-11-07
selftests/bpf: Convert legacy prog load APIs to bpf_prog_load()
Andrii Nakryiko
1
-19
/
+19
2021-10-09
selftests/bpf: Skip verifier tests that fail to load with ENOTSUPP
Ilya Leoshkevich
1
-1
/
+11
2021-06-15
bpf, selftests: Adjust few selftest outcomes wrt unreachable code
Daniel Borkmann
1
-1
/
+1
2021-03-05
selftests: bpf: Don't run sk_lookup in verifier tests
Lorenz Bauer
1
-2
/
+2
2021-02-04
selftest/bpf: Testing for multiple logs on REJECT
Andrei Matei
1
-3
/
+13
2021-01-21
selftests/bpf: Add verifier tests for x64 jit jump padding
Gary Lin
1
-0
/
+72
2021-01-14
selftests/bpf: Add verifier test for PTR_TO_MEM spill
Gilad Reti
1
-1
/
+11
2020-12-04
selftests/bpf: Avoid errno clobbering
Florian Lehner
1
-5
/
+22
2020-12-04
selftests/bpf: Print reason when a tester could not run a program
Florian Lehner
1
-1
/
+3
2020-11-19
selftests/bpf: Avoid running unprivileged tests with alignment requirements
Björn Töpel
1
-0
/
+13
2020-08-26
selftests/bpf: Add verifier test for d_path helper
Jiri Olsa
1
-1
/
+18
2020-05-15
selftests/bpf: Use CAP_BPF and CAP_PERFMON in tests
Alexei Starovoitov
1
-8
/
+36
2020-04-30
selftests/bpf: Test allowed maps for bpf_sk_select_reuseport
Jakub Sitnicki
1
-1
/
+11
[next]