[GIT PULL] IRQ fixes
From: Ingo Molnar
Date: Sat Jun 08 2024 - 03:52:28 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-2024-06-08
# HEAD: b97e8a2f7130a4b30d1502003095833d16c028b3 irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update()
Miscellaneous fixes:
- Fix possible memory leak the riscv-intc irqchip driver load failures
- Fix boot crash in the sifive-plic irqchip driver caused by recently
changed boot initialization order
- Fix race condition in the gic-v3-its irqchip driver
Thanks,
Ingo
------------------>
Hagar Hemdan (1):
irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update()
Samuel Holland (1):
irqchip/sifive-plic: Chain to parent IRQ after handlers are ready
Sunil V L (1):
irqchip/riscv-intc: Prevent memory leak when riscv_intc_init_common() fails
drivers/irqchip/irq-gic-v3-its.c | 44 +++++++++++----------------------------
drivers/irqchip/irq-riscv-intc.c | 9 ++++++--
drivers/irqchip/irq-sifive-plic.c | 34 +++++++++++++++---------------
3 files changed, 36 insertions(+), 51 deletions(-)