Hi all, After merging the bpf-next tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: kernel/bpf/btf.c:4481:20: warning: 'btf_parse_module' defined but not used [-Wunused-function] 4481 | static struct btf *btf_parse_module(const char *module_name, const void *data, unsigned int data_size) | ^~~~~~~~~~~~~~~~ Introduced by commit 36e68442d1af ("bpf: Load and verify kernel module BTFs") -- Cheers, Stephen Rothwell