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 2DEB3C25B76 for ; Mon, 3 Jun 2024 14:36:50 +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=dczV35J90xJfAkL05enFYdYA/bghgJQq7cgzR626RZM=; b=z0SdsnK5Kny4E+ /SkBAe519GT+0MeZO3/qATdCAglTU4hZ69sO/dWMgo/R6Mx9czDbiyEWia7y6PNO9SR5J0fRdlIBa MKM0Kg9NZVJTQoR3ldb/WZnxYS7Vf+D///y4NlB3RS8g5mFWOuSxht2S4naGA8OUV/rQOuXZi9gbU 6vTc8NsBB5+dktCXPb5Ru/5UbAHPGtpe5Ou1zaMIkL1KjfPLN17Y1CJ7z03RpQVeCIDSvToeue9hX Qs6KAHc2HatFEjrVZa03bRq88DCKh+IJ9Bt+N+hosPn/XMdR2AItkSiGHfhY0/hI8cwRCjgzFejHZ o4z15Crum3GcuMpUzaAA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sE8ni-0000000H6qD-0Gx1; Mon, 03 Jun 2024 14:36:42 +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 1sE8nf-0000000H6pI-1eB4 for linux-arm-kernel@lists.infradead.org; Mon, 03 Jun 2024 14:36:40 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id BACA260DFE; Mon, 3 Jun 2024 14:36:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D7237C2BD10; Mon, 3 Jun 2024 14:36:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717425398; bh=VN1EYdGVzI7eQ6kuG8aaxlVtbs8gCuLJmQ+6hwUZTqk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a5/N3SaZ1xQJpwu1keep5mNipu9SzLPbGjWZixe76J3Pv0Qqf/mEkB5Xvfyzy82HT e4EeC02dxSUx7ClRsHwA/pKl6mDuSaRYA1l6Eu4V/Kuaj35a1BDkDs49euXzXgYBO4 LFdqnL7uPRvm7EJdr2RrUMtMniyk+w5GNzdYLoPCS0ng+vHYEUZg8/kinzGarGw+cy fuLqqheolutfuLxOuUMqYqCx+YsZS+grrYP2q5HEevqzCcv4CurH6GVFmmhCJxC6zm WgteKIZF/SJ23ZoaMGudn3613OUJLw9eQ/9D6mm2dcrvFbSuSWPpN7PAPQLkelBp2k PtewUbM3z307A== Date: Mon, 3 Jun 2024 15:36:33 +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 07/13] KVM: arm64: VHE: Mark __hyp_call_panic __noreturn Message-ID: <20240603143633.GH19151@willie-the-truck> References: <20240529121251.1993135-1-ptosi@google.com> <20240529121251.1993135-8-ptosi@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240529121251.1993135-8-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_073639_490663_C9F2A031 X-CRM114-Status: GOOD ( 10.59 ) 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:13PM +0100, Pierre-Cl=E9ment Tosi wrote: > Given that the sole purpose of __hyp_call_panic() is to call panic(), a > __noreturn function, give it the __noreturn attribute, removing the need > for its caller to use unreachable(). > = > Signed-off-by: Pierre-Cl=E9ment Tosi > --- > arch/arm64/kvm/hyp/vhe/switch.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) I acked this before. Please can you preserve the tags when a patch is reposted without any changes? Acked-by: Will Deacon Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel