From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from antelope.elm.relay.mailchannels.net (antelope.elm.relay.mailchannels.net [23.83.212.4]) by sourceware.org (Postfix) with ESMTPS id A904B3857C7D for ; Thu, 5 Nov 2020 04:35:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A904B3857C7D 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 B70E17E0A81; Thu, 5 Nov 2020 04:35:41 +0000 (UTC) Received: from pdx1-sub0-mail-a72.g.dreamhost.com (100-96-22-112.trex.outbound.svc.cluster.local [100.96.22.112]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 3A79F7E09DC; Thu, 5 Nov 2020 04:35:41 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a72.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.10); Thu, 05 Nov 2020 04:35:41 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Harmony-Wipe: 63d3bf254404ef05_1604550941489_2963183838 X-MC-Loop-Signature: 1604550941489:1892039427 X-MC-Ingress-Time: 1604550941488 Received: from pdx1-sub0-mail-a72.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a72.g.dreamhost.com (Postfix) with ESMTP id 002267EBF1; Wed, 4 Nov 2020 20:35:40 -0800 (PST) Received: from [192.168.1.111] (unknown [123.252.202.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a72.g.dreamhost.com (Postfix) with ESMTPSA id 2EC907E686; Wed, 4 Nov 2020 20:35:38 -0800 (PST) Subject: Re: [PATCH] Remove __warn_memset_zero_len [bz #25399] To: Florian Weimer Cc: Jakub Jelinek , libc-alpha@sourceware.org, sguelton@redhat.com References: <20201104090547.1376086-1-siddhesh@sourceware.org> <87o8kd4gyq.fsf@oldenburg2.str.redhat.com> <20201104093619.GR3788@tucnak> <87d00t4fze.fsf@oldenburg2.str.redhat.com> <878sbh4f90.fsf@oldenburg2.str.redhat.com> X-DH-BACKEND: pdx1-sub0-mail-a72 From: Siddhesh Poyarekar Message-ID: <871a574b-42a1-eace-91af-b08ef3553544@sourceware.org> Date: Thu, 5 Nov 2020 10:05:20 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <878sbh4f90.fsf@oldenburg2.str.redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_NONE, KAM_DMARC_STATUS, NICE_REPLY_A, 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: Thu, 05 Nov 2020 04:35:44 -0000 On 11/4/20 3:26 PM, Florian Weimer via Libc-alpha wrote: > Eh, right. The __warn_memset_zero_len symbol is currently not part of > libc_nonshared.a. (Our downstream build of 2.17 still has it, but the > one based on 2.28 does not, due to a different GCC version being used.) > So there is no new backwards compatibility impact from remove the > __warndecl stuff. I have pushed this now. Siddhesh