]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc274dbdacfb0d32eb79cc1dafc3881f566ebcb1e
tree21030949cf624fc8af512545319c3fa78eb353dd
parente8940f7ae043e3cc789f7f4d966781e6cbf6c6bb
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