Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/vhost/vsock.c:99:29: error: too few arguments to function call, expected 2, have 1 99 | found = vhost_vsock_get(cid) != NULL; | ~~~~~~~~~~~~~~~ ^ ../drivers/vhost/vsock.c:74:28: note: 'vhost_vsock_get' declared here 74 | static struct vhost_vsock *vhost_vsock_get(u32 guest_cid, struct net *net) | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[5]: *** [../scripts/Makefile.build:289: drivers/vhost/vsock.o] Error 1 make[4]: *** [../scripts/Makefile.build:546: drivers/vhost] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:546: drivers] 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 ../drivers/vhost/vsock.c:99:29: error: too few arguments to function call, expected 2, have 1 99 | found = vhost_vsock_get(cid) != NULL; | ~~~~~~~~~~~~~~~ ^ ../drivers/vhost/vsock.c:74:28: note: 'vhost_vsock_get' declared here 74 | static struct vhost_vsock *vhost_vsock_get(u32 guest_cid, struct net *net) | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[5]: *** [../scripts/Makefile.build:289: drivers/vhost/vsock.o] Error 1 make[4]: *** [../scripts/Makefile.build:546: drivers/vhost] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:546: drivers] 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.Z1KB1Rw6qq 2026-03-02 05:46:18.283245604 -0500 +++ /tmp/tmp.v6yfD7r8aW 2026-03-02 05:47:06.695829827 -0500 @@ -1,0 +2,15 @@ +../drivers/vhost/vsock.c:99:29: error: too few arguments to function call, expected 2, have 1 + 99 | found = vhost_vsock_get(cid) != NULL; + | ~~~~~~~~~~~~~~~ ^ +../drivers/vhost/vsock.c:74:28: note: 'vhost_vsock_get' declared here + 74 | static struct vhost_vsock *vhost_vsock_get(u32 guest_cid, struct net *net) + | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +1 error generated. +make[5]: *** [../scripts/Makefile.build:289: drivers/vhost/vsock.o] Error 1 +make[4]: *** [../scripts/Makefile.build:546: drivers/vhost] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:546: drivers] 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.2f41F6nFQc 2026-03-02 05:47:06.698829802 -0500 +++ /tmp/tmp.YskBIvnKXK 2026-03-02 05:47:06.700829784 -0500 @@ -0,0 +1 @@ + 1 ../drivers/vhost/vsock.c