Merge tag 'irq-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Jun 2024 16:44:50 +0000 (09:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Jun 2024 16:44:50 +0000 (09:44 -0700)
commit36714d69b186ab38f2f9eb833a2dfa57878095c6
tree97a98dfc94aedce84df667b1004427dcf720a349
parent7cedb020d537105acdc9e9311a0c30d110043491
parentb97e8a2f7130a4b30d1502003095833d16c028b3
Merge tag 'irq-urgent-2024-06-08' of git://git./linux/kernel/git/tip/tip

Pull irq fixes from Ingo Molnar:

 - 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

* tag 'irq-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  irqchip/gic-v3-its: Fix potential race condition in its_vlpi_prop_update()
  irqchip/sifive-plic: Chain to parent IRQ after handlers are ready
  irqchip/riscv-intc: Prevent memory leak when riscv_intc_init_common() fails