From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754905Ab2KZKtw (ORCPT ); Mon, 26 Nov 2012 05:49:52 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:52169 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754561Ab2KZKtt (ORCPT ); Mon, 26 Nov 2012 05:49:49 -0500 X-IronPort-AV: E=Sophos;i="4.83,320,1352044800"; d="scan'208";a="6277339" From: Wen Congyang To: linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-pm@vger.kernel.org, linux-acpi@vger.kernel.org, x86@kernel.org Cc: Yasuaki Ishimatsu , David Rientjes , Jiang Liu , Minchan Kim , KOSAKI Motohiro , Andrew Morton , Mel Gorman , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Tang Chen , "Rafael J. Wysocki" , Len Brown , Lai Jiangshan , Wen Congyang Subject: [PATCH 0/5] cpu-hotplug,memory-hotplug: bug fix for offlining node Date: Mon, 26 Nov 2012 18:20:22 +0800 Message-Id: <1353925227-1877-1-git-send-email-wency@cn.fujitsu.com> X-Mailer: git-send-email 1.8.0 X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2012/11/26 18:13:34, Serialize by Router on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2012/11/26 18:13:39, Serialize complete at 2012/11/26 18:13:39 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset is based on the following patchset: https://lkml.org/lkml/2012/11/1/93 The following patch in mm tree can be dropped now: cpu_hotplug-unmap-cpu2node-when-the-cpu-is-hotremoved.patch 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(-) -- 1.8.0