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 Documentation/.renames.txt: warning: ignored by one of the .gitignore files WARNING: modpost: vmlinux: section mismatch in reference: lookup_object_or_alloc+0x176 (section: .text) -> is_static_object (section: .init.text) WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap+0x386 (section: .text) -> dummy_tlb_add_page (section: .init.text) WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap.cold+0x5b (section: .text.unlikely) -> dummy_tlb_flush (section: .init.text) 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.Sdpszrd2Ca 2026-04-13 05:13:09.857538002 -0400 +++ /tmp/tmp.S3mgF4Yyfo 2026-04-13 05:13:16.781181591 -0400 @@ -2,3 +2,20 @@ -WARNING: modpost: vmlinux: section mismatch in reference: lookup_object_or_alloc+0x176 (section: .text) -> is_static_object (section: .init.text) -WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap+0x386 (section: .text) -> dummy_tlb_add_page (section: .init.text) -WARNING: modpost: vmlinux: section mismatch in reference: __arm_v7s_unmap.cold+0x5b (section: .text.unlikely) -> dummy_tlb_flush (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.APj1XCrzlc 2026-04-13 05:13:16.784285643 -0400 +++ /tmp/tmp.wc0Ize26VX 2026-04-13 05:13:16.786285628 -0400 @@ -0,0 +1,2 @@ + 1 ../include/net/sock.h + 3 ../net/vmw_vsock/virtio_transport_common.c