commit | 1fcdc7c527010b144d3951f9ce25faedf264933c | [log] [tgz] |
---|---|---|
author | Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> | Thu Feb 25 17:19:25 2010 +0900 |
committer | James Morris <jmorris@namei.org> | Fri Feb 26 09:20:11 2010 +1100 |
tree | 5ab23281aae1de41079f2b4962fe17ab6d59be6d | |
parent | 189b3b1c89761054fee3438f063d7f257306e2d8 [diff] |
TOMOYO: Protect find_task_by_vpid() with RCU. Holding tasklist_lock is no longer sufficient for find_task_by_vpid(). Explicit rcu_read_lock() is required. Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> -- security/tomoyo/common.c | 4 ++++ 1 file changed, 4 insertions(+) Signed-off-by: James Morris <jmorris@namei.org>