========== 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.i2cj8A1eC0 2026-03-18 19:58:51.758056426 -0400 +++ /tmp/tmp.ZMB6Kldhm7 2026-03-18 19:59:43.698540632 -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.gZyCSFMAXg 2026-03-18 20:00:28.254098178 -0400 +++ /tmp/tmp.nQfnF8XCeg 2026-03-18 20:00:28.256098158 -0400 @@ -0,0 +1 @@ + 1 ../kernel/bpf/verifier.c