Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'irq-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fix from Ingo Molnar:
"Fix a mailbox channel leak in the riscv-rpmi-sysmsi irqchip driver"

* tag 'irq-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
irqchip/riscv-rpmi-sysmsi: Fix mailbox channel leak in rpmi_sysmsi_probe()

+1
+1
drivers/irqchip/irq-riscv-rpmi-sysmsi.c
··· 250 250 rc = riscv_acpi_get_gsi_info(fwnode, &priv->gsi_base, &id, 251 251 &nr_irqs, NULL); 252 252 if (rc) { 253 + mbox_free_channel(priv->chan); 253 254 dev_err(dev, "failed to find GSI mapping\n"); 254 255 return rc; 255 256 }