From ba6b167af6ee5e63ca79ad22e7719644aed12b2c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 20:50:40 +0200 Subject: Merging debian version 6.8.9-1. Signed-off-by: Daniel Baumann --- ...-Mark-emergency-section-in-lockdep-splats.patch | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 debian/patches-rt/0036-lockdep-Mark-emergency-section-in-lockdep-splats.patch (limited to 'debian/patches-rt/0036-lockdep-Mark-emergency-section-in-lockdep-splats.patch') diff --git a/debian/patches-rt/0036-lockdep-Mark-emergency-section-in-lockdep-splats.patch b/debian/patches-rt/0036-lockdep-Mark-emergency-section-in-lockdep-splats.patch deleted file mode 100644 index 550bcda637..0000000000 --- a/debian/patches-rt/0036-lockdep-Mark-emergency-section-in-lockdep-splats.patch +++ /dev/null @@ -1,45 +0,0 @@ -From: John Ogness -Date: Mon, 18 Sep 2023 20:27:41 +0000 -Subject: [PATCH 36/50] lockdep: Mark emergency section in lockdep splats -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.7/older/patches-6.7-rt6.tar.xz - -Mark an emergency section within print_usage_bug(), where -lockdep bugs are printed. In this section, the CPU will not -perform console output for the printk() calls. Instead, a -flushing of the console output will triggered when exiting -the emergency section. - -Signed-off-by: John Ogness -Signed-off-by: Sebastian Andrzej Siewior ---- - kernel/locking/lockdep.c | 5 +++++ - 1 file changed, 5 insertions(+) - ---- a/kernel/locking/lockdep.c -+++ b/kernel/locking/lockdep.c -@@ -56,6 +56,7 @@ - #include - #include - #include -+#include - - #include - -@@ -3971,6 +3972,8 @@ print_usage_bug(struct task_struct *curr - if (!debug_locks_off() || debug_locks_silent) - return; - -+ nbcon_cpu_emergency_enter(); -+ - pr_warn("\n"); - pr_warn("================================\n"); - pr_warn("WARNING: inconsistent lock state\n"); -@@ -3999,6 +4002,8 @@ print_usage_bug(struct task_struct *curr - - pr_warn("\nstack backtrace:\n"); - dump_stack(); -+ -+ nbcon_cpu_emergency_exit(); - } - - /* -- cgit v1.2.3