From c26c438d8de4bec50df23d800424b5bcf58a6978 Mon Sep 17 00:00:00 2001 From: David P Date: Sat, 21 Apr 2018 23:19:51 -0300 Subject: libre/linux-libre: add change-console-loglevel-motormouth.patch --- libre/linux-libre/change-console-loglevel-motormouth.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre/linux-libre/change-console-loglevel-motormouth.patch (limited to 'libre/linux-libre/change-console-loglevel-motormouth.patch') diff --git a/libre/linux-libre/change-console-loglevel-motormouth.patch b/libre/linux-libre/change-console-loglevel-motormouth.patch new file mode 100644 index 000000000..458ff2cab --- /dev/null +++ b/libre/linux-libre/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 -- cgit v1.2.3