[PATCH/REQ] Increase kmsg buffer from 16K to 32K, kernel/printk.c

From: David Ford (david@linux.com)
Date: Sat Jan 27 2001 - 03:01:14 EST


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/



This archive was generated by hypermail 2b29 : Wed Jan 31 2001 - 21:00:26 EST