From: Serge E. Hallyn Date: Tue, 17 Jul 2007 19:28:17 +0000 (-0400) Subject: user namespace: fix copy_user_ns return value X-Git-Tag: v2.6.23-rc1~262 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626ac545c12e5f9bffe93086d1d03d26c99987ea;p=pandora-kernel.git user namespace: fix copy_user_ns return value When a CONFIG_USER_NS=n and a user tries to unshare some namespace other than the user namespace, the dummy copy_user_ns returns NULL rather than the old_ns. This value then gets assigned to task->nsproxy->user_ns, so that a subsequent setuid, which uses task->nsproxy->user_ns, causes a NULL pointer deref. Fix this by returning old_ns. Signed-off-by: Serge E. Hallyn Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed