add changelog
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