[PATCH bpf-next v3 0/3] Annotate kfuncs in .BTF_ids section
Lorenz Bauer
lorenz.bauer at isovalent.com
Mon Jan 8 01:15:45 PST 2024
On Sat, Jan 6, 2024 at 7:25 PM Daniel Xu <dxu at dxuuu.xyz> wrote:
>
> === Description ===
>
> This is a bpf-treewide change that annotates all kfuncs as such inside
> .BTF_ids. This annotation eventually allows us to automatically generate
> kfunc prototypes from bpftool.
>
> We store this metadata inside a yet-unused flags field inside struct
> btf_id_set8 (thanks Kumar!). pahole will be taught where to look.
This is great, thanks for tackling this. With yout patches we can
figure out the full set of kfuncs. Is there a way to extend it so that
we can tell which program context a kfunc can be called from?
More information about the linux-arm-kernel
mailing list