Documentation/.renames.txt: warning: ignored by one of the .gitignore files WARNING: modpost: vmlinux: section mismatch in reference: lookup_object_or_alloc+0x176 (section: .text) -> is_static_object (section: .init.text) WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap+0x386 (section: .text) -> dummy_tlb_add_page (section: .init.text) WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap.cold+0x5b (section: .text.unlikely) -> dummy_tlb_flush (section: .init.text) Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/bpf/arraymap.c: In function ‘percpu_array_map_direct_value_addr’: ../kernel/bpf/arraymap.c:276:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 276 | *imm = (u64) array->pptrs[0]; | ^ ../kernel/bpf/arraymap.c: In function ‘percpu_array_map_direct_value_meta’: ../kernel/bpf/arraymap.c:284:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 284 | u64 base = (u64) array->pptrs[0]; | ^ WARNING: modpost: vmlinux: section mismatch in reference: lookup_object_or_alloc+0x176 (section: .text) -> is_static_object (section: .init.text) WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap+0x386 (section: .text) -> dummy_tlb_add_page (section: .init.text) WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap.cold+0x5b (section: .text.unlikely) -> dummy_tlb_flush (section: .init.text) New errors added --- /tmp/tmp.ekNMCZ0xct 2026-04-14 09:38:53.475082575 -0400 +++ /tmp/tmp.iB9JbMnkQm 2026-04-14 09:40:45.667043453 -0400 @@ -1,0 +2,8 @@ +../kernel/bpf/arraymap.c: In function ‘percpu_array_map_direct_value_addr’: +../kernel/bpf/arraymap.c:276:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] + 276 | *imm = (u64) array->pptrs[0]; + | ^ +../kernel/bpf/arraymap.c: In function ‘percpu_array_map_direct_value_meta’: +../kernel/bpf/arraymap.c:284:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] + 284 | u64 base = (u64) array->pptrs[0]; + | ^ Per-file breakdown --- /tmp/tmp.GvTBnRKTys 2026-04-14 09:40:45.669712933 -0400 +++ /tmp/tmp.QJDImslJmj 2026-04-14 09:40:45.672282681 -0400 @@ -0,0 +1 @@ + 2 ../kernel/bpf/arraymap.c