Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935989Ab3DKPKa (ORCPT ); Thu, 11 Apr 2013 11:10:30 -0400 Received: from mail-ie0-f177.google.com ([209.85.223.177]:41857 "EHLO mail-ie0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935525Ab3DKPK2 (ORCPT ); Thu, 11 Apr 2013 11:10:28 -0400 MIME-Version: 1.0 In-Reply-To: <51666930.6090702@cn.fujitsu.com> References: <1365415000-10389-1-git-send-email-linfeng@cn.fujitsu.com> <51666930.6090702@cn.fujitsu.com> Date: Thu, 11 Apr 2013 08:10:28 -0700 X-Google-Sender-Auth: LCTNhHGx4Dncmtezc5exO2wknII Message-ID: Subject: Re: [PATCH 0/2] mm: vmemmap: add vmemmap_verify check for hot-add node/memory case From: Yinghai Lu To: Tang Chen Cc: Lin Feng , Andrew Morton , Christoph Lameter , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Catalin Marinas , will.deacon@arm.com, Arnd Bergmann , tony@atomide.com, Ben Hutchings , linux-arm-kernel@lists.infradead.org, Linux Kernel Mailing List , "the arch/x86 maintainers" , Linux MM , Yasuaki Ishimatsu , Jiang Liu Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1018 Lines: 29 On Thu, Apr 11, 2013 at 12:41 AM, Tang Chen wrote: > > 3. If we add flag to memblock, we can mark different memory. And I remember > you mentioned before that we can use memblock to reserve local node data > for node-life-cycle data, like vmemmap, pagetable. > > So are you doing the similar work now ? No, i did not start it yet. > > If not, I think I can merge it into mine, and push a new patch-set with > hot-add, hot-remove code modified to support putting vmemmap, pagetable, > pgdat, page_cgroup, ..., on local node. Need to have it separated with moving_zone. 1. rework memblock to keep alive all the way for hotplug usage. 2. put pagetable and vmemap on the local node range with help of memblock. Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/