[GIT PULL] irqchip fixes for 6.0, take #2

From: Marc Zyngier
Date: Fri Sep 16 2022 - 04:53:49 EST


Hi Thomas,

Here's a small crop of simple fixes for 6.0, two of them mopping up
the merge of the Loongarch drivers. The rest is a fix for an ITS splat,
and another one to keep the 0-day robot happy.

I expect this is the last set of fixes before 6.1 opens (fingers crossed).

Please pull,

M.

The following changes since commit b90cb1053190353cc30f0fef0ef1f378ccc063c5:

Linux 6.0-rc3 (2022-08-28 15:05:29 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-6.0-2

for you to fetch changes up to e7ccba7728cff0e0f1299951571f209fcadcb7b1:

irqchip/loongson-pch-lpc: Add dependence on LoongArch (2022-09-16 09:25:51 +0100)

----------------------------------------------------------------
irqchip fixes for 6.0, take #2

- A couple of configuration fixes for the recently merged Loongarch drivers

- A fix to avoid dynamic allocation of a cpumask which was causing issues
with PREEMPT_RT and the GICv3 ITS

- A tightening of an error check in the stm32 exti driver

----------------------------------------------------------------
Antonio Borneo (1):
irqchip/stm32-exti: Remove check on always false condition

Huacai Chen (1):
irqchip: Select downstream irqchip drivers for LoongArch CPU

Jianmin Lv (1):
irqchip/loongson-pch-lpc: Add dependence on LoongArch

Pierre Gondois (1):
irqchip/gic-v3-its: Remove cpumask_var_t allocation

drivers/irqchip/Kconfig | 8 +++++++-
drivers/irqchip/irq-gic-v3-its.c | 14 ++++++++------
drivers/irqchip/irq-stm32-exti.c | 2 +-
3 files changed, 16 insertions(+), 8 deletions(-)