[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <6ba5a3a9-93b0-49a9-ab49-7b6006e23067@www.fastmail.com>
Date: Thu, 08 Sep 2022 16:44:34 +0200
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: "Sebastian Andrzej Siewior" <bigeasy@...utronix.de>,
Linux-Arch <linux-arch@...r.kernel.org>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] asm-generic: SOFTIRQ_ON_OWN_STACK rework
The following changes since commit b90cb1053190353cc30f0fef0ef1f378ccc063c5:
Linux 6.0-rc3 (2022-08-28 15:05:29 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-fixes-6.0-rc4
for you to fetch changes up to 8cbb2b50ee2dcb082675237eaaa48fe8479f8aa5:
asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig. (2022-09-05 17:20:55 +0200)
----------------------------------------------------------------
asm-generic: SOFTIRQ_ON_OWN_STACK rework
Just one fixup patch, reworking the softirq_on_own_stack logic for
preempt-rt kernels as discussed in
https://lore.kernel.org/all/CAHk-=wgZSD3W2y6yczad2Am=EfHYyiPzTn3CfXxrriJf9i5W5w@mail.gmail.com/
----------------------------------------------------------------
Sebastian Andrzej Siewior (1):
asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.
arch/Kconfig | 3 +++
arch/arm/kernel/irq.c | 2 +-
arch/parisc/kernel/irq.c | 2 +-
arch/powerpc/kernel/irq.c | 4 ++--
arch/s390/include/asm/softirq_stack.h | 2 +-
arch/sh/kernel/irq.c | 2 +-
arch/sparc/kernel/irq_64.c | 2 +-
arch/x86/include/asm/irq_stack.h | 2 +-
arch/x86/kernel/irq_32.c | 2 +-
include/asm-generic/softirq_stack.h | 2 +-
10 files changed, 13 insertions(+), 10 deletions(-)
Powered by blists - more mailing lists