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


Groups > linux.kernel > #1589158

[PATCH 00/10] Drivers: hv: vmbus: Miscellaneous fixes

From kys@exchange.microsoft.com
Newsgroups linux.kernel
Subject [PATCH 00/10] Drivers: hv: vmbus: Miscellaneous fixes
Date 2017-02-28 04:50 +0100
Message-ID <tfGkN-6Kj-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: K. Y. Srinivasan <kys@microsoft.com>

Miscellaneous fixes.

Stephen Hemminger (10):
  vmbus: only reschedule tasklet if time limit exceeded
  vmbus: use rcu for per-cpu channel list
  hyperv: fix warning about missing prototype
  vmbus: remove useless return's
  vmbus: remove unnecessary initialization
  vmbus: fix spelling errors
  hyperv: remove unnecessary return variable
  vmbus: make channel_message table constant
  vmbus: cleanup header file style
  vmbus: expose debug info for drivers

 arch/x86/hyperv/hv_init.c |    2 +-
 drivers/hv/channel.c      |   10 +++---
 drivers/hv/channel_mgmt.c |   55 +++++++++++++++++++------------------
 drivers/hv/connection.c   |   65 +++++++++++++++++++++++---------------------
 drivers/hv/hv_balloon.c   |    2 -
 drivers/hv/hv_fcopy.c     |    2 -
 drivers/hv/hv_kvp.c       |   12 +++-----
 drivers/hv/hv_snapshot.c  |    2 -
 drivers/hv/hyperv_vmbus.h |   29 ++++++--------------
 drivers/hv/ring_buffer.c  |   22 +++++---------
 drivers/hv/vmbus_drv.c    |   10 ++++---
 include/linux/hyperv.h    |   38 ++++++++++++++++++++-----
 12 files changed, 126 insertions(+), 123 deletions(-)

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


Thread

[PATCH 00/10] Drivers: hv: vmbus: Miscellaneous fixes  kys@exchange.microsoft.com - 2017-02-28 04:50 +0100

csiph-web