.pylintrc: warning: ignored by one of the .gitignore files ../net/vmw_vsock/vmci_transport.c: In function ‘vmci_transport_recv_stream_cb’: ../net/vmw_vsock/vmci_transport.c:706:14: error: too few arguments to function ‘vsock_find_connected_socket’; expected 3, have 2 706 | sk = vsock_find_connected_socket(&src, &dst); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../net/vmw_vsock/vmci_transport.c:28: ../include/net/af_vsock.h:218:14: note: declared here 218 | struct sock *vsock_find_connected_socket(struct sockaddr_vm *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../net/vmw_vsock/vmci_transport.c:708:22: error: too few arguments to function ‘vsock_find_bound_socket’; expected 2, have 1 708 | sk = vsock_find_bound_socket(&dst); | ^~~~~~~~~~~~~~~~~~~~~~~ ../include/net/af_vsock.h:217:14: note: declared here 217 | struct sock *vsock_find_bound_socket(struct sockaddr_vm *addr, struct net *net); | ^~~~~~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:287: net/vmw_vsock/vmci_transport.o] Error 1 make[5]: *** Waiting for unfinished jobs.... ../net/vmw_vsock/vsock_loopback.c:83:45: error: initialization of ‘bool (*)(struct vsock_sock *, u32)’ {aka ‘_Bool (*)(struct vsock_sock *, unsigned int)’} from incompatible pointer type ‘bool (*)(u32)’ {aka ‘_Bool (*)(unsigned int)’} [-Wincompatible-pointer-types] 83 | .seqpacket_allow = vsock_loopback_seqpacket_allow, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../net/vmw_vsock/vsock_loopback.c:83:45: note: (near initialization for ‘loopback_transport.transport.seqpacket_allow’) ../net/vmw_vsock/vsock_loopback.c:49:13: note: ‘vsock_loopback_seqpacket_allow’ declared here 49 | static bool vsock_loopback_seqpacket_allow(u32 remote_cid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:287: net/vmw_vsock/vsock_loopback.o] Error 1 make[4]: *** [../scripts/Makefile.build:555: net/vmw_vsock] Error 2 make[3]: *** [../scripts/Makefile.build:555: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2004: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 .pylintrc: warning: ignored by one of the .gitignore files ../net/vmw_vsock/vsock_loopback.c:83:45: error: initialization of ‘bool (*)(struct vsock_sock *, u32)’ {aka ‘_Bool (*)(struct vsock_sock *, unsigned int)’} from incompatible pointer type ‘bool (*)(u32)’ {aka ‘_Bool (*)(unsigned int)’} [-Wincompatible-pointer-types] 83 | .seqpacket_allow = vsock_loopback_seqpacket_allow, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../net/vmw_vsock/vsock_loopback.c:83:45: note: (near initialization for ‘loopback_transport.transport.seqpacket_allow’) ../net/vmw_vsock/vsock_loopback.c:49:13: note: ‘vsock_loopback_seqpacket_allow’ declared here 49 | static bool vsock_loopback_seqpacket_allow(u32 remote_cid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[5]: *** [../scripts/Makefile.build:287: net/vmw_vsock/vsock_loopback.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [../scripts/Makefile.build:555: net/vmw_vsock] Error 2 make[3]: *** [../scripts/Makefile.build:555: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-0/Makefile:2004: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-0/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2