../arch/x86/boot/version.c:18:12: warning: symbol 'kernel_version' was not declared. Should it be static? ../net/xdp/xsk.c:792:12: warning: ‘__xsk_generic_xmit_batch’ defined but not used [-Wunused-function] 792 | static int __xsk_generic_xmit_batch(struct xdp_sock *xs) | ^~~~~~~~~~~~~~~~~~~~~~~~ ../arch/x86/boot/version.c:18:12: warning: symbol 'kernel_version' was not declared. Should it be static? New errors added --- /tmp/tmp.u8TtVIfjVw 2025-08-25 09:29:27.707141541 -0700 +++ /tmp/tmp.oAKRKK1tIK 2025-08-25 09:31:12.861192014 -0700 @@ -0,0 +1,3 @@ +../net/xdp/xsk.c:792:12: warning: ‘__xsk_generic_xmit_batch’ defined but not used [-Wunused-function] + 792 | static int __xsk_generic_xmit_batch(struct xdp_sock *xs) + | ^~~~~~~~~~~~~~~~~~~~~~~~ Per-file breakdown --- /tmp/tmp.GsWpE9uB3e 2025-08-25 09:31:12.868358789 -0700 +++ /tmp/tmp.23GeEHlMv7 2025-08-25 09:31:12.872358760 -0700 @@ -0,0 +1 @@ + 1 ../net/xdp/xsk.c