Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1418910 > unrolled thread

[PATCH 0/2] Drivers: hv: Fix some issues in both vmbus as well as util drivers

Started by"K. Y. Srinivasan" <kys@microsoft.com>
First post2016-06-10 00:30 +0200
Last post2016-06-10 00:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] Drivers: hv: Fix some issues in both vmbus as well as util drivers  "K. Y. Srinivasan" <kys@microsoft.com> - 2016-06-10 00:30 +0200

#1418910 — [PATCH 0/2] Drivers: hv: Fix some issues in both vmbus as well as util drivers

From"K. Y. Srinivasan" <kys@microsoft.com>
Date2016-06-10 00:30 +0200
Subject[PATCH 0/2] Drivers: hv: Fix some issues in both vmbus as well as util drivers
Message-ID<rIgCB-4da-11@gated-at.bofh.it>
Fix a race in the registration of user space daemons. Also get rid of
timeout in vmbus_open() as timing out here would make it impossible to
rollback correctly.

Vitaly Kuznetsov (2):
  Drivers: hv: get rid of timeout in vmbus_open()
  Drivers: hv: utils: fix a race on userspace daemons registration

 drivers/hv/channel.c            |    7 +------
 drivers/hv/hv_fcopy.c           |   14 ++++++++++----
 drivers/hv/hv_kvp.c             |   27 ++++++++++++++++-----------
 drivers/hv/hv_snapshot.c        |   16 +++++++++++-----
 drivers/hv/hv_utils_transport.c |   15 ++++++++++++++-
 drivers/hv/hv_utils_transport.h |    4 +++-
 6 files changed, 55 insertions(+), 28 deletions(-)

-- 
1.7.4.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web