summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0021-printk-Make-console_is_usable-available-to-nbcon.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches-rt/0021-printk-Make-console_is_usable-available-to-nbcon.patch (renamed from debian/patches-rt/0105-printk-Make-console_is_usable-available-to-nbcon.patch)6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches-rt/0105-printk-Make-console_is_usable-available-to-nbcon.patch b/debian/patches-rt/0021-printk-Make-console_is_usable-available-to-nbcon.patch
index a0bf51492a..c3fecf4e31 100644
--- a/debian/patches-rt/0105-printk-Make-console_is_usable-available-to-nbcon.patch
+++ b/debian/patches-rt/0021-printk-Make-console_is_usable-available-to-nbcon.patch
@@ -1,7 +1,7 @@
From: John Ogness <john.ogness@linutronix.de>
Date: Tue, 12 Sep 2023 13:25:41 +0000
-Subject: [PATCH 105/134] printk: Make console_is_usable() available to nbcon
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.6/older/patches-6.6.7-rt18.tar.xz
+Subject: [PATCH 21/50] printk: Make console_is_usable() available to nbcon
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.7/older/patches-6.7-rt6.tar.xz
Move console_is_usable() as-is into internal.h so that it can
be used by nbcon printing functions as well.
@@ -64,7 +64,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
extern struct printk_buffers printk_shared_pbufs;
--- a/kernel/printk/printk.c
+++ b/kernel/printk/printk.c
-@@ -2695,36 +2695,6 @@ int is_console_locked(void)
+@@ -2702,36 +2702,6 @@ int is_console_locked(void)
}
EXPORT_SYMBOL(is_console_locked);