From: Ingo Molnar Date: Wed, 5 Dec 2007 14:46:09 +0000 (+0100) Subject: lockdep: fix debug_show_all_locks() X-Git-Tag: v2.6.24-rc5~62^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856848737bd944c1db3ce0a66bbf67e56bd6f77d;p=pandora-kernel.git lockdep: fix debug_show_all_locks() fix the oops that can be seen in: http://bugzilla.kernel.org/attachment.cgi?id=13828&action=view it is not safe to print the locks of running tasks. (even with this fix we have a small race - but this is a debug function after all.) Signed-off-by: Ingo Molnar Signed-off-by: Peter Zijlstra --- Reading git-diff-tree failed