summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0010-console-Improve-console_srcu_read_flags-comments.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0010-console-Improve-console_srcu_read_flags-comments.patch')
-rw-r--r--debian/patches-rt/0010-console-Improve-console_srcu_read_flags-comments.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/patches-rt/0010-console-Improve-console_srcu_read_flags-comments.patch b/debian/patches-rt/0010-console-Improve-console_srcu_read_flags-comments.patch
index ea346ac04c..94840da42f 100644
--- a/debian/patches-rt/0010-console-Improve-console_srcu_read_flags-comments.patch
+++ b/debian/patches-rt/0010-console-Improve-console_srcu_read_flags-comments.patch
@@ -1,7 +1,7 @@
From: John Ogness <john.ogness@linutronix.de>
Date: Wed, 17 Apr 2024 14:34:50 +0000
-Subject: [PATCH 10/46] console: Improve console_srcu_read_flags() comments
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.9/older/patches-6.9-rt5.tar.xz
+Subject: [PATCH 10/48] console: Improve console_srcu_read_flags() comments
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.10/older/patches-6.10.2-rt14.tar.xz
It was not clear when exactly console_srcu_read_flags() must be
used vs. directly reading @console->flags.
@@ -17,6 +17,7 @@ registered console and that exit/cleanup routines will not run
if the console is in the process of unregistration.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
+Reviewed-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
include/linux/console.h | 28 +++++++++++++++++-----------