========== build_clang - FAILED .pylintrc: warning: ignored by one of the .gitignore files ../kernel/bpf/verifier.c:16503:9: error: call to undeclared function 'push_insn_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 16503 | err = push_insn_history(env, this_branch, insn_flags, 0); | ^ ../kernel/bpf/verifier.c:16503:9: note: did you mean 'push_jmp_history'? ../kernel/bpf/verifier.c:3867:12: note: 'push_jmp_history' declared here 3867 | static int push_jmp_history(struct bpf_verifier_env *env, struct bpf_verifier_state *cur, | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:203: kernel/bpf/verifier.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:470: kernel/bpf] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:470: kernel] Error 2 make[2]: *** [/home/nipa/bpf-next/wt-0/Makefile:2008: .] Error 2 make[1]: *** [/home/nipa/bpf-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 .pylintrc: warning: ignored by one of the .gitignore files .pylintrc: warning: ignored by one of the .gitignore files ../kernel/bpf/verifier.c:16503:9: error: call to undeclared function 'push_insn_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 16503 | err = push_insn_history(env, this_branch, insn_flags, 0); | ^ ../kernel/bpf/verifier.c:16503:9: note: did you mean 'push_jmp_history'? ../kernel/bpf/verifier.c:3867:12: note: 'push_jmp_history' declared here 3867 | static int push_jmp_history(struct bpf_verifier_env *env, struct bpf_verifier_state *cur, | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:203: kernel/bpf/verifier.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:470: kernel/bpf] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:470: kernel] Error 2 make[2]: *** [/home/nipa/bpf-next/wt-0/Makefile:2008: .] Error 2 make[1]: *** [/home/nipa/bpf-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.p9OW47Vwy0 2025-06-11 13:40:22.584778490 -0700 +++ /tmp/tmp.dvbIp0q8Hi 2025-06-11 13:42:26.483060949 -0700 @@ -1,0 +2,16 @@ +../kernel/bpf/verifier.c:16503:9: error: call to undeclared function 'push_insn_history'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 16503 | err = push_insn_history(env, this_branch, insn_flags, 0); + | ^ +../kernel/bpf/verifier.c:16503:9: note: did you mean 'push_jmp_history'? +../kernel/bpf/verifier.c:3867:12: note: 'push_jmp_history' declared here + 3867 | static int push_jmp_history(struct bpf_verifier_env *env, struct bpf_verifier_state *cur, + | ^ +1 error generated. +make[5]: *** [../scripts/Makefile.build:203: kernel/bpf/verifier.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +make[4]: *** [../scripts/Makefile.build:470: kernel/bpf] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:470: kernel] Error 2 +make[2]: *** [/home/nipa/bpf-next/wt-0/Makefile:2008: .] Error 2 +make[1]: *** [/home/nipa/bpf-next/wt-0/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.zmrFi3jxJ7 2025-06-11 13:42:26.490060908 -0700 +++ /tmp/tmp.c6wTvT7OSa 2025-06-11 13:42:26.493060891 -0700 @@ -0,0 +1 @@ + 1 ../kernel/bpf/verifier.c