From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752834AbdC0NNf (ORCPT ); Mon, 27 Mar 2017 09:13:35 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:36622 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752195AbdC0NN1 (ORCPT ); Mon, 27 Mar 2017 09:13:27 -0400 Date: Mon, 27 Mar 2017 16:13:22 +0300 From: "Kirill A. Shutemov" To: Ingo Molnar 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 , Michal Hocko , linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Xiong Zhang Subject: Re: [PATCH 5/6] x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4d Message-ID: <20170327131322.3xroyjqeerb37f3d@node.shutemov.name> References: <20170317185515.8636-1-kirill.shutemov@linux.intel.com> <20170317185515.8636-6-kirill.shutemov@linux.intel.com> <20170327063423.GA13876@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170327063423.GA13876@gmail.com> User-Agent: NeoMutt/20170306 (1.8.0) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 27, 2017 at 08:34:23AM +0200, Ingo Molnar wrote: > 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. Xiong is author of the changes. I've writetten commit message. So, you're right, "From:" is missing. Thanks. -- Kirill A. Shutemov