Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755053Ab2K2BZO (ORCPT ); Wed, 28 Nov 2012 20:25:14 -0500 Received: from cn.fujitsu.com ([222.73.24.84]:42387 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S932814Ab2K2BZK (ORCPT ); Wed, 28 Nov 2012 20:25:10 -0500 X-IronPort-AV: E=Sophos;i="4.83,337,1352044800"; d="scan'208";a="6295475" Message-ID: <50B6B936.10200@cn.fujitsu.com> Date: Thu, 29 Nov 2012 09:24:06 +0800 From: Tang Chen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Jaegeuk Hanse CC: Wen Congyang , Jiang Liu , Bob Liu , hpa@zytor.com, akpm@linux-foundation.org, rob@landley.net, isimatu.yasuaki@jp.fujitsu.com, laijs@cn.fujitsu.com, linfeng@cn.fujitsu.com, yinghai@kernel.org, kosaki.motohiro@jp.fujitsu.com, minchan.kim@gmail.com, mgorman@suse.de, rientjes@google.com, rusty@rustcorp.com.au, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-doc@vger.kernel.org, m.szyprowski@samsung.com Subject: Re: [PATCH v2 0/5] Add movablecore_map boot option References: <1353667445-7593-1-git-send-email-tangchen@cn.fujitsu.com> <50B479FA.6010307@cn.fujitsu.com> <50B4B6BE.3000902@cn.fujitsu.com> <50B58E30.9060804@huawei.com> <50B5CB4D.6070402@cn.fujitsu.com> <20121129004323.GA9058@kernel> In-Reply-To: <20121129004323.GA9058@kernel> X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2012/11/29 09:24:39, Serialize by Router on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2012/11/29 09:24:40, Serialize complete at 2012/11/29 09:24:40 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 984 Lines: 34 On 11/29/2012 08:43 AM, Jaegeuk Hanse wrote: > Hi Tang, > > I haven't read the patchset yet, but could you give a short describe how > you design your implementation in this patchset? > > Regards, > Jaegeuk > Hi Jaegeuk, Thanks for your joining in. :) This feature is used in memory hotplug. In order to implement a whole node hotplug, we need to make sure the node contains no kernel memory, because memory used by kernel could not be migrated. (Since the kernel memory is directly mapped, VA = PA + __PAGE_OFFSET. So the physical address could not be changed.) With this boot option, user could specify all the memory on a node to be movable(which means they are in ZONE_MOVABLE), so that the node could be hot-removed. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/