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 ACF6AC43334 for ; Wed, 29 Jun 2022 09:58:30 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=pNgqwHEWYeAxK3vH+izrm5DCFtDAecSOvwKuI1By/fI=; b=szgl4qpwQQqnrT RFtQXShHiuwv5QpBCXBWj81lP5CJogvX12Davl1PuMkxLXT6+xvQHi7C2SaHHDkW8/tQhFMPEAHVE t0AbxTjBsrUfOVQATUBQid9nUzKFOgAryduGbPKg7ARuwUOeCXYlT5K0u7QUI4X1pWwVnmFF4EAT+ gXkY1kAm+FsmNUp7oR0IJ/sg8BmtqTjl7Qneb6yEpyMobZgOIbzO8H2h32uz7ROommwnxsks2B/Xz Nu0ZJ45RccjON1J96gOwkJ2zOdlVJeo5DpGwY59SjepGQsC07tAKXylTUI5h5HT6Jp8i/G4tWUTMj XZ0WONtPdx+HtB9czRQA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6URl-00AqSt-TQ; Wed, 29 Jun 2022 09:57:22 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6UR8-00Aq9C-1K for linux-arm-kernel@lists.infradead.org; Wed, 29 Jun 2022 09:56:43 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F0C35152B; Wed, 29 Jun 2022 02:56:37 -0700 (PDT) Received: from [10.1.196.72] (e119884-lin.cambridge.arm.com [10.1.196.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 33D533F792; Wed, 29 Jun 2022 02:56:37 -0700 (PDT) Message-ID: Date: Wed, 29 Jun 2022 10:56:35 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH v1 1/2] arm64: vdso32: add ARM.exidx* sections Content-Language: en-US To: Joey Gouly , linux-arm-kernel@lists.infradead.org Cc: nd@arm.com, Will Deacon References: <20220628151307.35561-1-joey.gouly@arm.com> <20220628151307.35561-2-joey.gouly@arm.com> From: Vincenzo Frascino In-Reply-To: <20220628151307.35561-2-joey.gouly@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220629_025642_187708_5F56D9FB X-CRM114-Status: GOOD ( 12.26 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 28/06/2022 16:13, Joey Gouly wrote: > These show up when building with clang+lld. > > Signed-off-by: Joey Gouly > Cc: Will Deacon > Cc: Vincenzo Frascino Reviewed-by: Vincenzo Frascino > --- > arch/arm64/kernel/vdso32/vdso.lds.S | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/kernel/vdso32/vdso.lds.S b/arch/arm64/kernel/vdso32/vdso.lds.S > index 120cf422036f..e2f8ced571d6 100644 > --- a/arch/arm64/kernel/vdso32/vdso.lds.S > +++ b/arch/arm64/kernel/vdso32/vdso.lds.S > @@ -60,6 +60,7 @@ SECTIONS > } > > ELF_DETAILS > + .ARM.exidx : { *(.ARM.exidx*) } > .ARM.attributes 0 : { *(.ARM.attributes) } > > /DISCARD/ : { -- Regards, Vincenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel