summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0024-printk-implement-kmsg_dump.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0024-printk-implement-kmsg_dump.patch')
-rw-r--r--debian/patches-rt/0024-printk-implement-kmsg_dump.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0024-printk-implement-kmsg_dump.patch b/debian/patches-rt/0024-printk-implement-kmsg_dump.patch
index 675535630..3f7e31d74 100644
--- a/debian/patches-rt/0024-printk-implement-kmsg_dump.patch
+++ b/debian/patches-rt/0024-printk-implement-kmsg_dump.patch
@@ -1,7 +1,7 @@
From: John Ogness <john.ogness@linutronix.de>
Date: Tue, 12 Feb 2019 15:30:02 +0100
Subject: [PATCH 24/25] printk: implement kmsg_dump
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.9-rt3.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.10-rt5.tar.xz
Since printk messages are now logged to a new ring buffer, update
the kmsg_dump functions to pull the messages from there.