Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752259AbdFLGft (ORCPT ); Mon, 12 Jun 2017 02:35:49 -0400 Received: from mx2.suse.de ([195.135.220.15]:36939 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752119AbdFLGfs (ORCPT ); Mon, 12 Jun 2017 02:35:48 -0400 Date: Mon, 12 Jun 2017 08:35:44 +0200 From: Michal Hocko To: Wei Yang Cc: Andrew Morton , linux-mm@kvack.org, Mel Gorman , Vlastimil Babka , Andrea Arcangeli , Reza Arbab , Yasuaki Ishimatsu , qiuxishi@huawei.com, Kani Toshimitsu , slaoub@gmail.com, Joonsoo Kim , Andi Kleen , David Rientjes , Daniel Kiper , Igor Mammedov , Vitaly Kuznetsov , LKML Subject: Re: [PATCH] mm, memory_hotplug: support movable_node for hotplugable nodes Message-ID: <20170612063544.GB4145@dhcp22.suse.cz> References: <20170608122318.31598-1-mhocko@kernel.org> <20170610143356.GA3457@WeideMacBook-Pro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170610143356.GA3457@WeideMacBook-Pro.local> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 812 Lines: 26 On Sat 10-06-17 22:33:56, Wei Yang wrote: > On Thu, Jun 08, 2017 at 02:23:18PM +0200, Michal Hocko wrote: > >From: Michal Hocko > > > >movable_node kernel parameter allows to make hotplugable NUMA > >nodes to put all the hotplugable memory into movable zone which > >allows more or less reliable memory hotremove. At least this > >is the case for the NUMA nodes present during the boot (see > >find_zone_movable_pfns_for_nodes). > > > >This is not the case for the memory hotplug, though. > > > > echo online > /sys/devices/system/memory/memoryXYZ/status > ^^^ > > Hmm, one typo I think > > s/status/state/ right! Thanks for spotting that. I guess Andrew can update the changelog or should I resubmit? -- Michal Hocko SUSE Labs