Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1344708

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

From "K. Y. Srinivasan" <kys@microsoft.com>
Newsgroups linux.kernel
Subject [PATCH 0/8] Drivers: hv: Miscellaneous fixes
Date 2016-02-26 22:40 +0100
Message-ID <r6yhb-RJ-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 0/8] Drivers: hv: Miscellaneous fixes  "K. Y. Srinivasan" <kys@microsoft.com> - 2016-02-26 22:40 +0100

csiph-web