]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
irqchip/alpine-msi: Fix freeing of interrupts on allocation error path
authorMarc Zyngier <maz@kernel.org>
Sun, 29 Nov 2020 13:55:25 +0000 (13:55 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Dec 2020 12:47:01 +0000 (13:47 +0100)
commit38cbc6d06a37449fdf563c03111604f22effaac6
treeec76af5a89d79e4702b74a1ac0fd8474a83bf3b5
parent69a41aa29f2e51e3b2fe1d12c04d06e83d24def0
irqchip/alpine-msi: Fix freeing of interrupts on allocation error path

[ Upstream commit 3841245e8498a789c65dedd7ffa8fb2fee2c0684 ]

The alpine-msi driver has an interesting allocation error handling,
where it frees the same interrupts repeatedly. Hilarity follows.

This code is probably never executed, but let's fix it nonetheless.

Fixes: e6b78f2c3e14 ("irqchip: Add the Alpine MSIX interrupt controller")
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Antoine Tenart <atenart@kernel.org>
Cc: Tsahee Zidenberg <tsahee@annapurnalabs.com>
Cc: Antoine Tenart <atenart@kernel.org>
Link: https://lore.kernel.org/r/20201129135525.396671-1-maz@kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/irqchip/irq-alpine-msi.c