summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0023-printk-implement-syslog.patch
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2020-10-14 17:42:22 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2020-10-14 17:54:21 +0200
commita3f448cbf48f74dad411f6a251e0a5b313903799 (patch)
tree61ea34adb1a7c227084cdadea88f61b9aaa34a7b /debian/patches-rt/0023-printk-implement-syslog.patch
parent7ee1983844312a301bf1929f87168ead8d4ded65 (diff)
downloadlinux-debian-a3f448cbf48f74dad411f6a251e0a5b313903799.tar.gz
[rt] Update to 5.9-rt15
[rt] Refresh "stop_machine: Add function and caller debug info"
Diffstat (limited to 'debian/patches-rt/0023-printk-implement-syslog.patch')
-rw-r--r--debian/patches-rt/0023-printk-implement-syslog.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0023-printk-implement-syslog.patch b/debian/patches-rt/0023-printk-implement-syslog.patch
index 8ccf6c842..f3634abb2 100644
--- a/debian/patches-rt/0023-printk-implement-syslog.patch
+++ b/debian/patches-rt/0023-printk-implement-syslog.patch
@@ -1,7 +1,7 @@
From: John Ogness <john.ogness@linutronix.de>
Date: Tue, 12 Feb 2019 15:30:01 +0100
Subject: [PATCH 23/25] printk: implement syslog
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.9/older/patches-5.9-rc8-rt12.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.9/older/patches-5.9-rt15.tar.xz
Since printk messages are now logged to a new ring buffer, update
the syslog functions to pull the messages from there.