Hi all, After merging the vhost tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/virtio/virtio_vdpa.c: In function 'virtio_vdpa_find_vqs': drivers/virtio/virtio_vdpa.c:291:61: error: 'sizes' undeclared (first use in this function) 291 | names[i], sizes ? sizes[i] : 0, | ^~~~~ drivers/virtio/virtio_vdpa.c:291:61: note: each undeclared identifier is reported only once for each function it appears in Caused by commit 71545b3c933a ("virtio: Revert "virtio: find_vqs() add arg sizes"") I have used the vhost tree from next-20220815 for today. -- Cheers, Stephen Rothwell