Hello: This patch was applied to bpf/bpf.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Fri, 12 Jul 2024 15:44:42 -0700 you wrote: > For all these years libbpf's BTF dumper has been emitting not strictly > valid syntax for function prototypes that have no input arguments. > > Instead of `int (*blah)()` we should emit `int (*blah)(void)`. > > This is not normally a problem, but it manifests when we get kfuncs in > vmlinux.h that have no input arguments. Due to compiler internal > specifics, we get no BTF information for such kfuncs, if they are not > declared with proper `(void)`. > > [...] Here is the summary with links: - [bpf-next] libbpf: fix no-args func prototype BTF dumping syntax https://git.kernel.org/bpf/bpf/c/189f1a976e42 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html