From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bird.elm.relay.mailchannels.net (bird.elm.relay.mailchannels.net [23.83.212.17]) by sourceware.org (Postfix) with ESMTPS id 7A4FD3888C5C for ; Fri, 23 Jul 2021 11:18:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7A4FD3888C5C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org 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 2079734212B; Fri, 23 Jul 2021 11:18:40 +0000 (UTC) Received: from pdx1-sub0-mail-a47.g.dreamhost.com (100-96-11-33.trex-nlb.outbound.svc.cluster.local [100.96.11.33]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 93917342011; Fri, 23 Jul 2021 11:18:39 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a47.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.11.33 (trex/6.3.3); Fri, 23 Jul 2021 11:18:40 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Exultant-Wiry: 047dfc2340d8fb76_1627039119843_4110073131 X-MC-Loop-Signature: 1627039119842:4087095534 X-MC-Ingress-Time: 1627039119842 Received: from pdx1-sub0-mail-a47.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a47.g.dreamhost.com (Postfix) with ESMTP id 3EB338BC45; Fri, 23 Jul 2021 04:18:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :cc:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=MdrQcH +nbwIv6ep3MfyEhm/557k=; b=Nzm/DcLUcPSsoInTBI//BkfBHJ9cp/l+j8IUjZ BUPPbLGOJ/TI9ibhT99WBkPWpU3nzC+wbSVBFB0FEIE4MC2bmBSNAegVpCxZZU9R 4vi055wQzHQUsbC4+2jTpN21/5/5jQcG2Ksz4eyvwedO+gO0D4ja7jmIpd8iTp29 gzyp8= Received: from [192.168.1.143] (unknown [1.186.101.110]) (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-a47.g.dreamhost.com (Postfix) with ESMTPSA id 688A68175F; Fri, 23 Jul 2021 04:18:35 -0700 (PDT) Subject: Re: tst-interpose-static-thread-{m,malloc-}check linking statically? To: Samuel Thibault Cc: libc-alpha@sourceware.org, DJ Delorie References: <20210721190428.dfnqd4lpqdpohy2a@begin> <41e663cf-208d-4d9d-a8eb-351163d6e168@email.android.com> <20210722183603.oyhlseeauavd2toa@begin> <17363f16-77d7-ec99-606e-667ff3c4c410@gotplt.org> <20210723074548.35dd5wag7co5jden@begin> X-DH-BACKEND: pdx1-sub0-mail-a47 From: Siddhesh Poyarekar Message-ID: <90cda103-d121-5973-5d84-e0697edafa65@gotplt.org> Date: Fri, 23 Jul 2021 16:48:30 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210723074548.35dd5wag7co5jden@begin> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3029.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Fri, 23 Jul 2021 11:18:44 -0000 On 7/23/21 1:15 PM, Samuel Thibault wrote: >> Excluding all static tets, like this: >> >> https://patchwork.sourceware.org/project/glibc/patch/20210722140115.2911835-1-siddhesh@sourceware.org/ >> >> Could you please see if the above patch fixes it for you? > > Yes, that fixes it! Thanks for confirming, could you please review the patch too? I can then push it since it is a bug fix and doesn't impact ABI. Siddhesh