]> git.baikalelectronics.ru Git - kernel.git/commit
um: Fix wait_stub_done() error handling
authorRichard Weinberger <richard@nod.at>
Fri, 17 May 2013 12:21:01 +0000 (14:21 +0200)
committerRichard Weinberger <richard@nod.at>
Fri, 19 Jul 2013 08:45:18 +0000 (10:45 +0200)
commit6632d530d2f3913af818182e932d18ab5160c7d0
treedaf5e00929c889654b8eb8974b9e42ca77deea70
parenta0df947b042c9c0081f58d17cc3c67ebb349f87e
um: Fix wait_stub_done() error handling

If we die within a stub handler we only way to reliable
kill the (obviously) dying uml guest process is killing
it's host twin on the host side.

Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/os-Linux/skas/process.c