From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932387AbdJPT7H (ORCPT ); Mon, 16 Oct 2017 15:59:07 -0400 Received: from mail-wm0-f46.google.com ([74.125.82.46]:47675 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755034AbdJPT7F (ORCPT ); Mon, 16 Oct 2017 15:59:05 -0400 X-Google-Smtp-Source: AOwi7QB971dswNWL+ISznJ5IdXu8pcM3SOA7tufPAZTMSCIgJfkWPDDWmXyM3Gbjmg0mJ1wYmzh/bw== Date: Mon, 16 Oct 2017 21:59:01 +0200 From: Christoffer Dall To: gengdongjiu Cc: Marc Zyngier , "will.deacon@arm.com" , "christoffer.dall@linaro.org" , "rkrcmar@redhat.com" , "catalin.marinas@arm.com" , "linux-arm-kernel@lists.infradead.org" , "kvmarm@lists.cs.columbia.edu" , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] arm64: KVM: set right LR register value for 32 bit guest when inject abort Message-ID: <20171016195901.GA5753@lvm> References: <0184EA26B2509940AA629AE1405DD7F201699F61@DGGEMA503-MBX.china.huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0184EA26B2509940AA629AE1405DD7F201699F61@DGGEMA503-MBX.china.huawei.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 16, 2017 at 04:10:01PM +0000, gengdongjiu wrote: > Hi Marc, > > > > > Please also update the 32bit code accordingly, as it looks broken too. > > I have updated the 32 bit code according, in my hand, there is no arm32 host environment, > So there is no method to verify it in the arm32 host, only verify the patch in the arm64 host. > > Anyway I firstly send the patch out for review. Thanks. > In this case, if you just clearly specify in the patches you send out that the 32-bit one is untested, you can ask someone to test it for you. Thanks, -Christoffer