]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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 08:53:04 +0000 (10:53 +0200)
commitfeabc09394d183ea0321584e3b1906fb6c9b2094
treedd37255f3c6a6d84c86ec6c9b92b85c4662c2caf
parent48bca779a0acb6b3699cdefc2472b20c4eb2c80c
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