]> 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)
commit48bab8271433b898a70c4d9542c7aa0afbf9d535
tree3056b5d027d819b98ce01e26128b3617b3a23e58
parent83f7965b6e709c99885e4548b3d3b507137ed754
parentcb3aa3606eeb3d74a08f4217898c854c17e0aa87
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>