linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH Bug fix 0/5] Bug fix for node offline
@ 2013-01-22 11:45 Tang Chen
  2013-01-22 11:45 ` [PATCH Bug fix 1/5] cpu_hotplug: clear apicid to node when the cpu is hotremoved Tang Chen
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Tang Chen @ 2013-01-22 11:45 UTC (permalink / raw)
  To: akpm, rjw, len.brown, mingo, tglx, minchan.kim, rientjes, benh,
	paulus, cl, kosaki.motohiro, isimatu.yasuaki, wujianguo, wency,
	hpa, linfeng, laijs, mgorman, yinghai, glommer, jiang.liu,
	julian.calaby, sfr
  Cc: x86, linux-mm, linux-kernel, linuxppc-dev, linux-acpi

Based on physical memory hot-remove functionality, we can implement
node hot-remove. But there are some problems in cpu driver when offlining
a node. This patch-set will fix them.

All these patches are based on the latest -mm tree.
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git akpm

Tang Chen (1):
  Do not use cpu_to_node() to find an offlined cpu's node.

Wen Congyang (4):
  cpu_hotplug: clear apicid to node when the cpu is hotremoved
  memory-hotplug: export the function try_offline_node()
  cpu-hotplug, memory-hotplug: try offline the node when hotremoving a
    cpu
  cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the
    node

 arch/x86/kernel/acpi/boot.c     |    4 ++++
 drivers/acpi/processor_driver.c |    2 ++
 include/linux/memory_hotplug.h  |    2 ++
 kernel/sched/core.c             |   28 +++++++++++++++++++---------
 mm/memory_hotplug.c             |   33 +++++++++++++++++++++++++++++++--
 5 files changed, 58 insertions(+), 11 deletions(-)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2013-01-24 23:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-22 11:45 [PATCH Bug fix 0/5] Bug fix for node offline Tang Chen
2013-01-22 11:45 ` [PATCH Bug fix 1/5] cpu_hotplug: clear apicid to node when the cpu is hotremoved Tang Chen
2013-01-22 11:45 ` [PATCH Bug fix 2/5] memory-hotplug: export the function try_offline_node() Tang Chen
2013-01-24 23:05   ` [patch -mm] memory-hotplug: export the function try_offline_node() fix David Rientjes
2013-01-22 11:45 ` [PATCH Bug fix 3/5] cpu-hotplug, memory-hotplug: try offline the node when hotremoving a cpu Tang Chen
2013-01-22 11:45 ` [PATCH Bug fix 4/5] cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node Tang Chen
2013-01-22 11:45 ` [PATCH Bug fix 5/5] Do not use cpu_to_node() to find an offlined cpu's node Tang Chen

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