diff options
Diffstat (limited to 'debian/patches-rt/0022-printk-avoid-preempt_disable-for-PREEMPT_RT.patch')
-rw-r--r-- | debian/patches-rt/0022-printk-avoid-preempt_disable-for-PREEMPT_RT.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0022-printk-avoid-preempt_disable-for-PREEMPT_RT.patch b/debian/patches-rt/0022-printk-avoid-preempt_disable-for-PREEMPT_RT.patch index ff28f79d9..41bc40c42 100644 --- a/debian/patches-rt/0022-printk-avoid-preempt_disable-for-PREEMPT_RT.patch +++ b/debian/patches-rt/0022-printk-avoid-preempt_disable-for-PREEMPT_RT.patch @@ -1,8 +1,8 @@ -From a549c0dff2a1a3b11b40abc969358d8cb367871d Mon Sep 17 00:00:00 2001 +From 5dc5251687aaa4173533acee2d680f0d0bdd6f5a Mon Sep 17 00:00:00 2001 From: John Ogness <john.ogness@linutronix.de> Date: Fri, 4 Feb 2022 16:01:17 +0106 -Subject: [PATCH 22/62] printk: avoid preempt_disable() for PREEMPT_RT -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.69-rt21.tar.xz +Subject: [PATCH 22/64] printk: avoid preempt_disable() for PREEMPT_RT +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.82-rt27.tar.xz During non-normal operation, printk() calls will attempt to write the messages directly to the consoles. This involves @@ -92,5 +92,5 @@ index 73b1727087c7..3d0ff49cca29 100644 handover = NULL; } -- -2.43.0 +2.44.0 |