summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-xtreme/change-console-loglevel-motormouth.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-04-27 12:31:26 -0300
committerDavid P <megver83@parabola.nu>2018-04-27 12:31:26 -0300
commita1fa443f253cd37266da2c2787931f459951bd19 (patch)
tree13a5c502888fb5437f0c8b2524363a4f5a6d9e5e /kernels/linux-libre-xtreme/change-console-loglevel-motormouth.patch
parenta4d68fc9ade9c1723d116092a2ada50be51fb8f1 (diff)
downloadabslibre-a1fa443f253cd37266da2c2787931f459951bd19.tar.gz
abslibre-a1fa443f253cd37266da2c2787931f459951bd19.tar.bz2
abslibre-a1fa443f253cd37266da2c2787931f459951bd19.zip
upgpkg: kernels/linux-libre-xtreme 4.16.5_gnu-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'kernels/linux-libre-xtreme/change-console-loglevel-motormouth.patch')
-rw-r--r--kernels/linux-libre-xtreme/change-console-loglevel-motormouth.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/kernels/linux-libre-xtreme/change-console-loglevel-motormouth.patch b/kernels/linux-libre-xtreme/change-console-loglevel-motormouth.patch
new file mode 100644
index 000000000..458ff2cab
--- /dev/null
+++ b/kernels/linux-libre-xtreme/change-console-loglevel-motormouth.patch
@@ -0,0 +1,13 @@
+diff --git a/include/linux/printk.h b/include/linux/printk.h
+index e9b603e..9049143 100644
+--- a/include/linux/printk.h
++++ b/include/linux/printk.h
+@@ -52,7 +52,7 @@ static inline const char *printk_skip_headers(const char *buffer)
+ #define CONSOLE_LOGLEVEL_MIN 1 /* Minimum loglevel we let people use */
+ #define CONSOLE_LOGLEVEL_QUIET 4 /* Shhh ..., when booted with "quiet" */
+ #define CONSOLE_LOGLEVEL_DEBUG 10 /* issue debug messages */
+-#define CONSOLE_LOGLEVEL_MOTORMOUTH 15 /* You can't shut this one up */
++#define CONSOLE_LOGLEVEL_MOTORMOUTH 1 /* You can't shut this one up */
+
+ /*
+ * Default used to be hard-coded at 7, we're now allowing it to be set from