Re: [RFC PATCH bpf-next v2 02/11] selftests/bpf: Test passing CONST_PTR_TO_DYNPTR to kfunc that may mutate dynptr
From: Eduard Zingerman <eddyz87@gmail.com>
Date: 2026-03-16 21:35:49
Also in:
bpf
From: Eduard Zingerman <eddyz87@gmail.com>
Date: 2026-03-16 21:35:49
Also in:
bpf
On Fri, 2026-03-06 at 22:44 -0800, Amery Hung wrote:
Make sure for kfunc that takes mutable dynptr argument, verifier rejects passing CONST_PTR_TO_DYNPTR to it. Rename struct sample to test_sample to avoid a conflict with the definition in vmlinux.h In test_kfunc_dynptr_param.c, initialize dynptr to 0 to avoid -Wuninitialized-const-pointer warning. Signed-off-by: Amery Hung <redacted> ---
Acked-by: Eduard Zingerman <eddyz87@gmail.com> [...]