Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/xdp/xsk.c:188:2: error: call to undeclared function '__xsk_rcv_zc_safe'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 188 | __xsk_rcv_zc_safe(xs, xskb, len, contd); | ^ ../net/xdp/xsk.c:188:2: note: did you mean '__xsk_rcv_zc'? ../net/xdp/xsk.c:146:12: note: '__xsk_rcv_zc' declared here 146 | static int __xsk_rcv_zc(struct xdp_sock *xs, struct xdp_buff_xsk *xskb, u32 len, | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:289: net/xdp/xsk.o] Error 1 make[4]: *** [../scripts/Makefile.build:546: net/xdp] Error 2 make[3]: *** [../scripts/Makefile.build:546: net] Error 2 make[3]: *** Waiting for unfinished jobs.... 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 Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/xdp/xsk.c:188:2: error: call to undeclared function '__xsk_rcv_zc_safe'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 188 | __xsk_rcv_zc_safe(xs, xskb, len, contd); | ^ ../net/xdp/xsk.c:188:2: note: did you mean '__xsk_rcv_zc'? ../net/xdp/xsk.c:146:12: note: '__xsk_rcv_zc' declared here 146 | static int __xsk_rcv_zc(struct xdp_sock *xs, struct xdp_buff_xsk *xskb, u32 len, | ^ 1 error generated. make[5]: *** [../scripts/Makefile.build:289: net/xdp/xsk.o] Error 1 make[4]: *** [../scripts/Makefile.build:546: net/xdp] Error 2 make[3]: *** [../scripts/Makefile.build:546: net] Error 2 make[3]: *** Waiting for unfinished jobs.... 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.blfjoUs5fh 2026-03-10 10:33:17.903164252 -0400 +++ /tmp/tmp.uz0yha3e72 2026-03-10 10:34:12.512788487 -0400 @@ -1,0 +2,15 @@ +../net/xdp/xsk.c:188:2: error: call to undeclared function '__xsk_rcv_zc_safe'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 188 | __xsk_rcv_zc_safe(xs, xskb, len, contd); + | ^ +../net/xdp/xsk.c:188:2: note: did you mean '__xsk_rcv_zc'? +../net/xdp/xsk.c:146:12: note: '__xsk_rcv_zc' declared here + 146 | static int __xsk_rcv_zc(struct xdp_sock *xs, struct xdp_buff_xsk *xskb, u32 len, + | ^ +1 error generated. +make[5]: *** [../scripts/Makefile.build:289: net/xdp/xsk.o] Error 1 +make[4]: *** [../scripts/Makefile.build:546: net/xdp] Error 2 +make[3]: *** [../scripts/Makefile.build:546: net] Error 2 +make[3]: *** Waiting for unfinished jobs.... +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.jHBYR6IzFk 2026-03-10 10:34:12.517788452 -0400 +++ /tmp/tmp.Zvkls4NYyk 2026-03-10 10:34:12.519788438 -0400 @@ -0,0 +1 @@ + 1 ../net/xdp/xsk.c