[GIT PULL] IRQ fixes

From: Ingo Molnar
Date: Sat May 17 2025 - 09:37:13 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-2025-05-17

# HEAD: 08fb624802d8786253994d8ebdbbcdaa186f04f5 irqchip/riscv-imsic: Start local sync timer on correct CPU

Misc irqchip driver fixes:

- Remove the MSI_CHIP_FLAG_SET_ACK flag from 5 irqchip drivers
that did not require it.

- Fix IRQ handling delays in the riscv-imsic irqchip driver

Thanks,

Ingo

------------------>
Andrew Bresticker (1):
irqchip/riscv-imsic: Start local sync timer on correct CPU

Marc Zyngier (1):
irqchip: Drop MSI_CHIP_FLAG_SET_ACK from unsuspecting MSI drivers


drivers/irqchip/irq-gic-v2m.c | 2 +-
drivers/irqchip/irq-gic-v3-its-msi-parent.c | 2 +-
drivers/irqchip/irq-gic-v3-mbi.c | 2 +-
drivers/irqchip/irq-mvebu-gicp.c | 2 +-
drivers/irqchip/irq-mvebu-odmi.c | 2 +-
drivers/irqchip/irq-riscv-imsic-state.c | 10 +++++-----
6 files changed, 10 insertions(+), 10 deletions(-)