Re: [PATCH V2] genirq/affinity: Handle affinity setting on inactive interrupts correctly

From: Thomas Gleixner
Date: Mon Jul 27 2020 - 09:35:49 EST


Marc,

Marc Zyngier <maz@xxxxxxxxxx> writes:
> On Fri, 24 Jul 2020 21:03:50 +0100,
> Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>> Right. My brain tricked me to believe that we made activation mandatory,
>> but that's not.
>>
>> I have some ideas for a trivial generic way to solve this without
>> undoing the commit in question and without going through all the irq
>> chip drivers. So far everything I came up with is butt ugly. Maybe Marc
>> has some brilliant idea.
>
> Not really. We have contradicting behaviours here, where some
> interrupts want to see the set_affinity early (the above case), and
> some cannot handle that (x86 vectors and the GICv3 ITS). We could key
> it on the presence of an activate callback, but it feels fragile.

Yes, I thought about that briefly, but yeah, it's fragile and bound to
break in weird ways.

That said, we should make activate mandatory and actually set up the
affinity during activation correctly.

Thanks,

tglx