Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752217AbdFNJYt (ORCPT ); Wed, 14 Jun 2017 05:24:49 -0400 Received: from mx2.suse.de ([195.135.220.15]:47078 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751908AbdFNJYr (ORCPT ); Wed, 14 Jun 2017 05:24:47 -0400 Date: Wed, 14 Jun 2017 11:24:38 +0200 From: Michal Hocko To: Wei Yang Cc: Andrew Morton , Linux-MM , Mel Gorman , Vlastimil Babka , Andrea Arcangeli , Jerome Glisse , 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 , Dan Williams Subject: Re: [PATCH 04/14] mm, memory_hotplug: get rid of is_zone_device_section Message-ID: <20170614092438.GM6045@dhcp22.suse.cz> References: <20170515085827.16474-1-mhocko@kernel.org> <20170515085827.16474-5-mhocko@kernel.org> <20170614061259.GB14009@WeideMBP.lan> <20170614063206.GF6045@dhcp22.suse.cz> <20170614091206.GA15768@WeideMacBook-Pro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170614091206.GA15768@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: 915 Lines: 28 On Wed 14-06-17 17:12:06, Wei Yang wrote: > On Wed, Jun 14, 2017 at 08:32:06AM +0200, Michal Hocko wrote: > >On Wed 14-06-17 14:12:59, Wei Yang wrote: > >[...] > >> Hi, Michal > >> > >> Not sure you missed this one or you think this is fine. > >> > >> Hmm... this will not happen since we must offline a whole memory_block? > > > >yes > > > >> So the memory_hotplug/unplug unit is memory_block instead of mem_section? > > > >yes. > > If this is true, the check_hotplug_memory_range() should be fixed too. as I've said earlier. There are many code paths which are quite confusing and they expect sub-section granularity while they in fact won't work with sub memblock granularity. This is a larger project I am afraid and it would be great if you are willing to try to consolidate that code. I have that on my todo list but there are more pressing things to address first for me now. -- Michal Hocko SUSE Labs