开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
verifier
/
ref_tracking.c
Age
Commit message (
Expand
)
Author
2023-04-21
selftests/bpf: verifier/ref_tracking converted to inline assembly
Eduard Zingerman
2023-03-25
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2022-11-17
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
2022-11-04
selftests/bpf: Add verifier test for release_reference()
Youlin Li
2022-09-21
selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
Roberto Sassu
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2022-03-03
bpf: Small BPF verifier log improvements
Mykola Lysenko
2020-11-18
selftests/bpf: Mark tests that require unaligned memory access
Björn Töpel
2020-09-25
bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
Martin KaFai Lau
2020-05-21
bpf: Selftests, verifier case for non null pointer check branch taken
John Fastabend
2019-12-19
bpf: Add further test_verifier cases for record_func_key
Daniel Borkmann
2019-03-21
selftests/bpf: test references to sock_common
Lorenz Bauer
2019-03-21
selftests/bpf: allow specifying helper for BPF_SK_LOOKUP
Lorenz Bauer
2019-03-13
bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsock
Martin KaFai Lau
2019-02-10
bpf: Add skb->sk, bpf_sk_fullsock and bpf_tcp_sock tests to test_verifer
Martin KaFai Lau
2019-01-27
selftests: bpf: break up the rest of test_verifier
Jakub Kicinski