From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f72.google.com (mail-pa0-f72.google.com [209.85.220.72]) by kanga.kvack.org (Postfix) with ESMTP id 95D5B6B0005 for ; Mon, 9 May 2016 16:12:00 -0400 (EDT) Received: by mail-pa0-f72.google.com with SMTP id zy2so321383162pac.1 for ; Mon, 09 May 2016 13:12:00 -0700 (PDT) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org. [140.211.169.12]) by mx.google.com with ESMTPS id lc4si40617614pab.144.2016.05.09.13.11.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 May 2016 13:11:59 -0700 (PDT) Date: Mon, 9 May 2016 13:11:58 -0700 From: Andrew Morton Subject: Re: [PATCH 0/3] memory-hotplug: improve rezoning capability Message-Id: <20160509131158.d5429d4dba4a24c5b1aac9ca@linux-foundation.org> In-Reply-To: <1462816419-4479-1-git-send-email-arbab@linux.vnet.ibm.com> References: <1462816419-4479-1-git-send-email-arbab@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Reza Arbab Cc: Greg Kroah-Hartman , Daniel Kiper , Dan Williams , Vlastimil Babka , Tang Chen , Joonsoo Kim , David Vrabel , Vitaly Kuznetsov , David Rientjes , Andrew Banman , Chen Yucong , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Yasunori Goto , Yasuaki Ishimatsu , Zhang Zhen , Shaohua Li On Mon, 9 May 2016 12:53:36 -0500 Reza Arbab wrote: > While it is currently possible to rezone memory when it is onlined, there are > implicit assumptions about the zones: > > * To "online_kernel" a block into ZONE_NORMAL, it must currently > be in ZONE_MOVABLE. > > * To "online_movable" a block into ZONE_MOVABLE, it must currently > be in (ZONE_MOVABLE - 1). > > So on powerpc, where new memory is hotplugged into ZONE_DMA, these operations > do not work. > > This patchset replaces the qualifications above with a more general > validation of zone movement. > The patches look good from a first scan. It's late for 4.6 so I'll queue them for 4.7-rc1, unless there are convincing reasons otherwise? Hopefully the other memory-hotplug developers will be able to find time to review these. -- 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