printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25
authorIngo Molnar <mingo@kernel.org>
Wed, 1 Jul 2015 08:19:11 +0000 (10:19 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 1 Jul 2015 08:19:11 +0000 (10:19 +0200)
commitfb39f98d14d2c92531e79bcda5a0b802e2aaf202
tree21030949cf624fc8af512545319c3fa78eb353dd
parent407a2c720556e8e340e06f6a7174f5d6d80cf9ea
printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25

So I tried to some kernel debugging that produced a ton of kernel messages
on a big box, and wanted to save them all: but CONFIG_LOG_BUF_SHIFT maxes
out at 21 (2 MB).

Increase it to 25 (32 MB).

This does not affect any existing config or defaults.

Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
init/Kconfig