]> git.baikalelectronics.ru Git - kernel.git/commit
task_work: Revert "hold task_lock around checks in keyctl"
authorOleg Nesterov <oleg@redhat.com>
Sun, 26 Aug 2012 19:12:14 +0000 (21:12 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 13 Sep 2012 14:47:36 +0000 (16:47 +0200)
commit10adbbef11cf97ec2f57fe3d1d0200684f77519d
tree26833634b038b8fd9d18f109deb10770eb3f2a6e
parente80cf76d69f40ee1b2200fb07fa2606e6438717d
task_work: Revert "hold task_lock around checks in keyctl"

This reverts commit e7eeab134c12693aac796f283af29aa1b65c3c54.

task_lock() was added to ensure exit_mm() and thus exit_task_work() is
not possible before task_work_add().

This is wrong, task_lock() must not be nested with write_lock(tasklist).
And this is no longer needed, task_work_add() now fails if it is called
after exit_task_work().

Reported-by: Dave Jones <davej@redhat.com>
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20120826191214.GA4231@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
security/keys/keyctl.c