Re: [PATCH v4 1/3] PCI: altera-msi: Remove IRQ handler and data in one go

2021-01-18 Thread Lorenzo Pieralisi
On Fri, 15 Jan 2021 22:24:33 +0100, Martin Kaiser wrote: > Call irq_set_chained_handler_and_data() to clear the chained handler > and the handler's data under irq_desc->lock. > > See also 2cf5a03cb29d ("PCI/keystone: Fix race in installing chained > IRQ handler"). Applied to pci/misc, thanks!

[PATCH v4 1/3] PCI: altera-msi: Remove IRQ handler and data in one go

2021-01-15 Thread Martin Kaiser
Call irq_set_chained_handler_and_data() to clear the chained handler and the handler's data under irq_desc->lock. See also 2cf5a03cb29d ("PCI/keystone: Fix race in installing chained IRQ handler"). Signed-off-by: Martin Kaiser --- Hi Lorenzo, here's another bunch of simple patches that were