Re: [patch 01/20] genirq/msi: Move IRQ_DOMAIN_MSI_NOMASK_QUIRK to MSI flags

From: Jason Gunthorpe
Date: Wed Nov 16 2022 - 13:14:43 EST


On Fri, Nov 11, 2022 at 02:56:39PM +0100, Thomas Gleixner wrote:
> It's truly a MSI only flag and for the upcoming per device MSI domains this
> must be in the MSI flags so it can be set during domain setup without
> exposing this quirk outside of x86.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> ---
> arch/x86/kernel/apic/msi.c | 5 ++---
> include/linux/irqdomain.h | 9 +--------
> include/linux/msi.h | 6 ++++++
> kernel/irq/msi.c | 2 +-
> 4 files changed, 10 insertions(+), 12 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason