From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f72.google.com (mail-wm0-f72.google.com [74.125.82.72]) by kanga.kvack.org (Postfix) with ESMTP id 093D96B0033 for ; Fri, 27 Jan 2017 08:55:10 -0500 (EST) Received: by mail-wm0-f72.google.com with SMTP id v77so52107350wmv.5 for ; Fri, 27 Jan 2017 05:55:09 -0800 (PST) Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com. [2a00:1450:400c:c09::242]) by mx.google.com with ESMTPS id a204si2924791wmd.77.2017.01.27.05.55.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Jan 2017 05:55:08 -0800 (PST) Received: by mail-wm0-x242.google.com with SMTP id r126so58421558wmr.3 for ; Fri, 27 Jan 2017 05:55:08 -0800 (PST) Date: Fri, 27 Jan 2017 16:55:06 +0300 From: "Kirill A. Shutemov" Subject: Re: [PATCHv2 03/29] asm-generic: introduce __ARCH_USE_5LEVEL_HACK Message-ID: <20170127135506.GB7662@node.shutemov.name> References: <20161227015413.187403-1-kirill.shutemov@linux.intel.com> <20161227015413.187403-4-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: Vlastimil Babka Cc: "Kirill A. Shutemov" , Linus Torvalds , Andrew Morton , x86@kernel.org, Thomas Gleixner , Ingo Molnar , Arnd Bergmann , "H. Peter Anvin" , Andi Kleen , Dave Hansen , Andy Lutomirski , linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org On Fri, Jan 27, 2017 at 02:24:58PM +0100, Vlastimil Babka wrote: > On 12/27/2016 02:53 AM, Kirill A. Shutemov wrote: > >We are going to introduce to provide > >abstraction for properly (in opposite to 5level-fixup.h hack) folded > >p4d level. The new header will be included from pgtable-nopud.h. > > > >If an architecture uses , we cannot use > >5level-fixup.h directly to quickly convert the architecture to 5-level > >paging as it would conflict with pgtable-nop4d.h. > > > >With this patch an architecture can define __ARCH_USE_5LEVEL_HACK before > >inclusion to 5level-fixup.h. > > > >Signed-off-by: Kirill A. Shutemov > >--- > > include/asm-generic/pgtable-nop4d-hack.h | 62 ++++++++++++++++++++++++++++++++ > > At risk of bikeshedding and coming from somebody not familiar with this > code... IMHO it would be somewhat more intuitive and consistent to name the > file "pgtable-nopud-hack.h" as it's about the pud stuff, not p4d stuff, and > acts as an alternative implementation to pgtable-nopud.h, not > pgtable-nop4d.h Well, on other hand we hack-in p4d level here... I don't really care. Either way works for me. -- 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