From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from insect.birch.relay.mailchannels.net (insect.birch.relay.mailchannels.net [23.83.209.93]) by sourceware.org (Postfix) with ESMTPS id AB02A383E83D for ; Thu, 22 Jul 2021 02:09:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AB02A383E83D 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 81B1F341AA2; Thu, 22 Jul 2021 02:09:11 +0000 (UTC) Received: from pdx1-sub0-mail-a9.g.dreamhost.com (100-96-16-89.trex.outbound.svc.cluster.local [100.96.16.89]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id AEF7A341F66; Thu, 22 Jul 2021 02:09:10 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a9.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.16.89 (trex/6.3.3); Thu, 22 Jul 2021 02:09:11 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Obese-Eight: 5429e16510a50643_1626919751310_125553914 X-MC-Loop-Signature: 1626919751310:1226348798 X-MC-Ingress-Time: 1626919751309 Received: from pdx1-sub0-mail-a9.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a9.g.dreamhost.com (Postfix) with ESMTP id 6F47086AFD; Wed, 21 Jul 2021 19:09:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:from :to:cc:references:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=sna4ZG 3g/w5472PQeLvm7do6rcY=; b=uY67f2u+pGDzGa3tH/zzDKVIduf6IfrlATvnpU V8RCnF/lCfCyMb8Pk5MfR5wW7PCFZSuMtvhgd+x5kgRDE2rAUYd05NWHHhhVEHI4 cnXqW30/hquv5fhtQoslkj0V7zOT4xaaIwoxa3XvcaqEHq7/PzpHiZllOOYlzQmF dn+lc= Received: from [192.168.1.142] (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-a9.g.dreamhost.com (Postfix) with ESMTPSA id D4A7786931; Wed, 21 Jul 2021 19:09:06 -0700 (PDT) Subject: Re: tst-interpose-static-thread-{m,malloc-}check linking statically? X-DH-BACKEND: pdx1-sub0-mail-a9 From: Siddhesh Poyarekar To: Samuel Thibault Cc: libc-alpha@sourceware.org, DJ Delorie References: <41e663cf-208d-4d9d-a8eb-351163d6e168@email.android.com> Message-ID: Date: Thu, 22 Jul 2021 07:39:01 +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: <41e663cf-208d-4d9d-a8eb-351163d6e168@email.android.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3029.5 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, 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: Thu, 22 Jul 2021 02:09:14 -0000 [resending to list; I forgot that libc-alpha drops html emails] On 7/22/21 2:48 AM, Siddhesh Poyarekar wrote: > On 22-Jul-2021 00:34, Samuel Thibault via Libc-alpha wrote: >> >> tl;dr: I believe we want the patch below? AIUI the >> tst-interpose-static-{no,}thread-{m,malloc-}check tests are supposed to >> be linked completely statically? > > > Those tests ought to be removed when malloc hooks get dropped since mcheck and malloc-check won't work with static libraries. > > Siddhesh > >