On 09/01/2019 15:47, Dietmar Eggemann wrote:
Hi Marc,
On 1/8/19 3:16 PM, Marc Zyngier wrote:
Hi Dietmar,
On 08/01/2019 13:58, Dietmar Eggemann wrote:
On the arm64 side, we've solved the exact same issue by getting rid of
this code and using the generic implementation. See 217d453d473c5
("arm64: fix a migrating irq bug when hotplug cpu"), which uses
irq_migrate_all_off_this_cpu instead.
I'm not sure there is much value in not using the core code in this case.
Thanks for the hint! Much more elegant! I tried the following on TC2 and
it worked just fine. I'm not aware on any drawbacks of using the generic
irq migration for Arm32 as well.
[...]
Sounds great! Can you put it in a proper patch and resend it?