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
/
verifier
/
calls.c
Age
Commit message (
Expand
)
Author
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