From: Michal Hocko Date: Tue, 27 Sep 2011 06:56:03 +0000 (+0200) Subject: lguest: move process freezing before pending signals check X-Git-Tag: v3.2-rc1~121^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0acf00014bcfd71090c3b0d43c98e970108064e4;p=pandora-kernel.git lguest: move process freezing before pending signals check run_guest tries to freeze the current process after it has handled pending interrupts and before it calls lguest_arch_run_guest. This doesn't work nicely if the task has been killed while being frozen and when we want to handle that signal as soon as possible. Let's move try_to_freeze before we check for pending signal so that we can get out of the loop as soon as possible. Signed-off-by: Michal Hocko Acked-by: Rusty Russell Signed-off-by: Rusty Russell --- Reading git-diff-tree failed