]> git.baikalelectronics.ru Git - kernel.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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 29 Dec 2010 19:31:38 +0000 (11:31 -0800)
commitc1f04bc3abd560d7024bbc4118b42700a37aba1d
tree5533f5cb2c7a054db9784b48e0b8484d5060f7d7
parent099756b9ca3e7d2e66f30c3d6be51e198342ff4d
fix freeing user_struct in user cache

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>
Cc: stable@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/user.c