From: Ingo Molnar Date: Wed, 13 Sep 2006 03:35:50 +0000 (-0700) Subject: [PATCH] lockdep: double the number of stack-trace entries X-Git-Tag: v2.6.18~13^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bb25bf36f0d7b06368432e2324dbbc2e98b5e60;p=pandora-kernel.git [PATCH] lockdep: double the number of stack-trace entries Miles Lane reported the "BUG: MAX_STACK_TRACE_ENTRIES too low!" message, which means that during normal use his system produced enough lockdep events so that the 128-thousand entries stack-trace array got exhausted. Double the size of the array. Signed-off-by: Ingo Molnar Cc: Miles Lane Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed