xen/balloon: make the balloon wait interruptible
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 27 Jul 2020 09:13:40 +0000 (11:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Aug 2020 09:02:06 +0000 (11:02 +0200)
commit0fdcc4156ccd30bbe6d531487b551068b27c0814
tree99baadbb5eb60775217a3d12d04498b7212da915
parenta888fea6bd0a798c9db8693ef66169354bc6b9d3
xen/balloon: make the balloon wait interruptible

commit 88a479ff6ef8af7f07e11593d58befc644244ff7 upstream.

So it can be killed, or else processes can get hung indefinitely
waiting for balloon pages.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20200727091342.52325-3-roger.pau@citrix.com
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/xen/balloon.c