index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
verifier
/
calls.c
Age
Commit message (
Expand
)
Author
5 days
bpf: Admit kfunc argument registers through check_reg_type()
Amery Hung
5 days
bpf: Consolidate helper and kfunc PTR_TO_BTF_ID argument matching
Amery Hung
2026-08-12
selftests/bpf: Test stack depth stats without BTF subprog names
Kumar Kartikeya Dwivedi
2026-08-03
bpf: Classify kfunc pointer arguments from BTF, resolve type against the regi...
Amery Hung
2026-06-14
bpf: Raise maximum call chain depth to 16 frames
Alexei Starovoitov
2026-06-01
bpf: Unify referenced object tracking in verifier
Amery Hung
2026-04-23
bpf: Prepare verifier logs for upcoming kfunc stack arguments
Yonghong Song
2026-04-03
bpf: Sort subprogs in topological order after check_cfg()
Alexei Starovoitov
2026-03-21
selftests/bpf: Add alignment flag for test_verifier 190 testcase
Tiezhu Yang
2026-02-13
bpf: use reg->var_off instead of reg->off for pointers
Eduard Zingerman
2026-01-13
bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by default
Matt Bobrowski
2025-08-27
selftests/bpf: Fix typos and grammar in test sources
Shubham Sharma
2025-07-02
selftests/bpf: Negative test case for ref_obj_id in args
Paul Chaignon
2025-01-16
bpf: verifier: Refactor helper access type tracking
Daniel Xu
2024-09-09
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
2024-07-12
selftests/bpf: Test for null-pointer-deref bugfix in resolve_prog_type()
Tengda Wu
2024-07-09
bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCU
Matt Bobrowski
2023-12-08
bpf: Fix accesses to uninit stack slots
Andrei Matei
2023-11-09
bpf: fix control-flow graph checking in privileged mode
Andrii Nakryiko
2023-03-25
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
2023-02-22
bpf: Allow reads from uninit stack
Eduard Zingerman
2022-12-10
selftests/bpf: verify states_equal() maintains idmap across all frames
Eduard Zingerman
2022-12-08
bpf: Rework check_func_arg_reg_off
Kumar Kartikeya Dwivedi
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-09-30
selftests/bpf: Fix spelling mistake "unpriviledged" -> "unprivileged"
Colin Ian King
2022-07-21
selftests/bpf: Add verifier tests for trusted kfunc args
Kumar Kartikeya Dwivedi
2022-04-25
selftests/bpf: Add test for strict BTF type check
Kumar Kartikeya Dwivedi
2022-03-05
selftests/bpf: Add tests for kfunc register offset checks
Kumar Kartikeya Dwivedi
2022-03-03
bpf: Small BPF verifier log improvements
Mykola Lysenko
2022-02-21
selftests/bpf: Add test for reg2btf_ids out of bounds access
Kumar Kartikeya Dwivedi
2022-01-18
selftests/bpf: Extend kfunc selftests
Kumar Kartikeya Dwivedi
2021-10-05
bpf: selftests: Add selftests for module kfunc support
Kumar Kartikeya Dwivedi
2021-03-26
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2021-02-10
selftest/bpf: Adjust expected verifier errors
Andrei Matei
2020-09-17
bpf: Add abnormal return checks.
Alexei Starovoitov
2020-06-01
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-05-15
selftests/bpf: Use CAP_BPF and CAP_PERFMON in tests
Alexei Starovoitov
2019-06-19
selftests/bpf: fix tests
Alexei Starovoitov
2019-04-25
selftests/bpf: test cases for pkt/null checks in subprogs
Paul Chaignon
2019-03-26
selftests/bpf: test case for invalid call stack in dead code
Paul Chaignon
2019-03-21
bpf: verifier: propagate liveness on all frames
Jakub Kicinski
2019-01-27
selftests: bpf: break up the rest of test_verifier
Jakub Kicinski