summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre-pck/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-01-21 00:14:18 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-01-21 00:35:15 -0300
commit65690072f7f4415677c84ea10eb2d5830e22cb41 (patch)
treeb876aee88549747d5e81069f9226dcefb5e86157 /libre-testing/linux-libre-pck/change-default-console-loglevel.patch
parentd6f56c9253d054faa9e19f9795bf14a423f23877 (diff)
downloadabslibre-65690072f7f4415677c84ea10eb2d5830e22cb41.tar.gz
abslibre-65690072f7f4415677c84ea10eb2d5830e22cb41.tar.bz2
abslibre-65690072f7f4415677c84ea10eb2d5830e22cb41.zip
linux-libre-pck-4.4_gnu.pck1-1: updating version
* disable CONFIG_X86_VERBOSE_BOOTUP - FS#47402 -> https://bugs.archlinux.org/task/47402 * enable CONFIG_VGACON_SOFT_SCROLLBACK - FS#47442 -> https://bugs.archlinux.org/task/47442 * unsetting CONFIG_ACPI_REV_OVERRIDE_POSSIBLE - FS#47710 -> https://bugs.archlinux.org/task/47710 * fix sdhci broken on some boards - FS#47778 -> https://bugs.archlinux.org/task/47778 * fix kernel panics on platform modules - FS#47805 -> https://bugs.archlinux.org/task/47805 * fix CVE-2016-0728 - FS#47820 -> https://bugs.archlinux.org/task/47820
Diffstat (limited to 'libre-testing/linux-libre-pck/change-default-console-loglevel.patch')
-rw-r--r--libre-testing/linux-libre-pck/change-default-console-loglevel.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre-testing/linux-libre-pck/change-default-console-loglevel.patch b/libre-testing/linux-libre-pck/change-default-console-loglevel.patch
new file mode 100644
index 000000000..11da2a9d8
--- /dev/null
+++ b/libre-testing/linux-libre-pck/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 */
+