Files
linux/drivers/pci/host
Martin Kaiser 0050003ea5 PCI: xgene-msi: Fix race in installing chained irq handler
[ Upstream commit a93c00e5f9 ]

Fix a race where a pending interrupt could be received and the handler
called before the handler's data has been setup, by converting to
irq_set_chained_handler_and_data().

See also 2cf5a03cb2 ("PCI/keystone: Fix race in installing chained IRQ
handler").

Based on the mail discussion, it seems ok to drop the error handling.

Link: https://lore.kernel.org/r/20210115212435.19940-3-martin@kaiser.cx
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-16 10:46:40 +09:00
..
2016-10-05 14:00:21 -05:00
2016-10-05 14:00:21 -05:00
2016-10-11 23:54:31 -05:00
2023-05-15 11:24:10 +09:00