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-2025-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fix from Ingo Molnar:
"Fix crashes in the gic-v2m irqchip driver, caused by an incorrect
__init annotation"

* tag 'irq-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode()

+1 -1
+1 -1
drivers/irqchip/irq-gic-v2m.c
··· 421 421 #ifdef CONFIG_ACPI 422 422 static int acpi_num_msi; 423 423 424 - static __init struct fwnode_handle *gicv2m_get_fwnode(struct device *dev) 424 + static struct fwnode_handle *gicv2m_get_fwnode(struct device *dev) 425 425 { 426 426 struct v2m_data *data; 427 427