]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'hv_netvsc-fix-races-during-shutdown-and-changes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 22 Mar 2018 16:45:10 +0000 (12:45 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Mar 2018 16:45:10 +0000 (12:45 -0400)
commit53e82697f74d135665685c2c6c2a4dca41f50365
tree3056b5d027d819b98ce01e26128b3617b3a23e58
parent68e2ffdeb5dbf54bc3a0684aa4e73c6db8675eed
parent7b2ee50c0cd513a176a26a71f2989facdd75bfea
Merge branch 'hv_netvsc-fix-races-during-shutdown-and-changes'

Stephen Hemminger says:

====================
hv_netvsc: fix races during shutdown and changes

This set of patches fixes issues identified by Vitaly Kuznetsov and
Mohammed Gamal related to state changes in Hyper-v network driver.

A lot of the issues are because setting up the netvsc device requires
a second step (in work queue) to get all the sub-channels running.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>