Hello:
This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Sun, 28 Jan 2024 18:24:05 -0700 you 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.
[...]
Here is the summary with links: - [bpf-next,v4,1/3] bpf: btf: Support flags for BTF_SET8 sets https://git.kernel.org/bpf/bpf-next/c/79b47344bbc5 - [bpf-next,v4,2/3] bpf: btf: Add BTF_KFUNCS_START/END macro pair https://git.kernel.org/bpf/bpf-next/c/2747e0ee57c2 - [bpf-next,v4,3/3] bpf: treewide: Annotate BPF kfuncs in BTF https://git.kernel.org/bpf/bpf-next/c/6e7769e6419f
You are awesome, thank you!