From: Sukadev Bhattiprolu Date: Wed, 23 Sep 2009 22:57:22 +0000 (-0700) Subject: pidns: deny CLONE_PARENT|CLONE_NEWPID combination X-Git-Tag: v2.6.32-rc1~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5a4738699d6eca408dcb225bd350413927701e2;p=pandora-kernel.git pidns: deny CLONE_PARENT|CLONE_NEWPID combination CLONE_PARENT was used to implement an older threading model. For consistency with the CLONE_THREAD check in copy_pid_ns(), disable CLONE_PARENT with CLONE_NEWPID, at least until the required semantics of pid namespaces are clear. Signed-off-by: Sukadev Bhattiprolu Acked-by: Roland McGrath Acked-by: Serge Hallyn Cc: Oren Laadan Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed