summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0083-printk-kmsg_dump-remove-unused-fields.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0083-printk-kmsg_dump-remove-unused-fields.patch')
-rw-r--r--debian/patches-rt/0083-printk-kmsg_dump-remove-unused-fields.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0083-printk-kmsg_dump-remove-unused-fields.patch b/debian/patches-rt/0083-printk-kmsg_dump-remove-unused-fields.patch
index 8b219b627..a39ce554a 100644
--- a/debian/patches-rt/0083-printk-kmsg_dump-remove-unused-fields.patch
+++ b/debian/patches-rt/0083-printk-kmsg_dump-remove-unused-fields.patch
@@ -1,8 +1,8 @@
-From dabfa71dd963396a46aee0066bb3eff206de08f7 Mon Sep 17 00:00:00 2001
+From 8478e9a21eb0fdc5f0fcac5b579cba92a6098b14 Mon Sep 17 00:00:00 2001
From: John Ogness <john.ogness@linutronix.de>
Date: Mon, 21 Dec 2020 11:19:39 +0106
Subject: [PATCH 083/323] printk: kmsg_dump: remove unused fields
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz
struct kmsg_dumper still contains some fields that were used to
iterate the old ringbuffer. They are no longer used. Remove them
@@ -16,7 +16,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/linux/kmsg_dump.h b/include/linux/kmsg_dump.h
-index 3378bcbe585e..235c50982c2d 100644
+index 3378bcbe585ea..235c50982c2d7 100644
--- a/include/linux/kmsg_dump.h
+++ b/include/linux/kmsg_dump.h
@@ -36,6 +36,9 @@ enum kmsg_dump_reason {
@@ -39,5 +39,5 @@ index 3378bcbe585e..235c50982c2d 100644
u64 next_seq;
};
--
-2.43.0
+2.44.0