linux-imx/drivers/hv
Vitaly Kuznetsov 157c1df068 Drivers: hv: get rid of timeout in vmbus_open()
commit 396e287fa2 upstream.

vmbus_teardown_gpadl() can result in infinite wait when it is called on 5
second timeout in vmbus_open(). The issue is caused by the fact that gpadl
teardown operation won't ever succeed for an opened channel and the timeout
isn't always enough. As a guest, we can always trust the host to respond to
our request (and there is nothing we can do if it doesn't).

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
2017-05-09 08:19:36 +02:00
..
channel_mgmt.c Drivers: hv: vmbus: Don't wait after requesting offers 2015-05-15 09:10:55 +02:00
channel.c Drivers: hv: get rid of timeout in vmbus_open() 2017-05-09 08:19:36 +02:00
connection.c Drivers: hv: vmbus: Cleanup vmbus_post_msg() 2014-10-31 15:11:13 +01:00
hv_balloon.c Drivers: hv: balloon: don't crash when memory is added in non-sorted order 2017-04-07 09:17:46 +02:00
hv_kvp.c Drivers: hv: util: Fix a bug in the KVP code 2014-07-29 16:45:42 +02:00
hv_snapshot.c Drivers: hv: util: Correctly support ws2008R2 and earlier 2013-09-26 14:20:21 -07:00
hv_util.c hv: do not lose pending heartbeat vmbus packets 2016-11-24 16:23:22 +01:00
hv.c Drivers: hv: avoid vfree() on crash 2017-04-07 09:17:46 +02:00
hyperv_vmbus.h Drivers: hv: avoid vfree() on crash 2017-04-07 09:17:46 +02:00
Kconfig x86: Make Linux guest support optional 2013-03-04 13:14:25 -08:00
Makefile Drivers: hv: Add a new driver to support host initiated backup 2013-03-15 12:12:36 -07:00
ring_buffer.c drivers: hv: check interrupt mask before read_index 2013-06-24 16:24:17 -07:00
vmbus_drv.c Drivers: hv: avoid vfree() on crash 2017-04-07 09:17:46 +02:00