From patchwork Thu Jun 30 15:31:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Chancellor X-Patchwork-Id: 12901976 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 8B31CC43334 for ; Thu, 30 Jun 2022 15:33:22 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=EqOWcba5JT7xFDQEJJbA1FQq+/8aep12c7N5Cp3QbdU=; b=QoqWN3nlBo/pZ5 QBkw8JF3R3sMstfqMhqrLBNu+A9IgRXWSoD86ID8gmIF0x/F2CNPelxNQWP8t8jlBUcms1CCfDUNC xlyWuCb4oeI8YlOs6BA5UvxsVG9ejYrc9UEdfkpOD4CtFVX/aFgY7Vn/cATQzvkV+OIr+AofdqFV7 usAUolP0i3UuWgcTps9Vm1KI5JUSeHqBZ8cSQp/5NLN7u9xEwvqUhYrfAcNPLp+SUD+NvZ0klPaNA psuakNThnl82UdBWCEIArRNtYwRK5iQwqXcmfdD9++ofdu3sqGGoLzEqDeYFwEGoaXBZMmo31MDm4 E04neoNA3Fx0sKuBnB3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6w9b-000I7B-OQ; Thu, 30 Jun 2022 15:32:27 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6w9J-000I0q-AB for linux-arm-kernel@lists.infradead.org; Thu, 30 Jun 2022 15:32:10 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 22FC0618F3; Thu, 30 Jun 2022 15:32:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E37AFC34115; Thu, 30 Jun 2022 15:31:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656603119; bh=qbZJbSa8lQwxYorl/dCGnDiEWfOBAhdj2CRrnnSbJfU=; h=From:To:Cc:Subject:Date:From; b=l2JhklebOUOdCVGA1lDmFYVa4jWZzEcGdGXEV2UDwZ8DOlzglNliJkVhZTCgzhxTu g6E2RZkBzY7VLFK/c2ff6yxgsEd7EYTkraW+Q1leXffAEHM0hSSkiF5ZPKGz4Dlek5 3abaog3N64Wzmeon8GA+wu8s1aXoC9wTBAHWcyL/OrT/L9dUCoPCy4dXSnbiVujsXW T6BXl4Hhc5ndvf3GfPd31Orzvz8rBF8pACgwgre9+Te27NwP33mE2ac9RlGstwF/0o I7peIIRC1ATSNaL6AKGGGjOF7jkO4zIa/T/ban6zqOuDGR6axcEbl9nuuYu6SdpTmC DK2euDXfiaVwQ== From: Nathan Chancellor To: Catalin Marinas , Will Deacon Cc: Joey Gouly , Vincenzo Frascino , Nick Desaulniers , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev, patches@lists.linudx.dev, Nathan Chancellor Subject: [PATCH 0/2] arm64: vdso32: Small fixes for ld.lld 11 and CONFIG_DEBUG_INFO Date: Thu, 30 Jun 2022 08:31:19 -0700 Message-Id: <20220630153121.1317045-1-nathan@kernel.org> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220630_083209_452539_EBB6EA82 X-CRM114-Status: UNSURE ( 9.41 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, This small series fixes two issues I noticed with the orphan section warnings in the 32-bit vDSO. See the individual commits for the boring details. They are based on for-next/vdso. I compiled with LLVM 11, LLVM 15, and GCC 12.1.0 + binutils 2.38 with no additional warnings/errors. Nathan Chancellor (2): arm64: vdso32: Shuffle .ARM.exidx section above ELF_DETAILS arm64: vdso32: Add DWARF_DEBUG arch/arm64/kernel/vdso32/vdso.lds.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) base-commit: 4274929c7ee6f442c3f89c5da64d112a9de4a6ba