[PATCH 0/8] vmbus: cleanup patches

Stephen Hemminger stephen at networkplumber.org
Wed Feb 15 06:20:26 UTC 2017


These are non-critical cleanup patches to vmbus code.
The only possible bug fix is the second one which relates to using
RCU to avoid problems if there was guest/host confusion on shutdown.

Stephen Hemminger (8):
  hyperv: fix warning about missing prototype
  vmbus: use rcu for per-cpu channel list
  vmbus: remove useless return's
  vmbus: remove unnecessary initialization
  vmbus: fix spelling errors
  vmbus: remove unused low_latency option
  hyperv: remove unnecessary return variable
  vmbus: make channel_message table constant

 arch/x86/hyperv/hv_init.c |  2 +-
 drivers/hv/channel.c      | 12 +++++------
 drivers/hv/channel_mgmt.c | 55 ++++++++++++++++++++++++-----------------------
 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 |  2 +-
 drivers/hv/ring_buffer.c  | 21 ++++++------------
 drivers/hv/vmbus_drv.c    |  8 ++++---
 include/linux/hyperv.h    | 41 +++++------------------------------
 11 files changed, 58 insertions(+), 101 deletions(-)

-- 
2.11.0



More information about the devel mailing list