commit | 81fc685a898f84d0787eeebb1c118de0bd3484a0 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Dec 13 00:34:40 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Wed Dec 13 09:05:50 2006 -0800 |
tree | f604565b228c12b3db6037673870882c8022c4a9 | |
parent | a664089741aa9010333ecbdadbf5d9de62bafa2d [diff] |
[PATCH] lockdep: improve verbose messages Make verbose lockdep messages (off by default) more informative by printing out the hash chain key. (this patch was what helped me catch the earlier lockdep hash-collision bug) Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>