commit | a4c410f00f7ca4bd448b0d63f6f882fd244dc991 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Wed Dec 06 20:37:21 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:36 2006 -0800 |
tree | 9384e64eda2ee317ceb7b02d1752459ce9fcb8c6 | |
parent | 8bb0269160df2a60764013994d0bc5165406cf4a [diff] |
[PATCH] lockdep: print current locks on in_atomic warnings Add debug_show_held_locks(current) to __might_sleep() and schedule(); this makes finding the offending lock leak easier. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>