]> git.baikalelectronics.ru Git - kernel.git/commit
irqdomain: Drop bogus fwspec-mapping error handling
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 13 Feb 2023 10:42:45 +0000 (11:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 15:44:03 +0000 (16:44 +0100)
commit88c2bf99c04d21cfa2f86763fcf815aeb8bf1b41
tree4e373a102886c0c9fefcc5c5b141322edfcfaf13
parent6336b5d77d2f3fdae016f3491e1b4def88764c11
irqdomain: Drop bogus fwspec-mapping error handling

commit e3b7ab025e931accdc2c12acf9b75c6197f1c062 upstream.

In case a newly allocated IRQ ever ends up not having any associated
struct irq_data it would not even be possible to dispose the mapping.

Replace the bogus disposal with a WARN_ON().

This will also be used to fix a shared-interrupt mapping race, hence the
CC-stable tag.

Fixes: ec17aeffc43c ("irqdomain: Don't set type when mapping an IRQ")
Cc: stable@vger.kernel.org # 4.8
Tested-by: Hsin-Yi Wang <hsinyi@chromium.org>
Tested-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230213104302.17307-4-johan+linaro@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/irq/irqdomain.c