[patch 0/3] genirq/x86: Cure CPU hotplug vector accounting woes

From: Thomas Gleixner
Date: Thu Feb 22 2018 - 06:24:16 EST


Yuriy reported suspend/resume issues related to the irq vector management.

They turned out to be an accounting issue related to CPU hot unplug where
vectors which are allocated on unplugged CPUs are dropped from the
accounting because not started interrupts are not force migrated.

The following patch series addresses the issues and makes accounting work
correctly again.

Thanks,

tglx