Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/ipv4/udp.c: In function ‘udp_disconnect_unhash4’: ../net/ipv4/udp.c:2182:38: error: implicit declaration of function ‘udp_get_table_prot’; did you mean ‘vm_get_page_prot’? [-Wimplicit-function-declaration] 2182 | struct udp_table *udptable = udp_get_table_prot(sk); | ^~~~~~~~~~~~~~~~~~ | vm_get_page_prot ../net/ipv4/udp.c:2182:38: error: initialization of ‘struct udp_table *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] make[5]: *** [../scripts/Makefile.build:289: net/ipv4/udp.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/ipv4] Error 2 make[3]: *** [../scripts/Makefile.build:548: net] 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.1e5EEKJXfN 2026-03-30 18:12:24.249106287 -0400 +++ /tmp/tmp.HW1jcJNL3K 2026-03-30 18:12:31.298778385 -0400 @@ -1,0 +2,13 @@ +../net/ipv4/udp.c: In function ‘udp_disconnect_unhash4’: +../net/ipv4/udp.c:2182:38: error: implicit declaration of function ‘udp_get_table_prot’; did you mean ‘vm_get_page_prot’? [-Wimplicit-function-declaration] + 2182 | struct udp_table *udptable = udp_get_table_prot(sk); + | ^~~~~~~~~~~~~~~~~~ + | vm_get_page_prot +../net/ipv4/udp.c:2182:38: error: initialization of ‘struct udp_table *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] +make[5]: *** [../scripts/Makefile.build:289: net/ipv4/udp.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: net/ipv4] Error 2 +make[3]: *** [../scripts/Makefile.build:548: net] 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.yh2CXkd0xP 2026-03-30 18:12:31.301875878 -0400 +++ /tmp/tmp.L1BSUwA5Js 2026-03-30 18:12:31.303875860 -0400 @@ -0,0 +1 @@ + 2 ../net/ipv4/udp.c