开源镜像站
帮助
动态
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
/
bounds.c
Age
Commit message (
Expand
)
Author
2023-04-21
selftests/bpf: verifier/bounds converted to inline assembly
Eduard Zingerman
2023-03-29
selftests/bpf: Rewrite two infinite loops in bound check cases
Xu Kuohai
2023-03-22
selftests/bpf: Check when bounds are not in the 32-bit range
Xu Kuohai
2022-03-03
bpf: Small BPF verifier log improvements
Mykola Lysenko
2021-06-14
bpf, selftests: Adjust few selftest outcomes wrt unreachable code
Daniel Borkmann
2021-04-16
bpf: Update selftests to reflect new error states
Daniel Borkmann
2020-12-10
selftests/bpf: Add test for signed 32-bit bound check bug
Jean-Philippe Brucker
2020-08-26
selftests/bpf: Add verifier tests for xor operation
Yonghong Song
2020-06-01
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-05-29
bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones
John Fastabend
2020-05-29
bpf, selftests: Verifier bounds tests need to be updated
John Fastabend
2020-04-03
bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifier
Colin Ian King
2020-03-30
bpf: Test_verifier, add alu32 bounds tracking tests
John Fastabend
2020-03-30
bpf: Test_verifier, #65 error message updates for trunc of boundary-cross
John Fastabend
2020-03-25
bpf: Test_verifier, #70 error message updates for 32-bit right shift
John Fastabend
2019-01-27
selftests: bpf: break up test_verifier
Jakub Kicinski