public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25
@ 2015-07-04 11:20 Ingo Molnar
  0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2015-07-04 11:20 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Peter Zijlstra, Thomas Gleixner, Andrew Morton

Linus,

Please pull the latest core-urgent-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus

   # HEAD: fb39f98d14d2c92531e79bcda5a0b802e2aaf202 printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25

Ran into this limit recently, so increase it by an order of magnitude.

 Thanks,

	Ingo

------------------>
Ingo Molnar (1):
      printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25


 init/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/Kconfig b/init/Kconfig
index b999fa381bf9..db615e720d28 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-05  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-04 11:20 [GIT PULL] printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25 Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox