1
0
Fork 0
alistair23-linux/drivers/net/hyperv
stephen hemminger 732e49850c netvsc: fix race on sub channel creation
The existing sub channel code did not wait for all the sub-channels
to completely initialize. This could lead to race causing crash
in napi_netif_del() from bad list. The existing code would send
an init message, then wait only for the initial response that
the init message was received. It thought it was waiting for
sub channels but really the init response did the wakeup.

The new code keeps track of the number of open channels and
waits until that many are open.

Other issues here were:
  * host might return less sub-channels than was requested.
  * the new init status is not valid until after init was completed.

Fixes: b3e6b82a00 ("hv_netvsc: Wait for sub-channels to be processed during probe")
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-06 21:23:21 -07:00
..
Kconfig
Makefile
hyperv_net.h netvsc: fix race on sub channel creation 2017-08-06 21:23:21 -07:00
netvsc.c netvsc: fix race on sub channel creation 2017-08-06 21:23:21 -07:00
netvsc_drv.c Revert "netvsc: optimize calculation of number of slots" 2017-07-25 21:26:08 -07:00
rndis_filter.c netvsc: fix race on sub channel creation 2017-08-06 21:23:21 -07:00