summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ubd.h
Commit message (Collapse)AuthorAgeFilesLines
* um: Cleanup SIGTERM handlingRichard Weinberger2013-09-071-1/+0
| | | | | | | | | | | | | | | Richard reported that some UML processes survive if the UML main process receives a SIGTERM. This issue was caused by a wrongly placed signal(SIGTERM, SIG_DFL) in init_new_thread_signals(). It disabled the UML exit handler accidently for some processes. The correct solution is to disable the fatal handler for all UML helper threads/processes. Such that last_ditch_exit() does not get called multiple times and all processes can exit due to SIGTERM. Reported-and-tested-by: Richard W.M. Jones <rjones@redhat.com> Signed-off-by: Richard Weinberger <richard@nod.at>
* um: clean up the includes in ubdAl Viro2012-03-251-0/+16
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
OpenPOWER on IntegriCloud