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

From: Michael Kelley

Date: Sat Mar 21 2026 - 16:32:53 EST


From: Thomas Gleixner <tglx@xxxxxxxxxx> Sent: Saturday, March 21, 2026 9:38 AM
>
> On Fri, Mar 20 2026 at 16:39, Michael Kelley wrote:
> > From: Thomas Gleixner <tglx@xxxxxxxxxx> Sent: Friday, March 20, 2026 6:22 AM
> >> - seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read(&irq_err_count));
> >> -#if defined(CONFIG_X86_IO_APIC)
> >> - seq_printf(p, "%*s: %10u\n", prec, "MIS", atomic_read(&irq_mis_count));
> >> + ITS(HYPERV_REENLIGHTENMENT, "HRE", " Hyper-V reenlightment interrupts\n"),
> >
> > There's still a typo in the description string:
> >
> > s/reenlightment/reenlightenment/
>
> I clearly suffer from dyslexia.

It's still a terrible word. I have a hard time typing it even when
focused on it. :-( But it is what it is. I'm hoping its raison
d'etre will have timed out in a few years and we can
deprecate the entire reenlightenment mechanism.

Michael