========== build_32bit - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/ptp/ptp_vmclock.c: In function ‘mul_u64_u64_shr_add_u64’: ../drivers/ptp/ptp_vmclock.c:78:18: error: ‘__int128’ is not supported on this target 78 | unsigned __int128 res = (unsigned __int128)delta * period; | ^~~~~~~~ ../drivers/ptp/ptp_vmclock.c:78:43: error: ‘__int128’ is not supported on this target 78 | unsigned __int128 res = (unsigned __int128)delta * period; | ^~~~~~~~ ../drivers/ptp/ptp_vmclock.c:82:23: warning: right shift count >= width of type [-Wshift-count-overflow] 82 | *res_hi = res >> 64; | ^~ make[5]: *** [../scripts/Makefile.build:289: drivers/ptp/ptp_vmclock.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: drivers/ptp] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2105: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 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 ../drivers/ptp/ptp_vmclock.c: In function ‘mul_u64_u64_shr_add_u64’: ../drivers/ptp/ptp_vmclock.c:78:18: error: ‘__int128’ is not supported on this target 78 | unsigned __int128 res = (unsigned __int128)delta * period; | ^~~~~~~~ ../drivers/ptp/ptp_vmclock.c:78:43: error: ‘__int128’ is not supported on this target 78 | unsigned __int128 res = (unsigned __int128)delta * period; | ^~~~~~~~ ../drivers/ptp/ptp_vmclock.c:82:23: warning: right shift count >= width of type [-Wshift-count-overflow] 82 | *res_hi = res >> 64; | ^~ make[5]: *** [../scripts/Makefile.build:289: drivers/ptp/ptp_vmclock.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: drivers/ptp] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2105: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.Q15NRq13xn 2026-04-10 09:52:56.120435262 -0400 +++ /tmp/tmp.k4HRGAvHZt 2026-04-10 09:53:07.970932610 -0400 @@ -2,3 +2,18 @@ -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) +../drivers/ptp/ptp_vmclock.c: In function ‘mul_u64_u64_shr_add_u64’: +../drivers/ptp/ptp_vmclock.c:78:18: error: ‘__int128’ is not supported on this target + 78 | unsigned __int128 res = (unsigned __int128)delta * period; + | ^~~~~~~~ +../drivers/ptp/ptp_vmclock.c:78:43: error: ‘__int128’ is not supported on this target + 78 | unsigned __int128 res = (unsigned __int128)delta * period; + | ^~~~~~~~ +../drivers/ptp/ptp_vmclock.c:82:23: warning: right shift count >= width of type [-Wshift-count-overflow] + 82 | *res_hi = res >> 64; + | ^~ +make[5]: *** [../scripts/Makefile.build:289: drivers/ptp/ptp_vmclock.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: drivers/ptp] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 +make[3]: *** Waiting for unfinished jobs.... +make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2105: .] Error 2 +make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.i72D4WCiae 2026-04-10 09:53:07.972592029 -0400 +++ /tmp/tmp.34itzTmgoV 2026-04-10 09:53:07.975448029 -0400 @@ -0,0 +1 @@ + 3 ../drivers/ptp/ptp_vmclock.c