summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-07-13 02:09:27 +0200
committerKay Sievers <kay@vrfy.org>2012-07-13 02:09:27 +0200
commit661544e36f77a55dc4886b675eff1fbd9c929f87 (patch)
tree73e7c12295096fa9cbafec5b53b147fc4d6b2ce3
parent39ae2e4732dd7d9aa15d3fea3dccd3bbf3567379 (diff)
downloadpatches-661544e36f77a55dc4886b675eff1fbd9c929f87.tar.gz
add changelog
-rw-r--r--kmsg-fix-overlong-cont.patch10
-rw-r--r--series1
2 files changed, 11 insertions, 0 deletions
diff --git a/kmsg-fix-overlong-cont.patch b/kmsg-fix-overlong-cont.patch
index a60f69e..8e77f40 100644
--- a/kmsg-fix-overlong-cont.patch
+++ b/kmsg-fix-overlong-cont.patch
@@ -1,4 +1,14 @@
+From: Kay Sievers <kay@vrfy.org>
+Subject: kmsg - properly print over-long continuation lines
+
+Reserve PREFIX_MAX bytes in the LOG_LINE_MAX line when buffering a
+continuation line, to be able to properly prefix the LOG_LINE_MAX
+line with the syslog prefix and timestamp when printing it.
+
+Reported-By: Dave Jones <davej@redhat.com>
+Signed-off-by: Kay Sievers <kay@vrfy.org>
---
+
kernel/printk.c | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 deletions(-)
diff --git a/series b/series
index 1683d3c..907aed0 100644
--- a/series
+++ b/series
@@ -2,5 +2,6 @@
#test-console-blocked.patch
#pr_cat.patch
kmsg-fix-overlong-cont.patch
+kmsg-cont-order.patch
kmsg-config-no-printk.patch
kmsg-export-flags.patch