]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'hv_netvsc-fix-a-hang-on-channel-mtu-changes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 8 Nov 2017 01:28:54 +0000 (10:28 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Nov 2017 01:28:54 +0000 (10:28 +0900)
commit9959905c78cfccff28666eae20f70befc0772ce9
tree89db6df2d7529ecb89de31959ecf4f260bf0eba6
parent4413c9a252fbdf78e15ea1a5152b632d6e641d05
parent5a687332e6c6f8af16cc3abf4dfe4fc863fb7915
Merge branch 'hv_netvsc-fix-a-hang-on-channel-mtu-changes'

Vitaly Kuznetsov says:

====================
hv_netvsc: fix a hang on channel/mtu changes

It was found that netvsc driver doesn't survive e.g.

test. I was able to identify a hang in guest/host communication, it is
fixed by PATCH1 of this series. PATCH2 is a cosmetic change masking
unneeded messages.

Changes since v1:
- Throw away patches 2 and 3 of the original series as one is unneeded and
  the other is not justified [Eric Dumazet, Stephen Hemminger] so I'm only
  fixing the hang now, the crash doesn't reproduce. Will keep an eye on it.
====================

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