Re: [PATCH] arm: fix a migrating irq bug when hotplug cpu

2019-01-18 Thread Linus Walleij
On Thu, Jan 10, 2019 at 11:09 AM Dietmar Eggemann wrote: > > Arm TC2 fails cpu hotplug stress test. > > This issue was tracked down to a missing copy of the new affinity > cpumask for the vexpress-spc interrupt into struct > irq_common_data.affinity when the interrupt is migrated in > migrate_one_

Re: [PATCH] arm: fix a migrating irq bug when hotplug cpu

2019-01-10 Thread Marc Zyngier
On 10/01/2019 10:09, Dietmar Eggemann wrote: > Arm TC2 fails cpu hotplug stress test. > > This issue was tracked down to a missing copy of the new affinity > cpumask for the vexpress-spc interrupt into struct > irq_common_data.affinity when the interrupt is migrated in > migrate_one_irq(). > > Fi