Re: [PATCH v2] irqchip/gic-v3: Print a warning for out-of-range interrupt numbers
From: Thomas Gleixner
Date: Thu Mar 26 2026 - 10:55:49 EST
On Fri, Mar 06 2026 at 13:13, Geert Uytterhoeven wrote:
> gic_irq_domain_translate() does not check if an interrupt number lies
> within the valid range of the specified interrupt type. Add these
> checks, and print a warning if the interrupt number is out of range.
>
> This can help flagging incorrectly described Extended SPI and PPI
> interrupts in DT.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Marc, any objections or comments?