Re: [PATCH] genirq/msi: Remove msi_post_free()
From: Madhavan Srinivasan
Date: Tue Sep 23 2025 - 22:46:16 EST
On 9/23/25 10:33 AM, Nam Cao wrote:
> Nam Cao <namcao@xxxxxxxxxxxxx> writes:
>> The only user of msi_post_free() - powerpc/pseries - has been changed to
>> use msi_teardown().
>>
>> Remove this unused callback.
>>
>> Signed-off-by: Nam Cao <namcao@xxxxxxxxxxxxx>
>> ---
>> This patch depends on the powerpc/series conversion patch, which is
>> currently in powerpc tree:
>> https://lore.kernel.org/lkml/c7a6d8f27fd217021dea4daad777e81a525ae460.1754903590.git.namcao@xxxxxxxxxxxxx/
>>
>> I think it is most convenient to apply this patch to powerpc tree, if
>> everyone is okay with that?
>
> Maddy, do you mind picking this up?
>
Yes, will do
Thanks
> Nam