From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754164AbdGNMNL (ORCPT ); Fri, 14 Jul 2017 08:13:11 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:35389 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932165AbdGNMNI (ORCPT ); Fri, 14 Jul 2017 08:13:08 -0400 From: Michal Hocko To: Andrew Morton Cc: Mel Gorman , Vlastimil Babka , Andrea Arcangeli , Reza Arbab , Yasuaki Ishimatsu , qiuxishi@huawei.com, Kani Toshimitsu , slaoub@gmail.com, Joonsoo Kim , Daniel Kiper , Igor Mammedov , Vitaly Kuznetsov , Wei Yang , linux-mm@kvack.org, LKML , Joonsoo Kim , linux-api@vger.kernel.org, Michal Hocko Subject: [PATCH 0/2] mm, memory_hotplug: remove zone onlining restriction Date: Fri, 14 Jul 2017 14:12:31 +0200 Message-Id: <20170714121233.16861-1-mhocko@kernel.org> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I have sent this as an RFC previously [1] and there haven't been any fundamental objections to the approach. The biggest concern was that if anybody starts depending on the default online semantic introduced in 4.13 merge window then this would break it [2]. I find it rather unlikely but if we are worried we can try to push this later in the release cycle. Unfortunatelly I didn't have much time to work on this sooner. This work should help Joonsoo with his CMA zone based approach when reusing MOVABLE zone. I think it will also help to remove more code from the memory hotplug (e.g. zone shrinking). Patch 1 restores original memoryXY/valid_zones semantic wrt zone ordering. This can be merged without patch 2 which removes the zone overlap restriction and defines a semantic for the default onlining. See more in the patch. Questions, concerns, objections? Shortlog Michal Hocko (2): mm, memory_hotplug: display allowed zones in the preferred ordering mm, memory_hotplug: remove zone restrictions Diffstat drivers/base/memory.c | 30 ++++++++++----- include/linux/memory_hotplug.h | 2 +- mm/memory_hotplug.c | 87 +++++++++++++++++------------------------- 3 files changed, 55 insertions(+), 64 deletions(-) [1] http://lkml.kernel.org/r/20170629073509.623-1-mhocko@kernel.org [2] http://lkml.kernel.org/r/20170710064540.GA19185@dhcp22.suse.cz From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Hocko Subject: [PATCH 0/2] mm, memory_hotplug: remove zone onlining restriction Date: Fri, 14 Jul 2017 14:12:31 +0200 Message-ID: <20170714121233.16861-1-mhocko@kernel.org> Return-path: Sender: owner-linux-mm@kvack.org To: Andrew Morton Cc: Mel Gorman , Vlastimil Babka , Andrea Arcangeli , Reza Arbab , Yasuaki Ishimatsu , qiuxishi@huawei.com, Kani Toshimitsu , slaoub@gmail.com, Joonsoo Kim , Daniel Kiper , Igor Mammedov , Vitaly Kuznetsov , Wei Yang , linux-mm@kvack.org, LKML , Joonsoo Kim , linux-api@vger.kernel.org, Michal Hocko List-Id: linux-api@vger.kernel.org Hi, I have sent this as an RFC previously [1] and there haven't been any fundamental objections to the approach. The biggest concern was that if anybody starts depending on the default online semantic introduced in 4.13 merge window then this would break it [2]. I find it rather unlikely but if we are worried we can try to push this later in the release cycle. Unfortunatelly I didn't have much time to work on this sooner. This work should help Joonsoo with his CMA zone based approach when reusing MOVABLE zone. I think it will also help to remove more code from the memory hotplug (e.g. zone shrinking). Patch 1 restores original memoryXY/valid_zones semantic wrt zone ordering. This can be merged without patch 2 which removes the zone overlap restriction and defines a semantic for the default onlining. See more in the patch. Questions, concerns, objections? Shortlog Michal Hocko (2): mm, memory_hotplug: display allowed zones in the preferred ordering mm, memory_hotplug: remove zone restrictions Diffstat drivers/base/memory.c | 30 ++++++++++----- include/linux/memory_hotplug.h | 2 +- mm/memory_hotplug.c | 87 +++++++++++++++++------------------------- 3 files changed, 55 insertions(+), 64 deletions(-) [1] http://lkml.kernel.org/r/20170629073509.623-1-mhocko@kernel.org [2] http://lkml.kernel.org/r/20170710064540.GA19185@dhcp22.suse.cz -- 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