[PATCH v2 0/2] Ajust lockdep static allocations for sparc

2016-09-26 Thread Babu Moger
These patches limit the static allocations for lockdep data structures used for debugging locking correctness. This is required for sparc as it requires .text, .data and .bss to fit in required 32MB limit for the kernel. Right now, with PROVE_LOCKING enabled we could go over this limit and cause

[PATCH v2 0/2] Ajust lockdep static allocations for sparc

2016-09-26 Thread Babu Moger
These patches limit the static allocations for lockdep data structures used for debugging locking correctness. This is required for sparc as it requires .text, .data and .bss to fit in required 32MB limit for the kernel. Right now, with PROVE_LOCKING enabled we could go over this limit and cause