summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre-lts/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-28 14:24:15 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-28 14:27:02 -0300
commit835012c24eca5d1387a462a65d8964cc4e84c902 (patch)
tree3c04ca9fe7ac59f37f2c6bf0770484f3fe56eb9f /libre-testing/linux-libre-lts/change-default-console-loglevel.patch
parent803ee46bc4496a0d5a7e8164a40f3481cd1a5a75 (diff)
downloadabslibre-835012c24eca5d1387a462a65d8964cc4e84c902.tar.gz
abslibre-835012c24eca5d1387a462a65d8964cc4e84c902.tar.bz2
abslibre-835012c24eca5d1387a462a65d8964cc4e84c902.zip
linux-libre-lts-4.9.13_gnu-1: updating version
Diffstat (limited to 'libre-testing/linux-libre-lts/change-default-console-loglevel.patch')
-rw-r--r--libre-testing/linux-libre-lts/change-default-console-loglevel.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre-testing/linux-libre-lts/change-default-console-loglevel.patch b/libre-testing/linux-libre-lts/change-default-console-loglevel.patch
new file mode 100644
index 000000000..11da2a9d8
--- /dev/null
+++ b/libre-testing/linux-libre-lts/change-default-console-loglevel.patch
@@ -0,0 +1,11 @@
+--- linux-3.16/include/linux/printk.h.old 2014-08-04 18:48:30.686043266 +0200
++++ linux-3.16/include/linux/printk.h 2014-08-04 18:48:47.706218528 +0200
+@@ -37,7 +37,7 @@
+ #define CONSOLE_LOGLEVEL_SILENT 0 /* Mum's the word */
+ #define CONSOLE_LOGLEVEL_MIN 1 /* Minimum loglevel we let people use */
+ #define CONSOLE_LOGLEVEL_QUIET 4 /* Shhh ..., when booted with "quiet" */
+-#define CONSOLE_LOGLEVEL_DEFAULT 7 /* anything MORE serious than KERN_DEBUG */
++#define CONSOLE_LOGLEVEL_DEFAULT 4 /* anything MORE serious than KERN_DEBUG */
+ #define CONSOLE_LOGLEVEL_DEBUG 10 /* issue debug messages */
+ #define CONSOLE_LOGLEVEL_MOTORMOUTH 15 /* You can't shut this one up */
+