summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-07-04 08:16:41 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2015-07-04 08:16:41 -0700
commit91cca0f0ffa3e485ad9d5b44744f23318c8f99ab (patch)
treece68f1f8dc0ccf73f82bb8111414ee08f86af852
parentec0337e089b21d1d81e23d31807a9b02df11daac (diff)
parentfb39f98d14d2c92531e79bcda5a0b802e2aaf202 (diff)
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull max log buf size increase from Ingo Molnar: "Ran into this limit recently, so increase it by an order of magnitude" * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index bcc41bd19999..53c41a84dd03 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -820,7 +820,7 @@ config IKCONFIG_PROC
config LOG_BUF_SHIFT
int "Kernel log buffer size (16 => 64KB, 17 => 128KB)"
- range 12 21
+ range 12 25
default 17
depends on PRINTK
help