diff options
Diffstat (limited to 'debian/patches-rt/0098-printk-convert-syslog_lock-to-spin_lock.patch')
-rw-r--r-- | debian/patches-rt/0098-printk-convert-syslog_lock-to-spin_lock.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0098-printk-convert-syslog_lock-to-spin_lock.patch b/debian/patches-rt/0098-printk-convert-syslog_lock-to-spin_lock.patch index 639c0cf84..48f622e2f 100644 --- a/debian/patches-rt/0098-printk-convert-syslog_lock-to-spin_lock.patch +++ b/debian/patches-rt/0098-printk-convert-syslog_lock-to-spin_lock.patch @@ -1,8 +1,8 @@ -From 8e6eb9e51cf4c4efeeb61910c35b01dcce2ec502 Mon Sep 17 00:00:00 2001 +From 3857124ee546240548ef2bf9ff59033210d2d390 Mon Sep 17 00:00:00 2001 From: John Ogness <john.ogness@linutronix.de> Date: Thu, 18 Feb 2021 17:37:41 +0100 Subject: [PATCH 098/323] printk: convert @syslog_lock to spin_lock -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 Signed-off-by: John Ogness <john.ogness@linutronix.de> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> @@ -11,7 +11,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c -index 90a4cf4c23a4..57f3b8d7f35c 100644 +index 150b0b90ceb44..613345a5cec8c 100644 --- a/kernel/printk/printk.c +++ b/kernel/printk/printk.c @@ -358,7 +358,7 @@ enum log_flags { @@ -102,7 +102,7 @@ index 90a4cf4c23a4..57f3b8d7f35c 100644 break; /* Size of the log buffer */ case SYSLOG_ACTION_SIZE_BUFFER: -@@ -3004,9 +3004,9 @@ void register_console(struct console *newcon) +@@ -3033,9 +3033,9 @@ void register_console(struct console *newcon) exclusive_console_stop_seq = console_seq; /* Get a consistent copy of @syslog_seq. */ @@ -115,5 +115,5 @@ index 90a4cf4c23a4..57f3b8d7f35c 100644 console_unlock(); console_sysfs_notify(); -- -2.43.0 +2.44.0 |