summaryrefslogtreecommitdiff
path: root/arch/s390
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2018-09-07 15:21:30 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-26 09:38:05 +0300
commit33e4afbb44fe3d84dd90274b738f6b1c7d0ef68e (patch)
tree5e10214a7d63edf6addff4e1c0999a1f3663b9e7 /arch/s390
parent1e5b387747ba285a64348b9a96b246d0b9d52b03 (diff)
downloadlinux-33e4afbb44fe3d84dd90274b738f6b1c7d0ef68e.tar.xz
xen/netfront: fix waiting for xenbus state change
commit 8edfe2e992b75aee3da9316e9697c531194c2f53 upstream. Commit 822fb18a82aba ("xen-netfront: wait xenbus state change when load module manually") added a new wait queue to wait on for a state change when the module is loaded manually. Unfortunately there is no wakeup anywhere to stop that waiting. Instead of introducing a new wait queue rename the existing module_unload_q to module_wq and use it for both purposes (loading and unloading). As any state change of the backend might be intended to stop waiting do the wake_up_all() in any case when netback_changed() is called. Fixes: 822fb18a82aba ("xen-netfront: wait xenbus state change when load module manually") Cc: <stable@vger.kernel.org> #4.18 Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/s390')
0 files changed, 0 insertions, 0 deletions