Home
last modified time | relevance | path

Searched hist:"32 eab6c9e15ad9856b74f655062caf61e2ee3995" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/configs/
H A Dpowernv_defconfigdiff 32eab6c9e15ad9856b74f655062caf61e2ee3995 Fri Sep 30 12:39:51 CEST 2016 Anton Blanchard <anton@samba.org> 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>