lkml.org 
[lkml]   [2007]   [Mar]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[RFC] [PATCH] Kconfig: enlarge printk buffer size limit
From
Date
From: Artem Bityutskiy <artem.bityutskiy@nokia.com>
Subject: [RFC] [PATCH] Kconfig: enlarge printk buffer size limit

This patch makes the upper kernel ring buffer size limit larger. It
is often very handy to have huge ring-buffer for debugging purposes,
when the subsystem which is being debugged produces large amount of
useful output.

Index: ubi-2.6.git/lib/Kconfig.debug
===================================================================
--- ubi-2.6.git.orig/lib/Kconfig.debug
+++ ubi-2.6.git/lib/Kconfig.debug
@@ -79,7 +79,7 @@ config DEBUG_KERNEL

config LOG_BUF_SHIFT
int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" if DEBUG_KERNEL
- range 12 21
+ range 12 26
default 17 if S390 || LOCKDEP
default 16 if X86_NUMAQ || IA64
default 15 if SMP


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-03-02 14:31    [W:0.038 / U:0.456 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site