From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 187F23858D35 for ; Wed, 28 Jun 2023 14:48:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 187F23858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="6.01,165,1684828800"; d="scan'208";a="10215099" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 28 Jun 2023 06:48:05 -0800 IronPort-SDR: LpMh4o9SuU3LVkbnZ/BNAWNo4YFa+svZjaqub8y7F51lSaO3bVNZ69d9ryBGMgiUBhyMzLyeCZ JK5Wzp/uc9XY/AttlYa+KrfOmpdecxr/Z0fB2yRZLevYbP+jtWiPssCjQgxTHYy7E2HoK2JngX j0CPSERh1kGXbVoPg4u+5P7eiYhzgzkPcNI5yNsi+2PuuKyiIwtmwEuiFMdcih4Z1u6ZEyr8ln +Tr5y2yDWMpTX0Ud4nSzax+ITY4KZkMG7xBtw0NfQY4vMek7HQFM9MaRpBXtN1alVcGq7husdG GBE= Date: Wed, 28 Jun 2023 14:48:01 +0000 From: Joseph Myers To: =?ISO-8859-15?Q?Fr=E9d=E9ric_B=E9rat?= CC: , Subject: Re: [PATCH v3 01/16] Allow glibc to be built with _FORTIFY_SOURCE In-Reply-To: <20230628084246.778302-2-fberat@redhat.com> Message-ID: References: <20230628084246.778302-1-fberat@redhat.com> <20230628084246.778302-2-fberat@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-1152306461-1148519308-1687963681=:21536" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3111.8 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: ---1152306461-1148519308-1687963681=:21536 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 8BIT On Wed, 28 Jun 2023, Frédéric Bérat via Libc-alpha wrote: > diff --git a/NEWS b/NEWS > index 709ee40e50..027506a44c 100644 > --- a/NEWS > +++ b/NEWS > @@ -502,6 +502,9 @@ Major new features: > * The audit libraries will avoid unnecessary slowdown if it is not required > PLT tracking (by not implementing the la_pltenter or la_pltexit callbacks). > > +* Glibc now supports to be built with _FORTIFY_SOURCE. The value is undefined > + for parts of the library that can't be built with it. My comment on the previous version of the series still applies: this is the wrong section of NEWS, you need to put it in the NEWS section for the *next* release, not an old release. -- Joseph S. Myers joseph@codesourcery.com ---1152306461-1148519308-1687963681=:21536--