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


Groups > linux.kernel > #1589158 > unrolled thread

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

Started bykys@exchange.microsoft.com
First post2017-02-28 04:50 +0100
Last post2017-02-28 04:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

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

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

Fromkys@exchange.microsoft.com
Date2017-02-28 04:50 +0100
Subject[PATCH 00/10] Drivers: hv: vmbus: Miscellaneous fixes
Message-ID<tfGkN-6Kj-3@gated-at.bofh.it>
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web