On Wed, Sep 17, 2025 at 12:17 AM Martin KaFai Lau <martin....@linux.dev> wrote: > > On 9/16/25 8:56 AM, Xing Guo wrote: > > These kfuncs are removed in commit 2f9838e25790 > > ("selftests/bpf: Cleanup bpf qdisc selftests"), but they are still > > referenced by multiple tests. Otherwise, we will get the following errors. > > They are declared in vmlinux.h which depends on a ~1 year old pahole. There > are > other selftests also depends on the kfunc declared in vmlinux.h alone. Update > your pahole. There is nothing to fix.
Ah, silly me. I forgot to enable CONFIG_NET_SCH_BPF in my kernel build. Thanks for the information!