powerpc/configs: Bump kernel ring buffer size on 64 bit configs
authorAnton Blanchard <anton@samba.org>
Fri, 30 Sep 2016 10:39:51 +0000 (20:39 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 4 Oct 2016 05:10:54 +0000 (16:10 +1100)
commit32eab6c9e15ad9856b74f655062caf61e2ee3995
tree2f6cd2f0bc5373501c88a70b013be6b14aeacd80
parent43c2394fc15028c6d846633d21ebdd88a1692859
powerpc/configs: Bump kernel ring buffer size on 64 bit configs

When we issue a system reset, every CPU in the box prints an Oops,
including a backtrace. Each of these can be quite large (over 4kB)
and we may end up wrapping the ring buffer and losing important
information.

Bump the base size from 128kB to 256kB and the per CPU size from
4kB to 8kB.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/configs/powernv_defconfig
arch/powerpc/configs/ppc64_defconfig
arch/powerpc/configs/pseries_defconfig