Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755082AbdDJPnj (ORCPT ); Mon, 10 Apr 2017 11:43:39 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:41372 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754774AbdDJPnU (ORCPT ); Mon, 10 Apr 2017 11:43:20 -0400 Date: Mon, 10 Apr 2017 10:43:04 -0500 From: Reza Arbab To: Michal Hocko 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 , Michal Hocko , Tobias Regnery Subject: Re: [PATCH -v2 0/9] mm: make movable onlining suck less References: <20170410110351.12215-1-mhocko@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20170410110351.12215-1-mhocko@kernel.org> Organization: IBM Linux Technology Center User-Agent: NeoMutt/20170306 (1.8.0) X-TM-AS-GCONF: 00 x-cbid: 17041015-0024-0000-0000-0000163737C6 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006911; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000208; SDB=6.00845608; UDB=6.00417008; IPR=6.00624042; BA=6.00005281; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00014993; XFM=3.00000013; UTC=2017-04-10 15:43:13 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17041015-0025-0000-0000-00004A24222C Message-Id: <20170410154304.nnegccpcmivqgevo@arbab-laptop.localdomain> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-10_12:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1704100125 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 657 Lines: 16 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 -- Reza Arbab