From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 91BABC25B75 for ; Mon, 3 Jun 2024 14:34:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=g2RHfVfzeSo++jplmA+qUL8GNaaOnSj8InrdncpZvxg=; b=3Kchba+y7yoa5Z VZ2WsGxhRKQ7B9wAYqhF1b4o5jLtNEmSUMYraZaPXpHQbDVd3Z85py+5JC04fXDkpYIZI/ijGAU95 CxMzr3X5L34R4awudYWOPbN3yglLXHtfwxFPmfE465h3uvXDZwbwhcVed3CI2ygDrXSK2DZjRFOVZ 2jgB0/g7irolvSjJSRFrxpUAdIrfAXR4vre5kpIuET7IXvwwxnuSRDUZ37X0pIZngydf/JAyjFC7I 6Nzm1jbQQiI27nMojWFsyceYSW9mUpgQeutHwzQOKVRzU8iMPF+r3Ka440Wy7y3PZwptW49iXS2BU 7L/p0CVcbN8DaRWh4s1A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sE8lc-0000000H6DJ-4A1X; Mon, 03 Jun 2024 14:34:32 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sE8la-0000000H6Bf-0Uki for linux-arm-kernel@lists.infradead.org; Mon, 03 Jun 2024 14:34:31 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 3B37C60D2C; Mon, 3 Jun 2024 14:34:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54D88C2BD10; Mon, 3 Jun 2024 14:34:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717425268; bh=xROsdANeWEUIRIQab77AFtYi7nZRvmAmeUTwKdOP+2M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KuaiWfS+FwobmBNFzZv9zT4FJavn4uV4WC5JQUfOuFWxYdMclFDqyfVR+EfbIBZOc 9GE07jwCTtXoyO4xDomXkGkOtXnWt7Q1SFBbzpywPHNBN38tQZxN1CpbJe12DZ8Slt BTN7Dl7mfxvgPMdNBn9uFqeBix4D/zCnm+49z0z094liS2YbVNIPpAfvgDe81sAh7F QbC7sa5KYQEc8wRQujThd8kdS+2ZB9GG4fQ7YZZxdyNBuq/gGhuDtqzaw0pxNJ4B2L 2BqM2kOJzYsICSkH9Cz0iBhJJqSz/SmXlGGe4oOsu1hs5se1YE0n90+NRoyvmAZkBV DppJ3Dqr7hW5g== Date: Mon, 3 Jun 2024 15:34:24 +0100 From: Will Deacon To: =?iso-8859-1?Q?Pierre-Cl=E9ment?= Tosi Cc: kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, Marc Zyngier , Oliver Upton , Suzuki K Poulose , Vincent Donnefort Subject: Re: [PATCH v4 05/13] KVM: arm64: Rename __guest_exit_panic __hyp_panic Message-ID: <20240603143424.GF19151@willie-the-truck> References: <20240529121251.1993135-1-ptosi@google.com> <20240529121251.1993135-6-ptosi@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240529121251.1993135-6-ptosi@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240603_073430_231516_A13B84AF X-CRM114-Status: GOOD ( 12.25 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, May 29, 2024 at 01:12:11PM +0100, Pierre-Cl=E9ment Tosi wrote: > Use a name that expresses the fact that the routine might not exit > through the guest but will always (directly or indirectly) end up > executing hyp_panic(). > = > Use CPU_LR_OFFSET to clarify that the routine returns to hyp_panic(). > = > Signed-off-by: Pierre-Cl=E9ment Tosi > --- > arch/arm64/kvm/hyp/entry.S | 6 +++--- > arch/arm64/kvm/hyp/hyp-entry.S | 2 +- > arch/arm64/kvm/hyp/include/hyp/switch.h | 4 ++-- > arch/arm64/kvm/hyp/nvhe/host.S | 4 ++-- > 4 files changed, 8 insertions(+), 8 deletions(-) Hmm, I'm not sure about this. When is __guest_exit_panic() called outside of guest context? Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel