commit | 32eab6c9e15ad9856b74f655062caf61e2ee3995 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Fri Sep 30 20:39:51 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Oct 04 16:10:54 2016 +1100 |
tree | 2f6cd2f0bc5373501c88a70b013be6b14aeacd80 | |
parent | 43c2394fc15028c6d846633d21ebdd88a1692859 [diff] |
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>