]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fix freeing user_struct in user cache
authorHillf Danton <dhillf@gmail.com>
Wed, 29 Dec 2010 13:55:28 +0000 (21:55 +0800)
committerAK <andi@firstfloor.org>
Sun, 6 Feb 2011 19:03:48 +0000 (11:03 -0800)
commit55eb2febc4ec26d4ecde0964af63e4f152d353bf
tree95469d20c2dced71e16d574df03b6d2e41b89c5c
parent01dda54376c56e99e475193d6c112f05476e5280
fix freeing user_struct in user cache

commit 4ef9e11d6867f88951e30db910fa015300e31871 upstream.

When racing on adding into user cache, the new allocated from mm slab
is freed without putting user namespace.

Since the user namespace is already operated by getting, putting has
to be issued.

Signed-off-by: Hillf Danton <dhillf@gmail.com>
Acked-by: Serge Hallyn <serge@hallyn.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
kernel/user.c