Skip to content
Snippets Groups Projects
user avatar
Michal Hocko authored
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: default avatarMichal Hocko <mhocko@suse.cz>
Acked-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
0acf0001
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..