lockdep: Increase static allocations
authorSasha Levin <sasha.levin@oracle.com>
Wed, 8 Jan 2014 19:21:46 +0000 (14:21 -0500)
committerIngo Molnar <mingo@kernel.org>
Fri, 18 Apr 2014 12:20:50 +0000 (14:20 +0200)
Fuzzing a recent kernel with a large configuration hits the static
allocation limits and disables lockdep.

This patch doubles the limits.

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1389208906-24338-1-git-send-email-sasha.levin@oracle.com
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>

No differences found