index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
/
verifier_bounds.c
Age
Commit message (
Expand
)
Author
2026-02-04
bpf: Support negative offsets, BPF_SUB, and alu32 for linked register tracking
Puranjay Mohan
2025-11-03
selftests/bpf: Add test for conditional jumps on same scalar register
KaFai Wan
2025-09-19
bpf: disable and remove registers chain based liveness
Eduard Zingerman
2025-08-22
selftests/bpf: Tests for is_scalar_branch_taken tnum logic
Paul Chaignon
2025-07-28
bpf: Add third round of bounds deduction
Paul Chaignon
2025-07-28
selftests/bpf: Test invariants on JSLT crossing sign
Paul Chaignon
2025-07-28
selftests/bpf: Test cross-sign 64bits range refinement
Paul Chaignon
2025-07-11
selftests/bpf: Range analysis test case for JSET
Paul Chaignon
2025-07-01
selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"
Colin Ian King
2025-06-24
selftests/bpf: Add testcases for BPF_ADD and BPF_SUB
Harishankar Vishwanathan
2025-06-09
bpf: Fall back to nospec for Spectre v1
Luis Gerhorst
2024-12-30
selftests/bpf: Add testcases for BPF_MUL
Matan Shachnai
2024-05-06
selftests/bpf: MUL range computation tests.
Cupertino Miranda
2024-05-06
selftests/bpf: XOR and OR range computation tests.
Cupertino Miranda
2023-12-19
selftests/bpf: add testcase to verifier_bounds.c for BPF_JNE
Menglong Dong
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-04-21
selftests/bpf: verifier/bounds converted to inline assembly
Eduard Zingerman