[PATCH 0/2] x86, Fix irq exhaustion issues with cpu hotplug

From: Prarit Bhargava
Date: Tue May 13 2014 - 11:40:05 EST


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.

Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxxxxx>
Cc: "H. Peter Anvin" <hpa@xxxxxxxxx>
Cc: x86@xxxxxxxxxx
Cc: Seiji Aguchi <seiji.aguchi@xxxxxxx>
Cc: Andi Kleen <ak@xxxxxxxxxxxxxxx>
Cc: "K. Y. Srinivasan" <kys@xxxxxxxxxxxxx>
Cc: "Steven Rostedt (Red Hat)" <rostedt@xxxxxxxxxxx>
Cc: Yinghai Lu <yinghai@xxxxxxxxxx>

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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/