[PATCH 0/8] Drivers: hv: Miscellaneous fixes

From: K. Y. Srinivasan
Date: Fri Feb 26 2016 - 16:34:50 EST


Some miscellaneous fixes and cleanup.

Alex Ng (2):
Drivers: hv: utils: Remove util transport handler from list if
registration fails
Drivers: hv: vmbus: Support kexec on ws2012 r2 and above

K. Y. Srinivasan (2):
Drivers: hv: util: Pass the channel information during the init call
Drivers: hv: vmbus: Support handling messages on multiple CPUs

Vitaly Kuznetsov (4):
Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
Drivers: hv: vmbus: avoid wait_for_completion() on crash
Drivers: hv: vmbus: remove code duplication in message handling
Drivers: hv: vmbus: avoid unneeded compiler optimizations in
vmbus_wait_for_unload()

drivers/hv/channel_mgmt.c | 16 ++-----
drivers/hv/connection.c | 12 ++++-
drivers/hv/hv.c | 10 ++++
drivers/hv/hv_fcopy.c | 2 +-
drivers/hv/hv_kvp.c | 2 +-
drivers/hv/hv_snapshot.c | 2 +-
drivers/hv/hv_util.c | 1 +
drivers/hv/hv_utils_transport.c | 3 +
drivers/hv/hyperv_vmbus.h | 30 ++++++++++++-
drivers/hv/vmbus_drv.c | 92 +++++++++++----------------------------
include/linux/hyperv.h | 1 +
11 files changed, 86 insertions(+), 85 deletions(-)

--
1.7.4.1