From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cyan.elm.relay.mailchannels.net (cyan.elm.relay.mailchannels.net [23.83.212.47]) by sourceware.org (Postfix) with ESMTPS id C02BA386F419 for ; Wed, 10 Mar 2021 10:14:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C02BA386F419 X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 1E3941E2C69; Wed, 10 Mar 2021 10:14:20 +0000 (UTC) Received: from pdx1-sub0-mail-a30.g.dreamhost.com (100-105-161-82.trex.outbound.svc.cluster.local [100.105.161.82]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id AFA291E2F07; Wed, 10 Mar 2021 10:14:18 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a30.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.105.161.82 (trex/6.0.2); Wed, 10 Mar 2021 10:14:20 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Cellar-Troubled: 578b91f92055e1ef_1615371259946_600144948 X-MC-Loop-Signature: 1615371259946:4070558479 X-MC-Ingress-Time: 1615371259945 Received: from pdx1-sub0-mail-a30.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a30.g.dreamhost.com (Postfix) with ESMTP id 6F6DF7F049; Wed, 10 Mar 2021 02:14:18 -0800 (PST) Received: from rhbox.intra.reserved-bit.com (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a30.g.dreamhost.com (Postfix) with ESMTPSA id 04BAE7E6BA; Wed, 10 Mar 2021 02:14:16 -0800 (PST) X-DH-BACKEND: pdx1-sub0-mail-a30 From: Siddhesh Poyarekar To: libc-alpha@sourceware.org Cc: fweimer@redhat.com Subject: [PATCH v2 0/3] Clean up stack-protector-all build Date: Wed, 10 Mar 2021 15:43:57 +0530 Message-Id: <20210310101400.3904724-1-siddhesh@sourceware.org> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3486.9 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_NONE, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 10:14:23 -0000 This series of patches cleans up state for when glibc is configured with --enable-stack-protector=3Dall. Now tests for this build configuration runs clean with the exception of tst-reload2, which is an unrelated issue: https://sourceware.org/bugzilla/show_bug.cgi?id=3D27537 Changes from v1: - Added David Hughes' patch - Restrict disabling stack protector for get-cpuid-feature-leaf.c to the static object and consolidate the tst-ifunc-isa fix with it. - Add a comment describing elide-stack-protector David Hughes (1): Add inhibit_stack_protector to ifuncmain9 [BZ #25680] Siddhesh Poyarekar (2): Build get-cpuid-feature-leaf.c without stack-protector [BZ #27555] Build libc-start with stack protector for SHARED Makeconfig | 8 ++++++++ csu/Makefile | 22 ++++++++++++---------- elf/Makefile | 4 ---- elf/ifuncmain9.c | 1 + sysdeps/x86/Makefile | 2 ++ sysdeps/x86/tst-ifunc-isa.h | 2 ++ 6 files changed, 25 insertions(+), 14 deletions(-) --=20 2.29.2