linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Drivers: hv: Miscellaneous fixes
@ 2015-03-07  5:10 K. Y. Srinivasan
  2015-03-07  5:10 ` [PATCH 1/6] Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl() K. Y. Srinivasan
  2015-03-07  5:19 ` [PATCH 0/6] Drivers: hv: Miscellaneous fixes KY Srinivasan
  0 siblings, 2 replies; 13+ messages in thread
From: K. Y. Srinivasan @ 2015-03-07  5:10 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, olaf, apw, vkuznets; +Cc: K. Y. Srinivasan

This patch-set has miscellaneous fixes for both the VMBUS as well as the balloon
driver.

Dan Carpenter (1):
  hv: vmbus: missing curly braces in vmbus_process_offer()

K. Y. Srinivasan (2):
  Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl()
  Drivers: hv: vmbus: Perform device register in the per-channel work
    element

Nick Meier (1):
  Correcting truncation error for constant HV_CRASH_CTL_CRASH_NOTIFY

Vitaly Kuznetsov (2):
  Drivers: hv: hv_balloon: keep locks balanced on add_memory() failure
  Drivers: hv: hv_balloon: don't lose memory when onlining order is not
    natural

 drivers/hv/channel.c      |    1 +
 drivers/hv/channel_mgmt.c |  146 +++++++++++++++++++++++++++++++--------------
 drivers/hv/connection.c   |    6 ++-
 drivers/hv/hv_balloon.c   |   15 ++---
 drivers/hv/hyperv_vmbus.h |    4 +-
 5 files changed, 115 insertions(+), 57 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/6] Drivers: hv: Miscellaneous fixes
@ 2017-04-30 23:20 kys
  0 siblings, 0 replies; 13+ messages in thread
From: kys @ 2017-04-30 23:20 UTC (permalink / raw)
  To: davem, netdev, linux-kernel, devel, olaf, apw, jasowang,
	leann.ogasawara, marcelo.cerri, sthemmin
  Cc: K. Y. Srinivasan

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

Miscellaneous fixes to vmbus and util drivers.

Alex Ng (1):
  Tools: hv: vss: Thaw the filesystem and continue if freeze call has
    timed out

K. Y. Srinivasan (3):
  Drivers: hv: vmbus: Fix error code returned by vmbus_post_msg()
  Drivers: hv: util: Make hv_poll_channel() a little more efficient
  Drivers: hv: vmbus: Fix rescind handling

Long Li (1):
  HV: properly delay KVP packets when negotiation is in progress

Vitaly Kuznetsov (1):
  tools: hv: properly handle long paths

 drivers/hv/channel.c      |    8 ++++-
 drivers/hv/channel_mgmt.c |   69 ++++++++++++++++++++++++++++++++++----------
 drivers/hv/connection.c   |    9 ++++--
 drivers/hv/hv_kvp.c       |   14 +++++----
 drivers/hv/hyperv_vmbus.h |   11 +++++++
 drivers/hv/vmbus_drv.c    |   29 ++++++++++++++++++-
 tools/hv/hv_kvp_daemon.c  |   44 ++++++++++++-----------------
 tools/hv/hv_vss_daemon.c  |    4 ++-
 8 files changed, 133 insertions(+), 55 deletions(-)

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

end of thread, other threads:[~2017-04-30 23:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-07  5:10 [PATCH 0/6] Drivers: hv: Miscellaneous fixes K. Y. Srinivasan
2015-03-07  5:10 ` [PATCH 1/6] Drivers: hv: vmbus: Export the vmbus_sendpacket_pagebuffer_ctl() K. Y. Srinivasan
2015-03-07  5:10   ` [PATCH 2/6] Drivers: hv: vmbus: Perform device register in the per-channel work element K. Y. Srinivasan
2015-03-07  5:10   ` [PATCH 3/6] Drivers: hv: hv_balloon: keep locks balanced on add_memory() failure K. Y. Srinivasan
2015-03-07  5:10   ` [PATCH 4/6] Drivers: hv: hv_balloon: don't lose memory when onlining order is not natural K. Y. Srinivasan
2015-03-07  5:10   ` [PATCH 5/6] Correcting truncation error for constant HV_CRASH_CTL_CRASH_NOTIFY K. Y. Srinivasan
2015-03-07  5:10   ` [PATCH 6/6] hv: vmbus: missing curly braces in vmbus_process_offer() K. Y. Srinivasan
2015-03-07  5:19 ` [PATCH 0/6] Drivers: hv: Miscellaneous fixes KY Srinivasan
2015-03-10  3:31   ` KY Srinivasan
2015-03-10  7:41     ` gregkh
2015-03-10 14:54       ` KY Srinivasan
2015-03-10 15:00         ` gregkh
2017-04-30 23:20 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).