From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932199AbcHOBlZ (ORCPT ); Sun, 14 Aug 2016 21:41:25 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:29234 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751987AbcHOBlY (ORCPT ); Sun, 14 Aug 2016 21:41:24 -0400 Message-ID: <57B11DAB.6080904@huawei.com> Date: Mon, 15 Aug 2016 09:40:59 +0800 From: Xishi Qiu User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Andrew Morton CC: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Vlastimil Babka , Mel Gorman , Michal Hocko , David Rientjes , Joonsoo Kim , Taku Izumi , "'Kirill A . Shutemov'" , Kamezawa Hiroyuki , Linux MM , LKML Subject: Re: [PATCH 1/3] mem-hotplug: introduce movablenode option References: <57A325CA.9050707@huawei.com> <20160811161335.8599521d14927394f1208fc7@linux-foundation.org> In-Reply-To: <20160811161335.8599521d14927394f1208fc7@linux-foundation.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.25.179] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020206.57B11DB5.00D5,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 7eefc86554c1d44f0852af6f2ee54e8e Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/8/12 7:13, Andrew Morton wrote: > On Thu, 4 Aug 2016 19:23:54 +0800 Xishi Qiu wrote: > >> This patch introduces a new boot option movablenode. >> >> To support memory hotplug, boot option "movable_node" is needed. And to >> support debug memory hotplug, boot option "movable_node" and "movablenode" >> are both needed. >> >> e.g. movable_node movablenode=1,2,4 > > I have some naming concerns. "movable_node" and "movablenode" is just > confusing and ugly. > Hi Andrew, OK, how about other two fix patches? Thanks, Xishi Qiu