]> git.baikalelectronics.ru Git - kernel.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)
commitace293abe0e218de13c58f4877fd5e91eae5bed9
tree3056b5d027d819b98ce01e26128b3617b3a23e58
parente75c4d289c7f7b86dbe36d8e792d3547668e0385
parent467e8847a1acf25b65c2194196523df42f0ccf70
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>