From: Peter Zijlstra Date: Tue, 5 Apr 2011 15:23:50 +0000 (+0200) Subject: sched: Also serialize ttwu_local() with p->pi_lock X-Git-Tag: v3.0-rc1~357^2~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2acca55ed98ad9b9aa25e7e587ebe306c0313dc7;p=pandora-kernel.git sched: Also serialize ttwu_local() with p->pi_lock Since we now serialize ttwu() using p->pi_lock, we also need to serialize ttwu_local() using that, otherwise, once we drop the rq->lock from ttwu() it can race with ttwu_local(). Reviewed-by: Frank Rowand Cc: Mike Galbraith Cc: Nick Piggin Cc: Linus Torvalds Cc: Andrew Morton Signed-off-by: Ingo Molnar Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/20110405152729.192366907@chello.nl --- Reading git-diff-tree failed