Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1418910
| From | "K. Y. Srinivasan" <kys@microsoft.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Drivers: hv: Fix some issues in both vmbus as well as util drivers |
| Date | 2016-06-10 00:30 +0200 |
| Message-ID | <rIgCB-4da-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[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
csiph-web