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