Re: linux-next: build failure after merge of the vhost tree

From: Michael S. Tsirkin
Date: Wed Jul 29 2020 - 10:08:22 EST


On Tue, Jul 28, 2020 at 06:11:32PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the vhost tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> In file included from drivers/virtio/virtio_vdpa.c:17:
> include/linux/vdpa.h:43:21: error: expected ':', ',', ';', '}' or '__attribute__' before '.' token
> 43 | bool features_valid.
> | ^
>
> Caused by commit
>
> fee8fe6bd8cc ("vdpa: make sure set_features in invoked for legacy")
>
> I have used the vhost tree from next-20200727 for today.

Sorry by bad, pushed to a wrong tag.


> --
> Cheers,
> Stephen Rothwell