From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f198.google.com (mail-io0-f198.google.com [209.85.223.198]) by kanga.kvack.org (Postfix) with ESMTP id DD4A96B0388 for ; Mon, 6 Mar 2017 14:03:57 -0500 (EST) Received: by mail-io0-f198.google.com with SMTP id n76so172353671ioe.1 for ; Mon, 06 Mar 2017 11:03:57 -0800 (PST) Received: from mail-it0-x243.google.com (mail-it0-x243.google.com. [2607:f8b0:4001:c0b::243]) by mx.google.com with ESMTPS id 123si9284509iov.133.2017.03.06.11.03.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Mar 2017 11:03:57 -0800 (PST) Received: by mail-it0-x243.google.com with SMTP id w185so10635860ita.3 for ; Mon, 06 Mar 2017 11:03:56 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <20170306135357.3124-1-kirill.shutemov@linux.intel.com> From: Linus Torvalds Date: Mon, 6 Mar 2017 11:03:56 -0800 Message-ID: Subject: Re: [PATCHv4 00/33] 5-level paging Content-Type: text/plain; charset=UTF-8 Sender: owner-linux-mm@kvack.org List-ID: To: Thomas Gleixner Cc: "Kirill A. Shutemov" , Andrew Morton , the arch/x86 maintainers , Ingo Molnar , Arnd Bergmann , "H. Peter Anvin" , Andi Kleen , Dave Hansen , Andy Lutomirski , "linux-arch@vger.kernel.org" , linux-mm , Linux Kernel Mailing List On Mon, Mar 6, 2017 at 10:42 AM, Thomas Gleixner wrote: > > We probably need to split it apart: > > - Apply the mm core only parts to a branch which can be pulled into > Andrews mm-tree > > - Base the x86 changes on top of it I'll happily take some of the preparatory patches for 4.11 too. Some of them just don't seem to have any downside. The cpuid stuff, and the basic scaffolding we could easily merge early. That includes the dummy 5level code, ie "5level-fixup.h" and even some of the mm side that doesn't actually change anything and just prepares for the real code. But having some base branch too just for avoiding conflicts with whatever mm stuff that Andrew keeps around sounds fine too. Linus -- 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