public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH/REQ] Increase kmsg buffer from 16K to 32K, kernel/printk.c
@ 2001-01-27  8:01 David Ford
  2001-01-31 17:06 ` Alan Cox
  0 siblings, 1 reply; 11+ messages in thread
From: David Ford @ 2001-01-27  8:01 UTC (permalink / raw)
  To: LKML

Does Linus or anyone object to raising the ksmg buffer from 16K to 32K?
4/5 systems I have now overflow the buffer during boot before init is
even launched.

--- linux/kernel/printk.c~    Fri Jan 26 18:50:28 2001
+++ linux/kernel/printk.c     Fri Jan 26 23:59:31 2001
@@ -22,7 +22,7 @@

 #include <asm/uaccess.h>

-#define LOG_BUF_LEN    (16384)
+#define LOG_BUF_LEN    (32768)
 #define LOG_BUF_MASK   (LOG_BUF_LEN-1)

 static char buf[1024];

-d

--
  There is a natural aristocracy among men. The grounds of this are virtue and talents. Thomas Jefferson
  The good thing about standards is that there are so many to choose from. Andrew S. Tanenbaum



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

^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <cs.lists.linux-kernel/3A72804A.E6052E1B@linux.com>]
* Re: [PATCH/REQ] Increase kmsg buffer from 16K to 32K, kernel/printk.c
@ 2001-02-01  1:26 Chris Adams
  0 siblings, 0 replies; 11+ messages in thread
From: Chris Adams @ 2001-02-01  1:26 UTC (permalink / raw)
  To: linux-kernel

Once upon a time, David Ford  <david@linux.com> said:
>The largest bodies of text come from scsi, irda, usb, and udf.

Don't forget software RAID.  You get gobs of output from autodetect and
startup of each filesystem (so if you have 6 or so RAID filesystems, you
can get over 13kB of messages).
-- 
Chris Adams <cmadams@hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2001-02-05 11:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-27  8:01 [PATCH/REQ] Increase kmsg buffer from 16K to 32K, kernel/printk.c David Ford
2001-01-31 17:06 ` Alan Cox
2001-01-31 17:19   ` Maciej W. Rozycki
2001-01-31 23:12     ` David Ford
2001-01-31 17:21   ` Gabor Lenart
2001-01-31 20:46     ` Rik van Riel
2001-01-31 20:58       ` Mark Hahn
2001-02-03 19:41     ` Paul Gortmaker
     [not found] <cs.lists.linux-kernel/3A72804A.E6052E1B@linux.com>
2001-01-27 10:14 ` Ion Badulescu
2001-01-27 11:45   ` David Ford
  -- strict thread matches above, loose matches on Subject: below --
2001-02-01  1:26 Chris Adams

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