Hello:
This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Wed, 23 Apr 2025 20:13:27 +0800 you wrote:
If we try to access argument which is pointer to const void, it's an UNKNOWN type, verifier will fail to load.
Use is_void_or_int_ptr to check if type is void or int pointer. Add a selftest to check it.
[...]
Here is the summary with links: - [bpf-next,v4,1/2] bpf: Allow access to const void pointer arguments in tracing programs https://git.kernel.org/bpf/bpf-next/c/1271a40eeafa - [bpf-next,v4,2/2] selftests/bpf: Add test to access const void pointer argument in tracing program https://git.kernel.org/bpf/bpf-next/c/4c0a42c50021
You are awesome, thank you!