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 29CD4C25B75 for ; Mon, 3 Jun 2024 14:35:40 +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=84cPGaQRckQeOuXKTlgEsQInbbWNf2fdMO0f9PM4MbM=; b=Rzd62mjKn8+I0I JxeFXh6wL67i5EKufpySTvxoCkvYOoQpibsIwOLdTD1bU2EJCWjDroCvqvB1Ih7o3hAfwCApPbN1U xwaZb9oGQUQdIAOdIp288DvYBbNGJXhUhBRpiMdw8bnpMds6KU7vJ35y+psy2sUQlm/IXuFtso+30 RMEOdbqc6qeyVw9VXRLBoc1zigC991ygmxg7pMXFzL9qOP4QQoeSTcwQhU9tefbYjN2u1I+1iO/56 8W5lFok5KmhH+GopULWGSml/WZyL8hseXzE43GMIozF8vu9wryJ4sHkWZVxLfddlBTyFdDZc8ki+/ H4N9Y71sx2WrmCXjLLIg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sE8mY-0000000H6PU-3ZNQ; Mon, 03 Jun 2024 14:35:30 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sE8mW-0000000H6No-2Kk6 for linux-arm-kernel@lists.infradead.org; Mon, 03 Jun 2024 14:35:29 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id EB34CCE0B03; Mon, 3 Jun 2024 14:35:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DBFC9C32781; Mon, 3 Jun 2024 14:35:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717425323; bh=euJpfVQU9zj8p/s1zGGGRWYJoRokLwuyPbH4xvTgIN4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pkTOAwTjyr7AGWLkmoe9fEg5fFgCMQoPu7WI1POnXsDehXfDlJ9SqTlFH/vFknGMQ mMvjIQMX8dXehl/u/BRaeD4GI8R79rJUkwZYcBpB2WqaebyZrPH0AeT03wTyiXMBtY keeMgQlb2CGOF0LQoK73qqDUgJciZVkgGBpZaRjoIapakhdPEl6ff4mg/mc2vVtnwp b8+v/6AwtFG3IuONMawekSyan3/nBuvLoRHcK8HoLjtwvAHCeIrnsk0s4BRAEzMWBM f5VEuUTV2zGegBHeug0zXiFMrhxLV1ERHbYZ1VE3mZ3ssYP45GqppPlbcaY8qaBKmT IeKYTgtYxqVsw== Date: Mon, 3 Jun 2024 15:35:18 +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 06/13] KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32 Message-ID: <20240603143518.GG19151@willie-the-truck> References: <20240529121251.1993135-1-ptosi@google.com> <20240529121251.1993135-7-ptosi@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240529121251.1993135-7-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_073528_878755_B71AA3F4 X-CRM114-Status: GOOD ( 12.78 ) 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:12PM +0100, Pierre-Cl=E9ment Tosi wrote: > Ignore R_AARCH64_ABS32 relocations, instead of panicking, when emitting > the relocation table of the hypervisor. The toolchain might produce them > when generating function calls with kCFI to represent the 32-bit type ID > which can then be resolved across compilation units at link time. These > are NOT actual 32-bit addresses and are therefore not needed in the > final (runtime) relocation table (which is unlikely to use 32-bit > absolute addresses for arm64 anyway). > = > Signed-off-by: Pierre-Cl=E9ment Tosi > --- > arch/arm64/kvm/hyp/nvhe/gen-hyprel.c | 6 ++++++ > 1 file changed, 6 insertions(+) Thanks for updating the commit message: 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