From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e28smtp06.in.ibm.com (e28smtp06.in.ibm.com [122.248.162.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e28smtp06.in.ibm.com", Issuer "GeoTrust SSL CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id B84A92C0332 for ; Mon, 23 Jul 2012 16:15:02 +1000 (EST) Received: from /spool/local by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 23 Jul 2012 11:44:59 +0530 Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6N6Euhw4980778 for ; Mon, 23 Jul 2012 11:44:56 +0530 Received: from d28av02.in.ibm.com (loopback [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6N6EuJi005053 for ; Mon, 23 Jul 2012 16:14:56 +1000 From: "Aneesh Kumar K.V" To: Paul Mackerras Subject: Re: [PATCH -V3 04/11] arch/powerpc: Rename va to vpn In-Reply-To: <20120722234623.GD17790@bloggs.ozlabs.ibm.com> References: <1341839621-28332-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1341839621-28332-5-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <20120722234623.GD17790@bloggs.ozlabs.ibm.com> Date: Mon, 23 Jul 2012 11:44:55 +0530 Message-ID: <87fw8jhulc.fsf@skywalker.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Paul Mackerras writes: > On Mon, Jul 09, 2012 at 06:43:34PM +0530, Aneesh Kumar K.V wrote: >> From: "Aneesh Kumar K.V" >> >> Rename the variable to better reflect the values. No functional change >> in this patch. >> >> Signed-off-by: Aneesh Kumar K.V > > I think you missed a couple: kernel_map_linear_page and > kernel_unmap_linear_page are now broken since you change va to vpn in > the declaration but not in the uses, and you change host_va to > host_vpn in struct hpte_cache but don't fix up the use in > kvmppc_mmu_invalidate_pte. Will fix. > How many configs did you compile-test this > with? Not much. I will try to do a test build of multiple configs. Thanks -aneesh