[GIT PULL] irqchip fixes for 5.18, take #1
From: Marc Zyngier
Date: Sat Apr 09 2022 - 05:42:46 EST
Hi Thomas
Here's a handful of fixes from the irqchip department. Most of them
are affecting the various GICs one way or another, with a pretty
embarrassing one that took no less than 8 years to spot... I'll take
the blame on that one.
Please pull,
M.
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.18-1
for you to fetch changes up to 544808f7e21cb9ccdb8f3aa7de594c05b1419061:
irqchip/gic, gic-v3: Prevent GSI to SGI translations (2022-04-05 16:33:47 +0100)
----------------------------------------------------------------
irqchip fixes for 5.18, take #1
- Fix GICv3 polling for RWP in redistributors
- Reject ACPI attempts to use SGIs on GIC/GICv3
- Fix unpredictible behaviour when making a VPE non-resident
with GICv4
- A couple of fixes for the newly merged qcom-mpm driver
----------------------------------------------------------------
Andre Przywara (1):
irqchip/gic, gic-v3: Prevent GSI to SGI translations
Marc Zyngier (2):
irqchip/gic-v4: Wait for GICR_VPENDBASER.Dirty to clear before descheduling
irqchip/gic-v3: Fix GICR_CTLR.RWP polling
Yang Yingliang (1):
irqchip/irq-qcom-mpm: fix return value check in qcom_mpm_init()
YueHaibing (1):
irq/qcom-mpm: Fix build error without MAILBOX
drivers/irqchip/Kconfig | 1 +
drivers/irqchip/irq-gic-v3-its.c | 28 +++++++++++++++++++---------
drivers/irqchip/irq-gic-v3.c | 14 ++++++++++----
drivers/irqchip/irq-gic.c | 6 ++++++
drivers/irqchip/irq-qcom-mpm.c | 2 +-
5 files changed, 37 insertions(+), 14 deletions(-)