========== build_clang - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/bpf/verifier.c:12760:20: warning: array index 64 is past the end of the array (that has type 'u32[64]' (aka 'unsigned int[64]')) [-Warray-bounds] 12760 | return func_id == special_kfunc_list[KF_bpf_rbtree_add] || | ^ ~~~~~~~~~~~~~~~~~ ../kernel/bpf/verifier.c:12633:1: note: array 'special_kfunc_list' declared here 12633 | BTF_ID_LIST(special_kfunc_list) | ^ ../include/linux/btf_ids.h:220:27: note: expanded from macro 'BTF_ID_LIST' 220 | #define BTF_ID_LIST(name) static u32 __maybe_unused name[64]; | ^ 1 warning generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/bpf/verifier.c:12760:20: warning: array index 64 is past the end of the array (that has type 'u32[64]' (aka 'unsigned int[64]')) [-Warray-bounds] 12760 | return func_id == special_kfunc_list[KF_bpf_rbtree_add] || | ^ ~~~~~~~~~~~~~~~~~ ../kernel/bpf/verifier.c:12633:1: note: array 'special_kfunc_list' declared here 12633 | BTF_ID_LIST(special_kfunc_list) | ^ ../include/linux/btf_ids.h:220:27: note: expanded from macro 'BTF_ID_LIST' 220 | #define BTF_ID_LIST(name) static u32 __maybe_unused name[64]; | ^ 1 warning generated. New errors added --- /tmp/tmp.iHXfCBK8j5 2026-03-18 18:49:03.942468047 -0400 +++ /tmp/tmp.vlwjUAhsf6 2026-03-18 18:49:56.126125607 -0400 @@ -1,0 +2,10 @@ +../kernel/bpf/verifier.c:12760:20: warning: array index 64 is past the end of the array (that has type 'u32[64]' (aka 'unsigned int[64]')) [-Warray-bounds] + 12760 | return func_id == special_kfunc_list[KF_bpf_rbtree_add] || + | ^ ~~~~~~~~~~~~~~~~~ +../kernel/bpf/verifier.c:12633:1: note: array 'special_kfunc_list' declared here + 12633 | BTF_ID_LIST(special_kfunc_list) + | ^ +../include/linux/btf_ids.h:220:27: note: expanded from macro 'BTF_ID_LIST' + 220 | #define BTF_ID_LIST(name) static u32 __maybe_unused name[64]; + | ^ +1 warning generated. Per-file breakdown --- /tmp/tmp.8xnsyvNbJS 2026-03-18 18:50:40.738057591 -0400 +++ /tmp/tmp.YtPl2Lf5EO 2026-03-18 18:50:40.738520596 -0400 @@ -0,0 +1 @@ + 1 ../kernel/bpf/verifier.c