========== build_clang - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ipxlat/packet.c:452:18: warning: variable 'ip6' set but not used [-Wunused-but-set-variable] 452 | struct ipv6hdr *ip6; | ^ ../drivers/net/ipxlat/packet.c:686:9: error: call to undeclared function 'csum_ipv6_magic'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 686 | csum = csum_ipv6_magic(&iph6->saddr, &iph6->daddr, len, NEXTHDR_ICMP, | ^ ../drivers/net/ipxlat/packet.c:686:9: note: did you mean 'csum_tcpudp_magic'? ../include/asm-generic/checksum.h:52:1: note: 'csum_tcpudp_magic' declared here 52 | csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, | ^ 1 warning and 1 error generated. make[6]: *** [../scripts/Makefile.build:289: drivers/net/ipxlat/packet.o] Error 1 make[5]: *** [../scripts/Makefile.build:546: drivers/net/ipxlat] Error 2 make[4]: *** [../scripts/Makefile.build:546: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:546: drivers] Error 2 make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2101: .] 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.algYC7SNBa 2026-03-19 12:37:10.887522412 -0400 +++ /tmp/tmp.h503emuxVr 2026-03-19 12:37:48.236806422 -0400 @@ -1,0 +2,19 @@ +../drivers/net/ipxlat/packet.c:452:18: warning: variable 'ip6' set but not used [-Wunused-but-set-variable] + 452 | struct ipv6hdr *ip6; + | ^ +../drivers/net/ipxlat/packet.c:686:9: error: call to undeclared function 'csum_ipv6_magic'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 686 | csum = csum_ipv6_magic(&iph6->saddr, &iph6->daddr, len, NEXTHDR_ICMP, + | ^ +../drivers/net/ipxlat/packet.c:686:9: note: did you mean 'csum_tcpudp_magic'? +../include/asm-generic/checksum.h:52:1: note: 'csum_tcpudp_magic' declared here + 52 | csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, + | ^ +1 warning and 1 error generated. +make[6]: *** [../scripts/Makefile.build:289: drivers/net/ipxlat/packet.o] Error 1 +make[5]: *** [../scripts/Makefile.build:546: drivers/net/ipxlat] Error 2 +make[4]: *** [../scripts/Makefile.build:546: drivers/net] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:546: drivers] Error 2 +make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2101: .] 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.4YxJ9d9Wev 2026-03-19 12:37:48.240806478 -0400 +++ /tmp/tmp.n365mQp0Zl 2026-03-19 12:37:48.242806506 -0400 @@ -0,0 +1 @@ + 2 ../drivers/net/ipxlat/packet.c