From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 5/6] x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4d Date: Mon, 27 Mar 2017 08:34:23 +0200 Message-ID: <20170327063423.GA13876@gmail.com> References: <20170317185515.8636-1-kirill.shutemov@linux.intel.com> <20170317185515.8636-6-kirill.shutemov@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170317185515.8636-6-kirill.shutemov@linux.intel.com> Sender: owner-linux-mm@kvack.org To: "Kirill A. Shutemov" Cc: Linus Torvalds , Andrew Morton , x86@kernel.org, Thomas Gleixner , Ingo Molnar , Arnd Bergmann , "H. Peter Anvin" , Andi Kleen , Dave Hansen , Andy Lutomirski , Michal Hocko , linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Xiong Zhang List-Id: linux-arch.vger.kernel.org y * Kirill A. Shutemov wrote: > Split these helpers into few per-level functions and add support of > additional page table level. > > Signed-off-by: Xiong Zhang > [kirill.shutemov@linux.intel.com: split off into separate patch] > Signed-off-by: Kirill A. Shutemov So who's the primary author of this patch, you or Xiong Zhang? If the latter then a "From: " line is missing. For now I've added the missing "From" line. Thanks, Ingo -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f195.google.com ([209.85.128.195]:36588 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752059AbdC0Ger (ORCPT ); Mon, 27 Mar 2017 02:34:47 -0400 Date: Mon, 27 Mar 2017 08:34:23 +0200 From: Ingo Molnar Subject: Re: [PATCH 5/6] x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4d Message-ID: <20170327063423.GA13876@gmail.com> References: <20170317185515.8636-1-kirill.shutemov@linux.intel.com> <20170317185515.8636-6-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170317185515.8636-6-kirill.shutemov@linux.intel.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: "Kirill A. Shutemov" Cc: Linus Torvalds , Andrew Morton , x86@kernel.org, Thomas Gleixner , Ingo Molnar , Arnd Bergmann , "H. Peter Anvin" , Andi Kleen , Dave Hansen , Andy Lutomirski , Michal Hocko , linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Xiong Zhang Message-ID: <20170327063423.ohX5aQV2i52zAQuyx7u-TC4VgDPbHMcaPMMpBMhrpv4@z> y * Kirill A. Shutemov wrote: > Split these helpers into few per-level functions and add support of > additional page table level. > > Signed-off-by: Xiong Zhang > [kirill.shutemov@linux.intel.com: split off into separate patch] > Signed-off-by: Kirill A. Shutemov So who's the primary author of this patch, you or Xiong Zhang? If the latter then a "From: " line is missing. For now I've added the missing "From" line. Thanks, Ingo