From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f198.google.com (mail-pf0-f198.google.com [209.85.192.198]) by kanga.kvack.org (Postfix) with ESMTP id B44256B0005 for ; Sun, 14 Aug 2016 21:50:48 -0400 (EDT) Received: by mail-pf0-f198.google.com with SMTP id o124so94616773pfg.1 for ; Sun, 14 Aug 2016 18:50:48 -0700 (PDT) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com. [119.145.14.66]) by mx.google.com with ESMTPS id f84si23802410pfj.40.2016.08.14.18.50.46 for (version=TLS1 cipher=AES128-SHA bits=128/128); Sun, 14 Aug 2016 18:50:47 -0700 (PDT) Message-ID: <57B11DAB.6080904@huawei.com> Date: Mon, 15 Aug 2016 09:40:59 +0800 From: Xishi Qiu MIME-Version: 1.0 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 Sender: owner-linux-mm@kvack.org List-ID: 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 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 -- 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: email@kvack.org 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