summaryrefslogtreecommitdiffstats
path: root/abs/core/linux/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 17:12:01 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 17:12:01 (GMT)
commitf437235a474545c811231d4fce3db1319e8b983c (patch)
tree2d8aa84bc758ad4e67b5d6d5d2f227a74128b396 /abs/core/linux/change-default-console-loglevel.patch
parent0dc15529fbfb8f7d76a5e7e968f84971c4207b32 (diff)
downloadlinhes_pkgbuild-f437235a474545c811231d4fce3db1319e8b983c.zip
linhes_pkgbuild-f437235a474545c811231d4fce3db1319e8b983c.tar.gz
linhes_pkgbuild-f437235a474545c811231d4fce3db1319e8b983c.tar.bz2
linux 3.4.4
Diffstat (limited to 'abs/core/linux/change-default-console-loglevel.patch')
-rw-r--r--abs/core/linux/change-default-console-loglevel.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core/linux/change-default-console-loglevel.patch b/abs/core/linux/change-default-console-loglevel.patch
new file mode 100644
index 0000000..63435d8
--- /dev/null
+++ b/abs/core/linux/change-default-console-loglevel.patch
@@ -0,0 +1,12 @@
+diff -upr linux-3.0.orig/kernel/printk.c linux-3.0/kernel/printk.c
+--- linux-3.0.orig/kernel/printk.c 2011-07-22 05:17:23.000000000 +0300
++++ linux-3.0/kernel/printk.c 2011-07-27 14:43:07.000000000 +0300
+@@ -58,7 +58,7 @@ void asmlinkage __attribute__((weak)) ea
+
+ /* We show everything that is MORE important than this.. */
+ #define MINIMUM_CONSOLE_LOGLEVEL 1 /* Minimum loglevel we let people use */
+-#define DEFAULT_CONSOLE_LOGLEVEL 7 /* anything MORE serious than KERN_DEBUG */
++#define DEFAULT_CONSOLE_LOGLEVEL 4 /* anything MORE serious than KERN_DEBUG */
+
+ DECLARE_WAIT_QUEUE_HEAD(log_wait);
+