========== build_allmodconfig_warn - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../kernel/bpf/btf.c: note: in included file (through ../include/linux/bpf.h, ../include/linux/bpf_verifier.h): ../include/linux/bpfptr.h:65:40: warning: cast to non-scalar ../include/linux/bpfptr.h:65:40: warning: cast from non-scalar ../net/vmw_vsock/virtio_transport_common.c:1:9: warning: data definition has no type or storage class 1 | sk_acceptq_added(sk); | ^~~~~~~~~~~~~~~~ ../net/vmw_vsock/virtio_transport_common.c:1:9: error: type defaults to ‘int’ in declaration of ‘sk_acceptq_added’ [-Wimplicit-int] ../net/vmw_vsock/virtio_transport_common.c:1:9: error: parameter names (without types) in function declaration [-Wdeclaration-missing-parameter-type] In file included from ../include/linux/virtio_vsock.h:7, from ../net/vmw_vsock/virtio_transport_common.c:15: ../include/net/sock.h:1093:20: error: conflicting types for ‘sk_acceptq_added’; have ‘void(struct sock *)’ 1093 | static inline void sk_acceptq_added(struct sock *sk) | ^~~~~~~~~~~~~~~~ ../net/vmw_vsock/virtio_transport_common.c:1:9: note: previous declaration of ‘sk_acceptq_added’ with type ‘int()’ 1 | sk_acceptq_added(sk); | ^~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:289: net/vmw_vsock/virtio_transport_common.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/vmw_vsock] 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-0/Makefile:2105: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 Documentation/.renames.txt: warning: ignored by one of the .gitignore files WARNING: modpost: vmlinux: section mismatch in reference: lookup_object_or_alloc+0x462 (section: .text) -> is_static_object (section: .init.text) ../arch/x86/boot/version.c:18:12: warning: symbol 'kernel_version' was not declared. Should it be static? Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/vmw_vsock/virtio_transport_common.c:1:9: warning: data definition has no type or storage class 1 | sk_acceptq_added(sk); | ^~~~~~~~~~~~~~~~ ../net/vmw_vsock/virtio_transport_common.c:1:9: error: type defaults to ‘int’ in declaration of ‘sk_acceptq_added’ [-Wimplicit-int] ../net/vmw_vsock/virtio_transport_common.c:1:9: error: parameter names (without types) in function declaration [-Wdeclaration-missing-parameter-type] In file included from ../include/linux/virtio_vsock.h:7, from ../net/vmw_vsock/virtio_transport_common.c:15: ../include/net/sock.h:1093:20: error: conflicting types for ‘sk_acceptq_added’; have ‘void(struct sock *)’ 1093 | static inline void sk_acceptq_added(struct sock *sk) | ^~~~~~~~~~~~~~~~ ../net/vmw_vsock/virtio_transport_common.c:1:9: note: previous declaration of ‘sk_acceptq_added’ with type ‘int()’ 1 | sk_acceptq_added(sk); | ^~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:289: net/vmw_vsock/virtio_transport_common.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: net/vmw_vsock] 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-0/Makefile:2105: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.sS3M9i9x4X 2026-04-13 05:14:21.667525583 -0400 +++ /tmp/tmp.qmXsFZbuOA 2026-04-13 05:14:30.140084549 -0400 @@ -2 +2,20 @@ -WARNING: modpost: vmlinux: section mismatch in reference: lookup_object_or_alloc+0x462 (section: .text) -> is_static_object (section: .init.text) +../net/vmw_vsock/virtio_transport_common.c:1:9: warning: data definition has no type or storage class + 1 | sk_acceptq_added(sk); + | ^~~~~~~~~~~~~~~~ +../net/vmw_vsock/virtio_transport_common.c:1:9: error: type defaults to ‘int’ in declaration of ‘sk_acceptq_added’ [-Wimplicit-int] +../net/vmw_vsock/virtio_transport_common.c:1:9: error: parameter names (without types) in function declaration [-Wdeclaration-missing-parameter-type] +In file included from ../include/linux/virtio_vsock.h:7, + from ../net/vmw_vsock/virtio_transport_common.c:15: +../include/net/sock.h:1093:20: error: conflicting types for ‘sk_acceptq_added’; have ‘void(struct sock *)’ + 1093 | static inline void sk_acceptq_added(struct sock *sk) + | ^~~~~~~~~~~~~~~~ +../net/vmw_vsock/virtio_transport_common.c:1:9: note: previous declaration of ‘sk_acceptq_added’ with type ‘int()’ + 1 | sk_acceptq_added(sk); + | ^~~~~~~~~~~~~~~~ +make[5]: *** [../scripts/Makefile.build:289: net/vmw_vsock/virtio_transport_common.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: net/vmw_vsock] 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-0/Makefile:2105: .] Error 2 +make[1]: *** [/srv/nipa-poller/net-next/wt-0/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.xIMP5QKqMf 2026-04-13 05:14:30.143754340 -0400 +++ /tmp/tmp.V8ZsVdhOLj 2026-04-13 05:14:30.146232118 -0400 @@ -0,0 +1,2 @@ + 1 ../include/net/sock.h + 3 ../net/vmw_vsock/virtio_transport_common.c