From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f198.google.com (mail-wr0-f198.google.com [209.85.128.198]) by kanga.kvack.org (Postfix) with ESMTP id 1E1A06B0388 for ; Mon, 6 Mar 2017 14:09:16 -0500 (EST) Received: by mail-wr0-f198.google.com with SMTP id v66so68657917wrc.4 for ; Mon, 06 Mar 2017 11:09:16 -0800 (PST) Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com. [2a00:1450:400c:c09::244]) by mx.google.com with ESMTPS id r5si27645000wrc.97.2017.03.06.11.09.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Mar 2017 11:09:14 -0800 (PST) Received: by mail-wm0-x244.google.com with SMTP id u132so7292074wmg.1 for ; Mon, 06 Mar 2017 11:09:14 -0800 (PST) Date: Mon, 6 Mar 2017 22:09:11 +0300 From: "Kirill A. Shutemov" Subject: Re: [PATCHv4 00/33] 5-level paging Message-ID: <20170306190911.GB27719@node.shutemov.name> References: <20170306135357.3124-1-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Linus Torvalds Cc: Thomas Gleixner , "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 06, 2017 at 11:03:56AM -0800, Linus Torvalds wrote: > 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. The first 7 patches are relatively low-risk. It would be nice to have them in earlier. I'm commited to address any possible drawbacks quickly if you considering applying it into v4.11. -- Kirill A. Shutemov -- 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