From: Sukadev Bhattiprolu Date: Fri, 19 Oct 2007 06:40:13 +0000 (-0700) Subject: pid namespaces: destroy pid namespace on init's death X-Git-Tag: v2.6.24-rc1~209 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eb07c8c8adb6f0572baba844ba2d9e501654316;p=pandora-kernel.git pid namespaces: destroy pid namespace on init's death Terminate all processes in a namespace when the reaper of the namespace is exiting. We do this by walking the pidmap of the namespace and sending SIGKILL to all processes. Signed-off-by: Sukadev Bhattiprolu Acked-by: Pavel Emelyanov Cc: Oleg Nesterov Cc: Sukadev Bhattiprolu Cc: Paul Menage Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed