Re: [patch v2 04/14] x86/irq: Make irqstats array based

From: Thomas Gleixner

Date: Tue Mar 24 2026 - 16:04:55 EST


On Mon, Mar 23 2026 at 15:24, Radu Rendec wrote:
> On Fri, 2026-03-20 at 14:21 +0100, Thomas Gleixner wrote:
>>  arch/x86/include/asm/hardirq.h      |   69 +++++-----
>
> I believe this breaks scripts/gdb/linux/interrupts.py, particularly the
> x86_show_irqstat() function, which still expects individual members in
> struct irq_cpustat_t.

Uurg. I did not even know this exists. Let me try to polish the snake.

>>  arch/x86/kernel/irq.c               |  247 ++++++++++++------------------------
>
> Nit: This moves the description text by one more space to the left (in
> addition to the one in patch 1), and now the description is no longer
> aligned to the generic interrupts.

Fixed.