Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753464AbbG1RTh (ORCPT ); Tue, 28 Jul 2015 13:19:37 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:56921 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752190AbbG1RTe (ORCPT ); Tue, 28 Jul 2015 13:19:34 -0400 X-IronPort-AV: E=Sophos;i="5.15,564,1432598400"; d="scan'208";a="288484189" Message-ID: <55B7B98D.3050008@citrix.com> Date: Tue, 28 Jul 2015 18:19:09 +0100 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Julien Grall , CC: , Russell King , , , , , "Ingo Molnar" , David Vrabel , "H. Peter Anvin" , Boris Ostrovsky , "Thomas Gleixner" , Subject: Re: [Xen-devel] [PATCH 8/8] xen/privcmd: Further s/MFN/GFN/ clean-up References: <1438095769-2560-1-git-send-email-julien.grall@citrix.com> <1438095769-2560-9-git-send-email-julien.grall@citrix.com> In-Reply-To: <1438095769-2560-9-git-send-email-julien.grall@citrix.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 814 Lines: 20 On 28/07/15 16:02, Julien Grall wrote: > The privcmd code is mixing the usage of GFN and MFN within the same > functions which make the code difficult to understand when you only work > with auto-translated guests. > > The privcmd driver is only dealing with GFN so replace all the mention > of MFN into GFN. > > The ioctl structure used to map foreign change has been left unchanged > given that the userspace is using it. Nonetheless, add a comment to > explain the expected value within the "mfn" field. Reviewed-by: David Vrabel David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/