[GIT PULL] asm-generic: SOFTIRQ_ON_OWN_STACK rework

From: Arnd Bergmann
Date: Thu Sep 08 2022 - 10:45:53 EST


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@xxxxxxxxxxxxxx/

----------------------------------------------------------------
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(-)