index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
/
dynptr_fail.c
Age
Commit message (
Expand
)
Author
2025-01-16
bpf: verifier: Refactor helper access type tracking
Daniel Xu
2024-12-02
bpf: Zero index arg error string for dynptr and iter
Kumar Kartikeya Dwivedi
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2024-09-11
selftests/bpf: Expand skb dynptr selftests for tp_btf
Philo Lu
2024-08-21
selftests/bpf: replace __regex macro with "{{...}}" patterns
Eduard Zingerman
2024-06-26
bpf: add new negative selftests to cover missing check_func_arg_reg_off() and...
Matt Bobrowski
2024-06-21
selftests/bpf: Match tests against regular expression
Cupertino Miranda
2024-05-12
selftests/bpf: Fix a few tests for GCC related warnings.
Cupertino Miranda
2023-05-17
selftests/bpf: Fix dynptr/test_dynptr_is_null
Yonghong Song
2023-05-06
selftests/bpf: Check overflow in optional buffer
Daniel Rosenberg
2023-04-27
selftests/bpf: Add tests for dynptr convenience helpers
Joanne Koong
2023-03-10
selftests/bpf: fix lots of silly mistakes pointed out by compiler
Andrii Nakryiko
2023-03-01
selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
Joanne Koong
2023-02-16
Fix typos in selftest/bpf files
Taichi Nishimura
2023-01-20
selftests/bpf: Add dynptr helper tests
Kumar Kartikeya Dwivedi
2023-01-20
selftests/bpf: Add dynptr partial slot overwrite tests
Kumar Kartikeya Dwivedi
2023-01-20
selftests/bpf: Add dynptr var_off tests
Kumar Kartikeya Dwivedi
2023-01-20
selftests/bpf: Add dynptr pruning tests
Kumar Kartikeya Dwivedi
2023-01-20
bpf: Invalidate slices on destruction of dynptrs on stack
Kumar Kartikeya Dwivedi
2023-01-20
bpf: Fix partial dynptr stack slot reads/writes
Kumar Kartikeya Dwivedi
2023-01-20
bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
Kumar Kartikeya Dwivedi
2022-12-07
selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic tester
Andrii Nakryiko
2022-08-09
selftests/bpf: add extra test for using dynptr data slice after release
Joanne Koong
2022-08-08
selftests/bpf: Clean up sys_nanosleep uses
Joanne Koong
2022-07-08
bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
Joanne Koong
2022-05-23
selftests/bpf: Dynptr tests
Joanne Koong