On Thu, Oct 27, 2022 at 05:10:32AM -0700, Gaurav Kohli wrote: > [ Upstream commit 365e1ececb2905f94cc10a5817c5b644a32a3ae2 ] > > During vm boot, there might be possibility that vf registration > call comes before the vf association from host to vm. > > And this might break netvsc vf path, To prevent the same block > vf registration until vf bind message comes from host. > > Cc: stable@xxxxxxxxxxxxxxx > Fixes: 00d7ddba11436 ("hv_netvsc: pair VF based on serial number") > Reviewed-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx> > Signed-off-by: Gaurav Kohli <gauravkohli@xxxxxxxxxxxxxxxxxxx> > Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> > --- > drivers/net/hyperv/hyperv_net.h | 3 +++ > drivers/net/hyperv/netvsc.c | 4 ++++ > drivers/net/hyperv/netvsc_drv.c | 20 ++++++++++++++++++++ > 3 files changed, 27 insertions(+) Now queued up, thanks. greg k-h