Re: [PATCH bpf-next v1 07/14] selftests/bpf: Test kfunc argument diagnostics
Eduard Zingerman <[email protected]>
| Newsgroups | org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2026-08-16 at 03:57 +0200, Kumar Kartikeya Dwivedi wrote: > Extend existing negative kfunc programs to assert that BTF void is rendered > as void and that variable __szk arguments receive a structured constant-size > diagnostic. > > Also pass a context pointer to bpf_refcount_acquire() and verify that the > report describes the generic refcounted-object contract and the actual > argument type. Retain the legacy verbose-message assertions. > > Link: https://lore.kernel.org/bpf/3eda33675965763aa9b2e6a5784f32b34a6a83988a55fbea98b0dbd0cf3b088d@mail.kernel.org/ > Signed-off-by: Kumar Kartikeya Dwivedi <[email protected]> > --- Acked-by: Eduard Zingerman <[email protected]> ...