Staging
v0.5.1
https://github.com/torvalds/linux
Revision 81fc685a898f84d0787eeebb1c118de0bd3484a0 authored by Ingo Molnar on 13 December 2006, 08:34:40 UTC, committed by Linus Torvalds on 13 December 2006, 17:05:50 UTC
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>
1 parent a664089
Raw File
Tip revision: 81fc685a898f84d0787eeebb1c118de0bd3484a0 authored by Ingo Molnar on 13 December 2006, 08:34:40 UTC
[PATCH] lockdep: improve verbose messages
Tip revision: 81fc685
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes

#
# Top-level generic files
#
tags
TAGS
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series
back to top