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 0351BC43334 for ; Thu, 23 Jun 2022 19:34:18 +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:References:In-Reply-To: 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: List-Owner; bh=ifvw4SDO/gdrLJjvRX0bMqpDOhXiV6xDaBQb3cMDxS8=; b=yAilwoFOz+dE1z U/sTPxooqNfLdyMsYM4qPze23UFzO+hPGjPS4+ANJFoRC2vpxxeInoNiplhXuRiLb0bBgQJkHgH5x bBX6CF6gFSPB5JWXT0Urj5enjviJuQb31TGVR8frFajJo4ANx/bLGb4+tT7d3ZagpCb+HeWMgr3kN XqHrPPs965Kylnf8foXaDJ/9Gr/hZeU3qMsAfhH3TUCyJ8AH+GXrc00deHQQ1+kmZm3WNKIpUBBe+ J7BiUWCT5gFyLXruM0m5xuto2skQmg6jB1wrrNzpjbeZAUbuHEGw81cEnh2b6WkclnvKBjCKYXqV/ M6irso91cIfp3ZmmbBMA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o4SZh-00GUf5-Tv; Thu, 23 Jun 2022 19:33:10 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o4SYe-00GUHM-Hg for linux-arm-kernel@lists.infradead.org; Thu, 23 Jun 2022 19:32:06 +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 ams.source.kernel.org (Postfix) with ESMTPS id 45825B82506; Thu, 23 Jun 2022 19:32:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3ABF1C341C7; Thu, 23 Jun 2022 19:32:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656012722; bh=jg/uIMIqg47hP4/EMnQZrRWxT+ai3XhzXUqDu3I23cI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bARf/bcgQoBJVXsViUvJBe3VvYi7ogIBFt8aLDCD2m45nNyNVxq+qXb6asERCB3rH w5TriUzXcDVYED3sn5jGePK8Z1ahU5deKodfdY7B368j40Dq0iCDxv/hqeM2/PGRMc 52o6w2JgvVDcUHKhQTJnUdMmim4ocx5xpK4XuHsMEsED6hJakLkxJ9qibpPA511q+W 2nTfDskV+MVA67+nF1CElub/KSMSFjGHp638o+gPX1zkFhqmuvIN84PlHeyvE4j+AJ mFoe7kTToLips2rhWJOL44qa+0b2FMvJpyT6QAWyf+gR8T812Cm0IXb4tj8E5lA9Pu 7JfvXnsoTKz4Q== From: Will Deacon To: Joey Gouly , linux-arm-kernel@lists.infradead.org Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , masahiroy@kernel.org, keescook@chromium.org, vincenzo.frascino@arm.com, nd@arm.com Subject: Re: [PATCH v5 0/4] Enable orphan-handling=warn for VDSO Date: Thu, 23 Jun 2022 20:31:36 +0100 Message-Id: <165599490010.2981267.16527411449008324845.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220510095834.32394-1-joey.gouly@arm.com> References: <20220510095834.32394-1-joey.gouly@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220623_123204_762673_C7217784 X-CRM114-Status: GOOD ( 10.51 ) 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="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 10 May 2022 10:58:30 +0100, Joey Gouly wrote: > This small series enables the orphan-handling linker flag for the VDSO. > This could catch subtle errors if features that use special sections are > introduced into the VDSO implementation. > > Tested by running the VDSO self tests. > Tested building with LLVM LLD and Binutils LD linkers. > > [...] Applied to arm64 (for-next/vdso), thanks! [1/4] arm64: vdso: put ELF related sections in the linker script https://git.kernel.org/arm64/c/b87d34ca60ce [2/4] arm64: vdso: enable orphan handling for VDSO https://git.kernel.org/arm64/c/e0ab20b20a1b [3/4] arm64: vdso32: put ELF related sections in the linker script https://git.kernel.org/arm64/c/eeec7223b697 [4/4] arm64: vdso32: enable orphan handling for VDSO https://git.kernel.org/arm64/c/9d4775b332e1 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel