Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753406AbdDKI7t (ORCPT ); Tue, 11 Apr 2017 04:59:49 -0400 Received: from mx2.suse.de ([195.135.220.15]:53516 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751531AbdDKI7r (ORCPT ); Tue, 11 Apr 2017 04:59:47 -0400 Date: Tue, 11 Apr 2017 10:59:42 +0200 From: Michal Hocko To: Reza Arbab Cc: linux-mm@kvack.org, Andrew Morton , Mel Gorman , Vlastimil Babka , Andrea Arcangeli , Jerome Glisse , Yasuaki Ishimatsu , qiuxishi@huawei.com, Kani Toshimitsu , slaoub@gmail.com, Joonsoo Kim , Andi Kleen , David Rientjes , Daniel Kiper , Igor Mammedov , Vitaly Kuznetsov , LKML , Dan Williams , Heiko Carstens , Lai Jiangshan , Martin Schwidefsky , Tobias Regnery Subject: Re: [PATCH -v2 0/9] mm: make movable onlining suck less Message-ID: <20170411085942.GC6729@dhcp22.suse.cz> References: <20170410110351.12215-1-mhocko@kernel.org> <20170410154304.nnegccpcmivqgevo@arbab-laptop.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170410154304.nnegccpcmivqgevo@arbab-laptop.localdomain> 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: 966 Lines: 21 On Mon 10-04-17 10:43:04, Reza Arbab wrote: > On Mon, Apr 10, 2017 at 01:03:42PM +0200, Michal Hocko wrote: > >This patchset aims at making the onlining semantic more usable. First of > >all it allows to online memory movable as long as it doesn't clash with > >the existing ZONE_NORMAL. That means that ZONE_NORMAL and ZONE_MOVABLE > >cannot overlap. Currently I preserve the original ordering semantic so the > >zone always precedes the movable zone but I have plans to remove this > >restriction in future because it is not really necessary. > > Thanks for addressing my issues. I see Igor found a few other things to > square away, but FWIW, > > Tested-by: Reza Arbab OK, I have put this to "[PATCH 6/9] mm, memory_hotplug: do not associate hotadded memory to zones until online" because that is the core of the change that you have been testing. Let me know if you want the tag to other patches as well. -- Michal Hocko SUSE Labs