Re: [PATCH] genirq/manage: Reduce priority of forced secondary IRQ handler

From: Sebastian Andrzej Siewior
Date: Fri Oct 24 2025 - 09:34:00 EST


On 2025-10-03 13:25:53 [-0500], Crystal Wood wrote:
> On Sun, 2025-09-21 at 15:12 +0200, Lukas Wunner wrote:
> > On Sat, Sep 20, 2025 at 11:20:26PM +0200, Thomas Gleixner wrote:
> > > I obviously understand that the proposed change squashs the whole class
> > > of similar (not yet detected) issues, but that made me look at that
> > > particular instance nevertheless.
> > >
> > > All aer_irq() does is reading two PCI config words, writing one and then
> > > sticking 64bytes into a KFIFO. All of that is hard interrupt safe. So
> > > arguably this AER problem can be nicely solved by the below one-liner,
> > > no?
> >
> > The one-liner (which sets IRQF_NO_THREAD) was what Crystal originally
> > proposed:
> >
> > https://lore.kernel.org/r/20250902224441.368483-1-crwood@xxxxxxxxxx/
>
> So, is the plan to apply the original patch then?

Did we settle on something?
I wasn't sure if you can mix IRQF_NO_THREAD with IRQF_ONESHOT for shared
handlers. If that is a thing, we Crystal's original would do it. Then
there is the question if we want to go the "class" problem to ensure
that one handler can preempt the other.
And maybe I should clean up few ones tglx pointed out that provide a
primary handler for no reason…

> Thanks,
> Crystal

Sebastian