Re: [patch 05/39] genirq/msi: Remove filter from msi_free_descs_free_range()

From: Jason Gunthorpe
Date: Wed Nov 16 2022 - 12:44:16 EST


On Fri, Nov 11, 2022 at 02:54:22PM +0100, Thomas Gleixner wrote:
> When a range of descriptors is freed then all of them are not associated to
> a linux interrupt. Remove the filter and add a warning to the free function.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> ---
> drivers/base/platform-msi.c | 2 +-
> include/linux/msi.h | 5 ++---
> kernel/irq/msi.c | 19 ++++++++++---------
> 3 files changed, 13 insertions(+), 13 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason