aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig.debug
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2015-08-09 21:49:07 +0200
committerRichard Weinberger <richard@nod.at>2015-10-19 22:53:37 +0200
commit6b1873371cea13036171d03a7c1e3e59158b4505 (patch)
tree01d0d2b9d72eea0300a081531ab6b9f302afe670 /arch/um/Kconfig.debug
parentum: Do not rely on libc to provide modify_ldt() (diff)
downloadlinux-dev-6b1873371cea13036171d03a7c1e3e59158b4505.tar.xz
linux-dev-6b1873371cea13036171d03a7c1e3e59158b4505.zip
um: Fix waitpid() usage in helper code
If UML is executing a helper program it is using waitpid() with the __WCLONE flag to wait for the program as the helper is executed from a clone()'ed thread. While using __WCLONE is perfectly fine for clone()'ed childs it won't detect terminated childs if the helper has issued an execve(). We have to use __WALL to wait for both clone()'ed and regular childs to detect the termination before and after an execve(). Reported-and-tested-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/Kconfig.debug')
0 files changed, 0 insertions, 0 deletions