linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Drivers: hv: vmbus: Miscellaneous fixes
@ 2017-02-28  3:04 kys
  2017-02-28  3:05 ` [PATCH 01/10] vmbus: only reschedule tasklet if time limit exceeded kys
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: kys @ 2017-02-28  3:04 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, olaf, apw, vkuznets, jasowang,
	leann.ogasawara
  Cc: K. Y. Srinivasan

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(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-02-28  3:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-28  3:04 [PATCH 00/10] Drivers: hv: vmbus: Miscellaneous fixes kys
2017-02-28  3:05 ` [PATCH 01/10] vmbus: only reschedule tasklet if time limit exceeded kys
2017-02-28  3:05 ` [PATCH 02/10] vmbus: use rcu for per-cpu channel list kys
2017-02-28  3:05 ` [PATCH 03/10] hyperv: fix warning about missing prototype kys
2017-02-28  3:05 ` [PATCH 04/10] vmbus: remove useless return's kys
2017-02-28  3:05 ` [PATCH 05/10] vmbus: remove unnecessary initialization kys
2017-02-28  3:05 ` [PATCH 06/10] vmbus: fix spelling errors kys
2017-02-28  3:05 ` [PATCH 07/10] hyperv: remove unnecessary return variable kys
2017-02-28  3:05 ` [PATCH 08/10] vmbus: make channel_message table constant kys
2017-02-28  3:05 ` [PATCH 09/10] vmbus: cleanup header file style kys
2017-02-28  3:05 ` [PATCH 10/10] vmbus: expose debug info for drivers kys

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).