diff options
Diffstat (limited to 'debian/patches-rt/0001-printk-Add-notation-to-console_srcu-locking.patch')
-rw-r--r-- | debian/patches-rt/0001-printk-Add-notation-to-console_srcu-locking.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/patches-rt/0001-printk-Add-notation-to-console_srcu-locking.patch b/debian/patches-rt/0001-printk-Add-notation-to-console_srcu-locking.patch index d2d214826b..f104135985 100644 --- a/debian/patches-rt/0001-printk-Add-notation-to-console_srcu-locking.patch +++ b/debian/patches-rt/0001-printk-Add-notation-to-console_srcu-locking.patch @@ -1,7 +1,7 @@ From: John Ogness <john.ogness@linutronix.de> Date: Mon, 9 Oct 2023 13:55:19 +0000 -Subject: [PATCH 01/46] printk: Add notation to console_srcu locking -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.9/older/patches-6.9-rt5.tar.xz +Subject: [PATCH 01/48] printk: Add notation to console_srcu locking +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.10/older/patches-6.10.2-rt14.tar.xz kernel/printk/printk.c:284:5: sparse: sparse: context imbalance in 'console_srcu_read_lock' - wrong count at exit @@ -10,6 +10,7 @@ include/linux/srcu.h:301:9: sparse: sparse: context imbalance in Fixes: 6c4afa79147e ("printk: Prepare for SRCU console list protection") 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> --- kernel/printk/printk.c | 2 ++ |