[GIT PULL] IRQ fixes
From: Ingo Molnar
Date: Sun Mar 01 2026 - 03:48:21 EST
Linus,
Please pull the latest irq/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2026-03-01
for you to fetch changes up to fe5669e363b129cde285bfb4d45abb72d1d77cfc:
Miscellaneous irqchip driver fixes:
- Fix frozen interrupt bug in the sifive-plic driver
- Limit per-device MSI interrupts on uncommon gic-v3-its
hardware variants
- Address Sparse warning by constifying a variable in
the MMP driver
- Revert broken commit and also fix an error check
in the ls-extirq driver
Thanks,
Ingo
------------------>
Ioana Ciornei (2):
Revert "irqchip/ls-extirq: Use for_each_of_imap_item iterator"
irqchip/ls-extirq: Fix devm_of_iomap() error check
Krzysztof Kozlowski (1):
irqchip/mmp: Make icu_irq_chip variable static const
Marc Zyngier (1):
irqchip/gic-v3-its: Limit number of per-device MSIs to the range the ITS supports
Nam Cao (1):
irqchip/sifive-plic: Fix frozen interrupt due to affinity setting
drivers/irqchip/irq-gic-v3-its.c | 4 +++
drivers/irqchip/irq-ls-extirq.c | 53 ++++++++++++++++++++++++--------------
drivers/irqchip/irq-mmp.c | 2 +-
drivers/irqchip/irq-sifive-plic.c | 7 ++++-
include/linux/irqchip/arm-gic-v3.h | 1 +
5 files changed, 46 insertions(+), 21 deletions(-)