On Mon, Oct 07, 2019 at 05:25:18PM +0000, Dexuan Cui wrote: > > From: linux-hyperv-owner@xxxxxxxxxxxxxxx > > <linux-hyperv-owner@xxxxxxxxxxxxxxx> On Behalf Of Andrea Parri > > Sent: Monday, October 7, 2019 9:31 AM > > .... > > +/* > > + * Table of VMBus versions listed from newest to oldest; the table > > + * must terminate with VERSION_INVAL. > > + */ > > +__u32 vmbus_versions[] = { > > + VERSION_WIN10_V5, > > This should be "static"? I think so, will add in v2. Thank you for pointing this out, Dexuan. Andrea