Re: [patch V2 09/31] PCI/MSI: Let core code free MSI descriptors

2021-12-07 Thread Bjorn Helgaas
On Mon, Dec 06, 2021 at 11:51:16PM +0100, Thomas Gleixner wrote: > Set the domain info flag which tells the core code to free the MSI > descriptors from msi_domain_free_irqs() and add an explicit call to the > core function into the legacy code. > > Signed-off-by: Thomas Gleixner Acked-by: Bjorn

[patch V2 09/31] PCI/MSI: Let core code free MSI descriptors

2021-12-06 Thread Thomas Gleixner
Set the domain info flag which tells the core code to free the MSI descriptors from msi_domain_free_irqs() and add an explicit call to the core function into the legacy code. Signed-off-by: Thomas Gleixner --- drivers/pci/msi/irqdomain.c |3 ++- drivers/pci/msi/legacy.c|1 + drivers/