mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/5] Drivers: hv: Miscellaneous fixes
@ 2017-09-10  5:53 kys
  2017-09-10  6:08 ` [PATCH 1/5] vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister() kys
  0 siblings, 1 reply; 8+ messages in thread
From: kys @ 2017-09-10  5:53 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, olaf, apw, vkuznets, jasowang,
	leann.ogasawara, marcelo.cerri, sthemmin
  Cc: K. Y. Srinivasan

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

Miscellaneous fixes.

Dexuan Cui (2):
  vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()
  vmbus: suppress uevents for hv_sock devices

Olaf Hering (1):
  Drivers: hv: fcopy: restore correct transfer length

Stephen Hemminger (2):
  vmbus: add per-channel sysfs info
  Drivers: hv: vmbus: Expose per-channel interrupts and events counters

 Documentation/ABI/stable/sysfs-bus-vmbus |  70 +++++++++++
 drivers/hv/channel_mgmt.c                |  14 ++-
 drivers/hv/connection.c                  |   2 +
 drivers/hv/hv_fcopy.c                    |   4 +
 drivers/hv/hyperv_vmbus.h                |   2 +
 drivers/hv/vmbus_drv.c                   | 205 +++++++++++++++++++++++++++++--
 include/linux/hyperv.h                   |  10 ++
 7 files changed, 290 insertions(+), 17 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2017-09-18  0:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-10  5:53 [PATCH 0/5] Drivers: hv: Miscellaneous fixes kys
2017-09-10  6:08 ` [PATCH 1/5] vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister() kys
2017-09-10  6:08   ` [PATCH 2/5] vmbus: suppress uevents for hv_sock devices kys
2017-09-10  8:09     ` Greg KH
2017-09-18  0:02       ` KY Srinivasan
2017-09-10  6:08   ` [PATCH 3/5] Drivers: hv: fcopy: restore correct transfer length kys
2017-09-10  6:08   ` [PATCH 4/5] vmbus: add per-channel sysfs info kys
2017-09-10  6:08   ` [PATCH 5/5] Drivers: hv: vmbus: Expose per-channel event counters kys

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

Powered by JetHome