Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/bpf/btf.c:1886:13: error: static declaration of ‘btf_is_module’ follows non-static declaration 1886 | static bool btf_is_module(const struct btf *btf); | ^~~~~~~~~~~~~ In file included from ../include/linux/bpf.h:29, from ../include/linux/bpf_verifier.h:7, from ../kernel/bpf/btf.c:19: ../include/linux/btf.h:219:6: note: previous declaration of ‘btf_is_module’ with type ‘bool(const struct btf *)’ {aka ‘_Bool(const struct btf *)’} 219 | bool btf_is_module(const struct btf *btf); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:289: kernel/bpf/btf.o] Error 1 make[4]: *** [../scripts/Makefile.build:546: kernel/bpf] Error 2 make[3]: *** [../scripts/Makefile.build:546: kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2101: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/bpf/btf.c:1886:13: error: static declaration of ‘btf_is_module’ follows non-static declaration 1886 | static bool btf_is_module(const struct btf *btf); | ^~~~~~~~~~~~~ In file included from ../include/linux/bpf.h:29, from ../include/linux/bpf_verifier.h:7, from ../kernel/bpf/btf.c:19: ../include/linux/btf.h:219:6: note: previous declaration of ‘btf_is_module’ with type ‘bool(const struct btf *)’ {aka ‘_Bool(const struct btf *)’} 219 | bool btf_is_module(const struct btf *btf); | ^~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:289: kernel/bpf/btf.o] Error 1 make[4]: *** [../scripts/Makefile.build:546: kernel/bpf] Error 2 make[3]: *** [../scripts/Makefile.build:546: kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2101: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.JIatywrgC4 2026-03-11 09:11:12.586454450 -0400 +++ /tmp/tmp.wHBrldgoV1 2026-03-11 09:11:19.489822555 -0400 @@ -1,0 +2,16 @@ +../kernel/bpf/btf.c:1886:13: error: static declaration of ‘btf_is_module’ follows non-static declaration + 1886 | static bool btf_is_module(const struct btf *btf); + | ^~~~~~~~~~~~~ +In file included from ../include/linux/bpf.h:29, + from ../include/linux/bpf_verifier.h:7, + from ../kernel/bpf/btf.c:19: +../include/linux/btf.h:219:6: note: previous declaration of ‘btf_is_module’ with type ‘bool(const struct btf *)’ {aka ‘_Bool(const struct btf *)’} + 219 | bool btf_is_module(const struct btf *btf); + | ^~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:289: kernel/bpf/btf.o] Error 1 +make[4]: *** [../scripts/Makefile.build:546: kernel/bpf] Error 2 +make[3]: *** [../scripts/Makefile.build:546: kernel] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2101: .] Error 2 +make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.ro9qZxlqH0 2026-03-11 09:11:19.493216508 -0400 +++ /tmp/tmp.bjeGr4uCyO 2026-03-11 09:11:19.495216486 -0400 @@ -0,0 +1 @@ + 1 ../kernel/bpf/btf.c