summaryrefslogtreecommitdiff
path: root/patches/0002-printk-cpu-sync-always-disable-interrupts.patch
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2022-04-29 16:56:11 +0200
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2022-04-29 16:56:11 +0200
commit380fa9136bcc8baa44030164305239a0f41a6b0b (patch)
tree49ea73e6060e9789d686f343cb4176cfbee38637 /patches/0002-printk-cpu-sync-always-disable-interrupts.patch
parente18f374c9f24f135a4ec660d587bfd3209bec8bb (diff)
downloadlinux-rt-380fa9136bcc8baa44030164305239a0f41a6b0b.tar.gz
[ANNOUNCE] v5.18-rc4-rt3v5.18-rc4-rt3-patches
Dear RT folks! I'm pleased to announce the v5.18-rc4-rt3 patch set. Changes since v5.18-rc4-rt2: - Update John's printk series to v4. Known issues - Valentin Schneider reported a few splats on ARM64, see https://lkml.kernel.org/r/20210810134127.1394269-1-valentin.schneider@arm.com The delta patch against v5.18-rc4-rt2 is appended below and can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.18/incr/patch-5.18-rc4-rt2-rt3.patch.xz You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v5.18-rc4-rt3 The RT patch against v5.18-rc4 can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.18/older/patch-5.18-rc4-rt3.patch.xz The split quilt queue is available at: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.18/older/patches-5.18-rc4-rt3.tar.xz Sebastian Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/0002-printk-cpu-sync-always-disable-interrupts.patch')
-rw-r--r--patches/0002-printk-cpu-sync-always-disable-interrupts.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/patches/0002-printk-cpu-sync-always-disable-interrupts.patch b/patches/0002-printk-cpu-sync-always-disable-interrupts.patch
index 79b7662a92d0..f52b200ef603 100644
--- a/patches/0002-printk-cpu-sync-always-disable-interrupts.patch
+++ b/patches/0002-printk-cpu-sync-always-disable-interrupts.patch
@@ -1,6 +1,6 @@
From: John Ogness <john.ogness@linutronix.de>
Date: Wed, 20 Apr 2022 01:52:24 +0206
-Subject: [PATCH 02/15] printk: cpu sync always disable interrupts
+Subject: [PATCH 02/18] printk: cpu sync always disable interrupts
The CPU sync functions are a NOP for !CONFIG_SMP. But for
!CONFIG_SMP they still need to disable interrupts in order to
@@ -11,6 +11,7 @@ Reviewed-by: Petr Mladek <pmladek@suse.com>
Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Link: https://lore.kernel.org/r/20220419234637.357112-3-john.ogness@linutronix.de
+Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
include/linux/printk.h | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)