summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0009-printk-add-syslog_lock.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0009-printk-add-syslog_lock.patch')
-rw-r--r--debian/patches-rt/0009-printk-add-syslog_lock.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0009-printk-add-syslog_lock.patch b/debian/patches-rt/0009-printk-add-syslog_lock.patch
index dc0377ae0..c9e2d9ac7 100644
--- a/debian/patches-rt/0009-printk-add-syslog_lock.patch
+++ b/debian/patches-rt/0009-printk-add-syslog_lock.patch
@@ -1,7 +1,7 @@
From: John Ogness <john.ogness@linutronix.de>
Date: Thu, 10 Dec 2020 16:58:02 +0106
Subject: [PATCH 09/28] printk: add syslog_lock
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.17-rt32.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.21-rt34.tar.xz
The global variables @syslog_seq, @syslog_partial, @syslog_time
and write access to @clear_seq are protected by @logbuf_lock.