mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
[All] The big version jump one again
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
From eef338536ac3d1ecc8b9976aa4c23acc26ddcb9e Mon Sep 17 00:00:00 2001
|
||||
From 9a02d5fda6287d943fc2d58cd1a3dc768d0c4e56 Mon Sep 17 00:00:00 2001
|
||||
From: John Ogness <john.ogness@linutronix.de>
|
||||
Date: Fri, 13 Oct 2023 14:30:49 +0000
|
||||
Subject: [PATCH 117/196] printk: Add this_cpu_in_panic()
|
||||
Subject: [PATCH 117/198] printk: Add this_cpu_in_panic()
|
||||
|
||||
There is already panic_in_progress() and other_cpu_in_panic(),
|
||||
but checking if the current CPU is the panic CPU must still be
|
||||
@ -30,7 +30,7 @@ index 6c2afee5ef62..ac2d9750e5f8 100644
|
||||
bool is_extended, bool may_supress);
|
||||
|
||||
diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c
|
||||
index f9911a6526b7..53aa496cce91 100644
|
||||
index a30338aca084..2bb393009d4e 100644
|
||||
--- a/kernel/printk/printk.c
|
||||
+++ b/kernel/printk/printk.c
|
||||
@@ -347,6 +347,29 @@ static bool panic_in_progress(void)
|
||||
@ -63,7 +63,7 @@ index f9911a6526b7..53aa496cce91 100644
|
||||
/*
|
||||
* This is used for debugging the mess that is the VT code by
|
||||
* keeping track if we have the console semaphore held. It's
|
||||
@@ -2593,26 +2616,6 @@ static int console_cpu_notify(unsigned int cpu)
|
||||
@@ -2628,26 +2651,6 @@ static int console_cpu_notify(unsigned int cpu)
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -91,5 +91,5 @@ index f9911a6526b7..53aa496cce91 100644
|
||||
* console_lock - block the console subsystem from printing
|
||||
*
|
||||
--
|
||||
2.43.2
|
||||
2.44.0
|
||||
|
||||
|
Reference in New Issue
Block a user