========== build_32bit - FAILED ../kernel/bpf/arraymap.c: In function ‘percpu_array_map_direct_value_addr’: ../kernel/bpf/arraymap.c:264:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 264 | *imm = (u64) array->pptrs[0]; | ^ ../kernel/bpf/arraymap.c: In function ‘percpu_array_map_direct_value_meta’: ../kernel/bpf/arraymap.c:272:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 272 | u64 base = (u64) array->pptrs[0]; | ^ ../kernel/bpf/arraymap.c: In function ‘percpu_array_map_direct_value_addr’: ../kernel/bpf/arraymap.c:264:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 264 | *imm = (u64) array->pptrs[0]; | ^ ../kernel/bpf/arraymap.c: In function ‘percpu_array_map_direct_value_meta’: ../kernel/bpf/arraymap.c:272:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 272 | u64 base = (u64) array->pptrs[0]; | ^ New errors added --- /tmp/tmp.UdTI9vgZYq 2025-02-13 10:04:46.515723985 -0800 +++ /tmp/tmp.Jl2r7MiTBA 2025-02-13 10:07:02.465282506 -0800 @@ -0,0 +1,8 @@ +../kernel/bpf/arraymap.c: In function ‘percpu_array_map_direct_value_addr’: +../kernel/bpf/arraymap.c:264:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] + 264 | *imm = (u64) array->pptrs[0]; + | ^ +../kernel/bpf/arraymap.c: In function ‘percpu_array_map_direct_value_meta’: +../kernel/bpf/arraymap.c:272:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] + 272 | u64 base = (u64) array->pptrs[0]; + | ^ Per-file breakdown --- /tmp/tmp.rrCG6BLmBM 2025-02-13 10:07:02.470282454 -0800 +++ /tmp/tmp.U130mkMDwr 2025-02-13 10:07:02.473282422 -0800 @@ -0,0 +1 @@ + 2 ../kernel/bpf/arraymap.c