diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0006-printk-Add-notation-to-console_srcu-locking.patch (renamed from debian/patches-rt/0016-printk-Add-sparse-notation-to-console_srcu-locking.patch) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/patches-rt/0016-printk-Add-sparse-notation-to-console_srcu-locking.patch b/debian/patches-rt/0006-printk-Add-notation-to-console_srcu-locking.patch index 02fb6c51e1..077a2d2a1a 100644 --- a/debian/patches-rt/0016-printk-Add-sparse-notation-to-console_srcu-locking.patch +++ b/debian/patches-rt/0006-printk-Add-notation-to-console_srcu-locking.patch @@ -1,14 +1,13 @@ From: John Ogness <john.ogness@linutronix.de> Date: Mon, 9 Oct 2023 13:55:19 +0000 -Subject: [PATCH 16/50] printk: Add sparse notation to console_srcu locking -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.7/older/patches-6.7-rt6.tar.xz +Subject: [PATCH 06/48] printk: Add notation to console_srcu locking +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.8/older/patches-6.8.2-rt11.tar.xz kernel/printk/printk.c:284:5: sparse: sparse: context imbalance in 'console_srcu_read_lock' - wrong count at exit include/linux/srcu.h:301:9: sparse: sparse: context imbalance in 'console_srcu_read_unlock' - unexpected unlock -Reported-by: kernel test robot <lkp@intel.com> Fixes: 6c4afa79147e ("printk: Prepare for SRCU console list protection") Signed-off-by: John Ogness <john.ogness@linutronix.de> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> |