Merge branch 'hv_netvsc-VF-removal-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 15 Aug 2016 20:48:08 +0000 (13:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Aug 2016 20:48:08 +0000 (13:48 -0700)
commita8545b60a8d0d959424beb17b20f6b06b2305b2c
tree36d570194ed048759541d5bf07b35a79f352e5e7
parent3d7b33209201cbfa090d614db993571ca3c6b090
parent0dbff144a1e7310e2f8b7a957352c4be9aeb38e4
Merge branch 'hv_netvsc-VF-removal-fixes'

Vitaly Kuznetsov says:

====================
hv_netvsc: fixes for VF removal path

Kernel crash is reported after VF is removed and detached from netvsc
device. Turns out we have multiple different (but related) issues on the
VF removal path which I'm trying to address with PATCHes 2-5 of this
series. PATCH1 is required to support the change.

Changes since v1:
- Re-arrange patches in the series to not introduce new issues [David Miller]
- Add PATCH5 which fixes a new issue I discovered while testing.
- Add Haiyang' A-b tags to PATCH1-4

With regards to Stephen's suggestion: I believe that switching to using RCU
and eliminating vf_use_cnt/vf_inject is the right thing to do long-term, we
can either put this on top of this series or do it later in net-next.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
This page took 0.035915 seconds and 5 git commands to generate.