mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] x86, Fix irq exhaustion issues with cpu hotplug
@ 2014-05-13 15:39 Prarit Bhargava
  2014-05-13 15:39 ` [PATCH 1/2] x86, irq: get correct available vectors for cpu disable Prarit Bhargava
  2014-05-13 15:39 ` [PATCH 2/2] x86, make check_irq_vectors_for_cpu_disable() aware of numa node irqs Prarit Bhargava
  0 siblings, 2 replies; 3+ messages in thread
From: Prarit Bhargava @ 2014-05-13 15:39 UTC (permalink / raw)
  To: linux-kernel
  Cc: Prarit Bhargava, Thomas Gleixner, Ingo Molnar, H. Peter Anvin,
	x86, Seiji Aguchi, Andi Kleen, K. Y. Srinivasan,
	Steven Rostedt (Red Hat),
	Yinghai Lu

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@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: x86@kernel.org
Cc: Seiji Aguchi <seiji.aguchi@hds.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: "Steven Rostedt (Red Hat)" <rostedt@goodmis.org>
Cc: Yinghai Lu <yinghai@kernel.org>

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-13 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-13 15:39 [PATCH 0/2] x86, Fix irq exhaustion issues with cpu hotplug Prarit Bhargava
2014-05-13 15:39 ` [PATCH 1/2] x86, irq: get correct available vectors for cpu disable Prarit Bhargava
2014-05-13 15:39 ` [PATCH 2/2] x86, make check_irq_vectors_for_cpu_disable() aware of numa node irqs Prarit Bhargava

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome