Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1592670
| From | kys@exchange.microsoft.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] Drivers: hv: vmbus: Miscellaneous Fixes |
| Date | 2017-03-05 02:20 +0100 |
| Message-ID | <tht06-Th-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: K. Y. Srinivasan <kys@microsoft.com>
These patches fix several issues introduced in 4.11. Greg,
Please pick these patches for 4.11.
Dexuan Cui (2):
vmbus: remove hv_event_tasklet_disable/enable
Drivers: hv: util: don't forget to init host_ts.lock
Stephen Hemminger (1):
vmbus: use rcu for per-cpu channel list
Vitaly Kuznetsov (1):
Drivers: hv: util: move waiting for release to hv_utils_transport
itself
drivers/hv/channel.c | 12 ++++--------
drivers/hv/channel_mgmt.c | 26 ++++----------------------
drivers/hv/hv_fcopy.c | 4 ----
drivers/hv/hv_kvp.c | 4 ----
drivers/hv/hv_snapshot.c | 4 ----
drivers/hv/hv_util.c | 2 ++
drivers/hv/hv_utils_transport.c | 12 ++++++++----
drivers/hv/hv_utils_transport.h | 1 +
drivers/hv/vmbus_drv.c | 6 +++++-
include/linux/hyperv.h | 10 +++++++---
10 files changed, 31 insertions(+), 50 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] Drivers: hv: vmbus: Miscellaneous Fixes kys@exchange.microsoft.com - 2017-03-05 02:20 +0100 [PATCH 1/4] vmbus: use rcu for per-cpu channel list kys@exchange.microsoft.com - 2017-03-05 02:20 +0100 [PATCH 2/4] vmbus: remove hv_event_tasklet_disable/enable kys@exchange.microsoft.com - 2017-03-05 02:20 +0100 [PATCH 3/4] Drivers: hv: util: move waiting for release to hv_utils_transport itself kys@exchange.microsoft.com - 2017-03-05 02:20 +0100
csiph-web