From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hera.aquilenet.fr (hera.aquilenet.fr [IPv6:2a0c:e300::1]) by sourceware.org (Postfix) with ESMTPS id 3298B385782B for ; Tue, 19 Jan 2021 12:44:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3298B385782B Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id E1F81459; Tue, 19 Jan 2021 13:44:02 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T1RmlNSeafpf; Tue, 19 Jan 2021 13:44:02 +0100 (CET) Received: from begin (unknown [IPv6:2a01:cb19:956:1b00:de41:a9ff:fe47:ec49]) by hera.aquilenet.fr (Postfix) with ESMTPSA id EBBD19D; Tue, 19 Jan 2021 13:44:01 +0100 (CET) Received: from samy by begin with local (Exim 4.94) (envelope-from ) id 1l1qMa-00Ds3g-KB; Tue, 19 Jan 2021 13:44:00 +0100 Date: Tue, 19 Jan 2021 13:44:00 +0100 From: Samuel Thibault To: "H.J. Lu" Cc: Adhemerval Zanella , GNU C Library , bug-hurd@gnu.org, Thomas Schwinge , Joseph Myers Subject: Re: [PATCH] Hurd: Add rtld-strncpy-c.c Message-ID: <20210119124400.jj535wvskksgvkx7@begin> Mail-Followup-To: "H.J. Lu" , Adhemerval Zanella , GNU C Library , bug-hurd@gnu.org, Thomas Schwinge , Joseph Myers References: <20210119000402.koywpx2l2hhhhem4@begin> <20210119002105.g3o6hbu4c3gg37yn@begin> <20210119002455.z5xhus2v4vjj44jx@begin> <20210119090221.7rbgyr5tzqgq2dfv@begin> <76eb0ae0-ea82-a5ff-09ea-fe3f4d8e1a7c@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-Spamd-Bar: -- X-Rspamd-Server: hera X-Rspamd-Queue-Id: E1F81459 X-Spamd-Result: default: False [-2.50 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FREEMAIL_ENVRCPT(0.00)[gmail.com]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_FIVE(0.00)[6]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; FREEMAIL_TO(0.00)[gmail.com]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, KAM_DMARC_NONE, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_SOFTFAIL, 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: Tue, 19 Jan 2021 12:44:05 -0000 H.J. Lu via Libc-alpha, le mar. 19 janv. 2021 04:35:09 -0800, a ecrit: > On Tue, Jan 19, 2021 at 4:26 AM Adhemerval Zanella > wrote: > > On 19/01/2021 09:21, H.J. Lu via Libc-alpha wrote: > > > On Tue, Jan 19, 2021 at 1:02 AM Samuel Thibault wrote: > > >> H.J. Lu via Libc-alpha, le lun. 18 janv. 2021 18:24:48 -0800, a ecrit: > > >>> On Mon, Jan 18, 2021 at 4:40 PM H.J. Lu wrote: > > >>>> On Mon, Jan 18, 2021 at 4:24 PM Samuel Thibault wrote: > > >>>>> More precisely, I don't see why hurd should be doing anything special > > >>>>> while everything is already taken care of by elf/Makefile's librtld.map > > >>>>> file scripts. > > >>>> > > >>>> I am taking a look. > > >>> > > >>> Try this. I have no idea if it really works on hurd. > > >> > > >> It is working indeed. > > > > > > Should I check it in? > > > > > > > Yes please, the loader should not use ifunc on its own string usage and > > it is a build issue. > > Done. Thanks!