These patches have been previously submitted but appear to have been lost on LKML.
There are still some issues with irq exhaustion when removing cpus. These two patches fix two serious bugs. The first patch, from Yinghai Lu, corrects the available vectors count for each cpu. The second patch takes into account the numa-awareness of an irq when reassigning the irq. Prarit Bhargava (1): x86, make check_irq_vectors_for_cpu_disable() aware of numa node irqs Yinghai Lu (1): x86, irq: get correct available vectors for cpu disable arch/x86/kernel/irq.c | 158 ++++++++++++++++++++++++++++++++++++------------- 1 file changed, 116 insertions(+), 42 deletions(-) -- 1.7.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/