Files
linux/drivers/net
Jason Andryuk 4c65e94eb4 xen-netfront: Fix hang on device removal
commit c2d2e6738a upstream.

A toolstack may delete the vif frontend and backend xenstore entries
while xen-netfront is in the removal code path.  In that case, the
checks for xenbus_read_driver_state would return XenbusStateUnknown, and
xennet_remove would hang indefinitely.  This hang prevents system
shutdown.

xennet_remove must be able to handle XenbusStateUnknown, and
netback_changed must also wake up the wake_queue for that state as well.

Fixes: 5b5971df3b ("xen-netfront: remove warning when unloading module")

Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
Cc: Eduardo Otubo <otubo@redhat.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-04-24 09:32:06 +02:00
..
2015-08-13 21:12:17 -07:00
2018-03-31 18:12:34 +02:00
2018-03-24 10:58:43 +01:00
2015-10-21 19:36:10 -07:00
2014-10-07 13:22:11 -04:00
2015-07-08 16:00:09 -07:00
2017-11-18 11:11:05 +01:00
2016-04-12 09:08:58 -07:00
2018-03-22 09:23:29 +01:00