index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
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-11-11
selftests/bpf: Move ENOTSUPP from bpf_util.h
Hou Tao
1
-4
/
+0
2024-06-03
selftests/bpf: Remove unused struct 'libcap'
Dr. David Alan Gilbert
1
-5
/
+0
2024-01-26
selftests/bpf: Add missing line break in test_verifier
Tiezhu Yang
1
-1
/
+1
2024-01-23
selftests/bpf: Skip callback tests if jit is disabled in test_verifier
Tiezhu Yang
1
-0
/
+11
2024-01-23
selftests/bpf: detect testing prog flags support
Andrii Nakryiko
1
-1
/
+1
2024-01-23
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-16
selftests/bpf: Allow to use kfunc from testmod.ko in test_verifier
Jiri Olsa
1
-22
/
+139
2023-05-16
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-25
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-16
selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
1
-4
/
+4
2023-02-02
selftests/bpf: Use semicolon instead of comma in test_verifier.c
Tiezhu Yang
1
-2
/
+2
2022-11-17
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-05
selftests/bpf: allow requesting log level 2 in test_verifier
Andrii Nakryiko
1
-3
/
+10
2022-09-21
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-20
selftests/bpf: allow BTF specs and func infos in test_verifier tests
Eduard Zingerman
1
-17
/
+77
2022-06-20
selftests/bpf: specify expected instructions in test_verifier tests
Eduard Zingerman
1
-0
/
+234
2022-04-25
selftests/bpf: Add verifier tests for kptr
Kumar Kartikeya Dwivedi
1
-2
/
+53
2022-03-16
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-02
selftests/bpf: Migrate from bpf_prog_test_run
Delyan Kratunov
1
-6
/
+10
2022-01-18
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-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-12-14
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-12
selftests/bpf: Remove last bpf_create_map_xattr from test_verifier
Andrii Nakryiko
1
-9
/
+5
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-31
/
+23
2021-12-10
selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()
Andrii Nakryiko
1
-1
/
+1
2021-11-25
selftests/bpf: Migrate selftests to bpf_map_create()
Andrii Nakryiko
1
-30
/
+22
2021-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+45
2021-11-15
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-08
selftests/bpf: Skip verifier tests that fail to load with ENOTSUPP
Ilya Leoshkevich
1
-1
/
+11
2021-06-14
bpf, selftests: Adjust few selftest outcomes wrt unreachable code
Daniel Borkmann
1
-1
/
+1
2021-03-04
selftests: bpf: Don't run sk_lookup in verifier tests
Lorenz Bauer
1
-2
/
+2
2021-02-03
selftest/bpf: Testing for multiple logs on REJECT
Andrei Matei
1
-3
/
+13
2021-01-20
selftests/bpf: Add verifier tests for x64 jit jump padding
Gary Lin
1
-0
/
+72
2021-01-13
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-18
selftests/bpf: Avoid running unprivileged tests with alignment requirements
Björn Töpel
1
-0
/
+13
2020-08-25
selftests/bpf: Add verifier test for d_path helper
Jiri Olsa
1
-1
/
+18
[next]