From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932885AbdA0OSI (ORCPT ); Fri, 27 Jan 2017 09:18:08 -0500 Received: from foss.arm.com ([217.140.101.70]:55126 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932802AbdA0ORy (ORCPT ); Fri, 27 Jan 2017 09:17:54 -0500 Date: Fri, 27 Jan 2017 13:53:07 +0000 From: Will Deacon To: Christoffer Dall Cc: Christopher Covington , Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , Marc Zyngier , Catalin Marinas , kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, shankerd@codeaurora.org, timur@codeaurora.org, Mark Langsdorf , Mark Salter , Jon Masters , Neil Leeder Subject: Re: [PATCH v4 3/4] arm64: Use __tlbi() macros in KVM code Message-ID: <20170127135306.GK21144@arm.com> References: <20170125155232.10277-1-cov@codeaurora.org> <20170125155232.10277-3-cov@codeaurora.org> <20170125193943.GW15850@cbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170125193943.GW15850@cbox> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 25, 2017 at 08:39:43PM +0100, Christoffer Dall wrote: > On Wed, Jan 25, 2017 at 10:52:31AM -0500, Christopher Covington wrote: > > Refactor the KVM code to use the __tlbi macros, which will allow an errata > > workaround that repeats tlbi dsb sequences to only change one location. > > This is not intended to change the generated assembly and comparing before > > and after vmlinux objdump shows no functional changes. > > > > Signed-off-by: Christopher Covington > > Acked-by: Christoffer Dall Thanks, I'll queue this one via arm64. Will From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v4 3/4] arm64: Use __tlbi() macros in KVM code Date: Fri, 27 Jan 2017 13:53:07 +0000 Message-ID: <20170127135306.GK21144@arm.com> References: <20170125155232.10277-1-cov@codeaurora.org> <20170125155232.10277-3-cov@codeaurora.org> <20170125193943.GW15850@cbox> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Mark Langsdorf , Jon Masters , kvm@vger.kernel.org, Marc Zyngier , Catalin Marinas , timur@codeaurora.org, linux-kernel@vger.kernel.org, Neil Leeder , Paolo Bonzini , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org To: Christoffer Dall Return-path: Content-Disposition: inline In-Reply-To: <20170125193943.GW15850@cbox> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu List-Id: kvm.vger.kernel.org On Wed, Jan 25, 2017 at 08:39:43PM +0100, Christoffer Dall wrote: > On Wed, Jan 25, 2017 at 10:52:31AM -0500, Christopher Covington wrote: > > Refactor the KVM code to use the __tlbi macros, which will allow an errata > > workaround that repeats tlbi dsb sequences to only change one location. > > This is not intended to change the generated assembly and comparing before > > and after vmlinux objdump shows no functional changes. > > > > Signed-off-by: Christopher Covington > > Acked-by: Christoffer Dall Thanks, I'll queue this one via arm64. Will From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Fri, 27 Jan 2017 13:53:07 +0000 Subject: [PATCH v4 3/4] arm64: Use __tlbi() macros in KVM code In-Reply-To: <20170125193943.GW15850@cbox> References: <20170125155232.10277-1-cov@codeaurora.org> <20170125155232.10277-3-cov@codeaurora.org> <20170125193943.GW15850@cbox> Message-ID: <20170127135306.GK21144@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jan 25, 2017 at 08:39:43PM +0100, Christoffer Dall wrote: > On Wed, Jan 25, 2017 at 10:52:31AM -0500, Christopher Covington wrote: > > Refactor the KVM code to use the __tlbi macros, which will allow an errata > > workaround that repeats tlbi dsb sequences to only change one location. > > This is not intended to change the generated assembly and comparing before > > and after vmlinux objdump shows no functional changes. > > > > Signed-off-by: Christopher Covington > > Acked-by: Christoffer Dall Thanks, I'll queue this one via arm64. Will