Re: [PATCH bpf-next v2 4/6] resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tags
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: > Emit the bpf_kfunc decl tag for every discovered kfunc, and bpf_fastcall > for kfuncs flagged KF_FASTCALL. These were previously produced by pahole > under --btf_features=decl_tag_kfuncs. > > resolve_btfids now discovers kfuncs from the BTF ID sets [1] and > becomes the source of truth for their annotations. > > Drop decl_tag_kfuncs pahole feature flag from scripts/Makefile.btf > > [1] https://lore.kernel.org/all/[email protected]/ > > Signed-off-by: Ihor Solodrai <[email protected]> > --- Acked-by: Eduard Zingerman <[email protected]> ...