[GIT PULL] IRQ fixes

From: Ingo Molnar

Date: Sat Mar 14 2026 - 22:59:24 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-15

for you to fetch changes up to b330fbfd34d7624bec62b99ad88dba2614326a19:

Two fixes for the riscv-aplic irqchip driver:

- Fix probing dependency bug on probing failure
- Fix double register_syscore() bug

Thanks,

Ingo

------------------>
Jessica Liu (2):
irqchip/riscv-aplic: Do not clear ACPI dependencies on probe failure
irqchip/riscv-aplic: Register syscore operations only once


drivers/irqchip/irq-riscv-aplic-main.c | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)