Netdev List
 help / color / mirror / Atom feed
* [PATCH 0/6] Drivers: hv: Miscellaneous fixes
@ 2017-04-30 23:20 kys
  2017-04-30 23:21 ` [PATCH 1/6] Tools: hv: vss: Thaw the filesystem and continue if freeze call has timed out kys
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ 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

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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-30 23:20 [PATCH 0/6] Drivers: hv: Miscellaneous fixes kys
2017-04-30 23:21 ` [PATCH 1/6] Tools: hv: vss: Thaw the filesystem and continue if freeze call has timed out kys
2017-04-30 23:21 ` [PATCH 2/6] tools: hv: properly handle long paths kys
2017-04-30 23:21 ` [PATCH 3/6] Drivers: hv: vmbus: Fix error code returned by vmbus_post_msg() kys
2017-04-30 23:21 ` [PATCH 4/6] Drivers: hv: util: Make hv_poll_channel() a little more efficient kys
2017-04-30 23:21 ` [PATCH 5/6] Drivers: hv: vmbus: Fix rescind handling kys
2017-04-30 23:21 ` [PATCH 6/6] HV: properly delay KVP packets when negotiation is in progress kys

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox