summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-05-08 17:13:08 +0200
committerKay Sievers <kay@vrfy.org>2012-05-08 17:13:08 +0200
commit06b03f04d3bf205e74f7253497c818984f32f521 (patch)
tree5e59c936fd1205a1f768355c6bf0e6d43448ebbd
parent878a0d8a2f36668dab7335eea1e98cff5b2b7c4d (diff)
downloadpatches-06b03f04d3bf205e74f7253497c818984f32f521.tar.gz
update changelog
-rw-r--r--kern-cont-acpi.patch5
-rw-r--r--kern-cont-mm.patch5
2 files changed, 2 insertions, 8 deletions
diff --git a/kern-cont-acpi.patch b/kern-cont-acpi.patch
index 3b363cb..adb5516 100644
--- a/kern-cont-acpi.patch
+++ b/kern-cont-acpi.patch
@@ -1,8 +1,5 @@
From: Kay Sievers <kay@vrfy.org>
-Subject: acpi: add KERN_CONT where needed
-
-With a record-based printk subsequent calls without KERN_CONT produce one
-record per printk() call, while all should have ended up in a single record.
+Subject: acpi: use KERN_CONT in printk() continuation lines
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: Kay Sievers <kay@vrfy.org>
diff --git a/kern-cont-mm.patch b/kern-cont-mm.patch
index ea7fc4e..a78dfa3 100644
--- a/kern-cont-mm.patch
+++ b/kern-cont-mm.patch
@@ -1,8 +1,5 @@
From: Kay Sievers <kay@vrfy.org>
-Subject: mm: add KERN_CONT where needed
-
-With a record-based printk subsequent calls without KERN_CONT produce one
-record per printk() call, while all should have ended up in a single record.
+Subject: mm: use KERN_CONT in printk() continuation lines
Signed-off-by: Kay Sievers <kay@vrfy.org>
---