Re: [PATCH] PCI/MSI: Provide stubs for IMS functions

From: Reinette Chatre
Date: Wed Oct 18 2023 - 13:03:17 EST




On 10/18/2023 9:52 AM, Bjorn Helgaas wrote:
> On Wed, Oct 18, 2023 at 11:43:51AM -0500, Bjorn Helgaas wrote:
>> On Tue, Oct 17, 2023 at 10:56:38AM -0700, Reinette Chatre wrote:
>>> The IMS related functions (pci_create_ims_domain(),
>>> pci_ims_alloc_irq(), and pci_ims_free_irq()) are not declared
>>> when CONFIG_PCI_MSI is disabled.
>>>
>>> Provide definitions of these functions for use when callers
>>> are compiled with CONFIG_PCI_MSI disabled.
>>>
>>> Fixes: 0194425af0c8 ("PCI/MSI: Provide IMS (Interrupt Message Store) support")
>>> Fixes: c9e5bea27383 ("PCI/MSI: Provide pci_ims_alloc/free_irq()")
>>> Signed-off-by: Reinette Chatre <reinette.chatre@xxxxxxxxx>
>>> Cc: stable@xxxxxxxxxxxxxxx # v6.2+
>>
>> Applied to pci/misc for v6.7, thanks!
>
> And dropped, since Thomas applied it via -tip:
> https://git.kernel.org/tip/41efa431244f6498833ff8ee8dde28c4924c5479
>

Thank you very much.

Reinette