Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] lockdep: more chains

Some have reported a chain-table overflow - double its size.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Ingo Molnar and committed by
Linus Torvalds
50cc670a e9d55f9d

+1 -1
+1 -1
kernel/lockdep_internals.h
··· 20 20 #define MAX_LOCKDEP_KEYS_BITS 11 21 21 #define MAX_LOCKDEP_KEYS (1UL << MAX_LOCKDEP_KEYS_BITS) 22 22 23 - #define MAX_LOCKDEP_CHAINS_BITS 13 23 + #define MAX_LOCKDEP_CHAINS_BITS 14 24 24 #define MAX_LOCKDEP_CHAINS (1UL << MAX_LOCKDEP_CHAINS_BITS) 25 25 26 26 /*