[PATCH 0/4] Drivers: hv: vmbus: Miscellaneous Fixes

From: kys
Date: Sat Mar 04 2017 - 20:15:21 EST


From: K. Y. Srinivasan <kys@xxxxxxxxxxxxx>

These patches fix several issues introduced in 4.11. Greg,
Please pick these patches for 4.11.

Dexuan Cui (2):
vmbus: remove hv_event_tasklet_disable/enable
Drivers: hv: util: don't forget to init host_ts.lock

Stephen Hemminger (1):
vmbus: use rcu for per-cpu channel list

Vitaly Kuznetsov (1):
Drivers: hv: util: move waiting for release to hv_utils_transport
itself

drivers/hv/channel.c | 12 ++++--------
drivers/hv/channel_mgmt.c | 26 ++++----------------------
drivers/hv/hv_fcopy.c | 4 ----
drivers/hv/hv_kvp.c | 4 ----
drivers/hv/hv_snapshot.c | 4 ----
drivers/hv/hv_util.c | 2 ++
drivers/hv/hv_utils_transport.c | 12 ++++++++----
drivers/hv/hv_utils_transport.h | 1 +
drivers/hv/vmbus_drv.c | 6 +++++-
include/linux/hyperv.h | 10 +++++++---
10 files changed, 31 insertions(+), 50 deletions(-)