Skip to content

Commit a226e65

Browse files
committed
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()
2 parents e742bd1 + 3318dc2 commit a226e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/irq-gic-v2m.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ static int __init gicv2m_of_init(struct fwnode_handle *parent_handle,
421421
#ifdef CONFIG_ACPI
422422
static int acpi_num_msi;
423423

424-
static __init struct fwnode_handle *gicv2m_get_fwnode(struct device *dev)
424+
static struct fwnode_handle *gicv2m_get_fwnode(struct device *dev)
425425
{
426426
struct v2m_data *data;
427427

0 commit comments

Comments
 (0)