diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2017-11-14 06:53:33 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-28 16:56:26 +0100 |
commit | 7fa32e5ec28b1609abc0b797b58267f725fc3964 (patch) | |
tree | 71055aa21cc5ab790e6386adac62e9a60af93348 /tools/hv | |
parent | fb2c445277e7b0b4ffe10de8114bad4eccaca948 (diff) | |
download | linux-7fa32e5ec28b1609abc0b797b58267f725fc3964.tar.bz2 |
Drivers: hv: vmbus: Fix a rescind issue
The current rescind processing code will not correctly handle
the case where the host immediately rescinds a channel that has
been offerred. In this case, we could be blocked in the open call and
since the channel is rescinded, the host will not respond and we could
be blocked forever in the vmbus open call.i Fix this problem.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/hv')
0 files changed, 0 insertions, 0 deletions