Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ipvlan/ipvlan_core.c:832:23: error: call to undeclared function 'csum_ipv6_magic'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 832 | icmph->icmp6_cksum = csum_ipv6_magic(&ip6h->saddr, &ip6h->daddr, | ^ ../drivers/net/ipvlan/ipvlan_core.c:832:23: 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 error generated. make[6]: *** [../scripts/Makefile.build:287: drivers/net/ipvlan/ipvlan_core.o] Error 1 make[5]: *** [../scripts/Makefile.build:556: drivers/net/ipvlan] Error 2 make[4]: *** [../scripts/Makefile.build:556: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:556: drivers] Error 2 make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2010: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.H03Z9yTp0A 2025-10-21 10:09:04.659849870 -0700 +++ /tmp/tmp.lqSTnUgbci 2025-10-21 10:10:20.153211137 -0700 @@ -1,0 +2,16 @@ +../drivers/net/ipvlan/ipvlan_core.c:832:23: error: call to undeclared function 'csum_ipv6_magic'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 832 | icmph->icmp6_cksum = csum_ipv6_magic(&ip6h->saddr, &ip6h->daddr, + | ^ +../drivers/net/ipvlan/ipvlan_core.c:832:23: 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 error generated. +make[6]: *** [../scripts/Makefile.build:287: drivers/net/ipvlan/ipvlan_core.o] Error 1 +make[5]: *** [../scripts/Makefile.build:556: drivers/net/ipvlan] Error 2 +make[4]: *** [../scripts/Makefile.build:556: drivers/net] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:556: drivers] Error 2 +make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2010: .] Error 2 +make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.onPhP5LVAu 2025-10-21 10:10:20.161211069 -0700 +++ /tmp/tmp.x0yKMLvNGC 2025-10-21 10:10:20.165211035 -0700 @@ -0,0 +1 @@ + 1 ../drivers/net/ipvlan/ipvlan_core.c