Re: [PATCH bpf-next v2 3/6] selftests/bpf: Verify arena type tags in resolve_btfids test
Eduard Zingerman <[email protected]>
| Newsgroups | org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2026-08-05 at 16:06 -0700, Ihor Solodrai wrote: > Extend test_resolve_btfids() to assert that resolve_btfids emits the > address_space(1) type attribute (a BTF_KIND_TYPE_TAG with kflag=1) on > the return type and/or arguments of kfuncs marked KF_ARENA_RET, > KF_ARENA_ARG1 or KF_ARENA_ARG2. > > Signed-off-by: Ihor Solodrai <[email protected]> > --- Acked-by: Eduard Zingerman <[email protected]> ...