summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-grsec/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorshackra <elcorreo@deshackra.com>2014-04-23 16:03:40 -0600
committershackra <elcorreo@deshackra.com>2014-04-23 16:03:40 -0600
commit2702acf6a54c50b53011754092d3cdaaaea0714c (patch)
tree2ce147829c38e58908e55a6078af7c4a88db7412 /kernels/linux-libre-grsec/change-default-console-loglevel.patch
parent4721cc690d3f77c5380943f1788511fa900f2317 (diff)
downloadabslibre-2702acf6a54c50b53011754092d3cdaaaea0714c.tar.gz
abslibre-2702acf6a54c50b53011754092d3cdaaaea0714c.tar.bz2
abslibre-2702acf6a54c50b53011754092d3cdaaaea0714c.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. Signed-off-by: shackra <elcorreo@deshackra.com>
Diffstat (limited to 'kernels/linux-libre-grsec/change-default-console-loglevel.patch')
-rw-r--r--kernels/linux-libre-grsec/change-default-console-loglevel.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/kernels/linux-libre-grsec/change-default-console-loglevel.patch b/kernels/linux-libre-grsec/change-default-console-loglevel.patch
deleted file mode 100644
index 90111a44b..000000000
--- a/kernels/linux-libre-grsec/change-default-console-loglevel.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -upr linux-3.12.orig/kernel/printk/printk.c linux-3.12/kernel/printk/printk.c
---- linux-3.12.orig/kernel/printk/printk.c 2013-11-03 21:41:51.000000000 -0200
-+++ linux-3.12/kernel/printk/printk.c 2014-01-04 15:35:27.854329503 -0200
-@@ -59,7 +59,7 @@
-
- /* 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_WARNING */
-
- int console_printk[4] = {
- DEFAULT_CONSOLE_LOGLEVEL, /* console_loglevel */