From: Thomas Gleixner Date: Wed, 9 Dec 2009 14:19:41 +0000 (+0000) Subject: audit: Use rcu for task lookup protection X-Git-Tag: v2.6.37-rc1~21^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab263f47c9781a644de8b28013434b645082922e;p=pandora-kernel.git audit: Use rcu for task lookup protection Protect the task lookups in audit_receive_msg() with rcu_read_lock() instead of tasklist_lock and use lock/unlock_sighand to protect against the exit race. Signed-off-by: Thomas Gleixner Cc: Al Viro Cc: Eric Paris Cc: Oleg Nesterov Signed-off-by: Al Viro --- Reading git-diff-tree failed