From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 4B0B21F463 for ; Wed, 27 Nov 2019 15:20:35 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=J4n4YK91uU11pQ7f aNLqSU0N0orX1JccYXiCcChLU23YZMSjb3su8pMXhPwekWZERmymsbJsn/SSM5GY uX96ZF50R9I3rizve1/cO864KsSAQuSauwiWtwGDnIdMMUJ+YmQXoO1hfvQ/+YO8 WpaYrcig84D1GTTB5941aPfyT8g= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=R1Jc/zu2Jh3iCg3JQYE8Hz FJdGg=; b=BqxSe706g3ywWvQoOeU100pBPey0HLCA3jD19uzSIJ4zD2auMJr6/J Rdo6QWbNuB33htmkdq++sDkGd/D32IA55Og0XqzMjz5S4EHap+Oa6Nb1W0ft2saA bzhfC3GoYuOFuqllFeobing3Y+t4NeqschiFnywAr4OKORrghGr5w= Received: (qmail 95943 invoked by alias); 27 Nov 2019 15:20:33 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 95935 invoked by uid 89); 27 Nov 2019 15:20:32 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574868030; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DfHIRk9QQFVf75MICbDsIHCK3Pep1koR03MTmGAtGO0=; b=JzOCu+ZhDGlEIbNxpHWKVYDrjTwOmhosY35fU6Zs0BxMQA0LjnI5gMM7QTxURD8Ie7kNWP IGvzMqOHWdjQqNcaQXFtGxEgknK0s+mbYDAa/oemLUHcsC8yfO48qlc/syYDPzopjpGgVY 1AsD9cBoCjlMDTeX0kQ1ar+IEwR00vM= Subject: Re: Ping x2 Re: [PATCH 1/2][RFC] #17645, fix slow DSO sorting behavior in dynamic loader To: cltang@codesourcery.com, GNU C Library References: <2dea2558-c711-eab5-3728-be4986b7aad5@mentor.com> <8588322f-6391-7d6a-6b2e-f2cc05419622@mentor.com> <55008c83-b935-c1b0-1166-2df97d1715b6@redhat.com> <65a2cd71-8ad5-9122-a8cc-a54e8fbe89b5@mentor.com> <1d9f8b04-3133-0e4f-c8a8-ff202db1339c@mentor.com> <8289c6ba-5877-a43d-e989-1610f586aa84@mentor.com> From: Carlos O'Donell Message-ID: <10bf7a24-9958-71cb-2a43-0aaa92c0e22c@redhat.com> Date: Wed, 27 Nov 2019 10:20:25 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <8289c6ba-5877-a43d-e989-1610f586aa84@mentor.com> X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 11/26/19 3:19 AM, Chung-Lin Tang wrote: > On 2019/11/26 3:08 AM, Carlos O'Donell wrote: >> On 11/25/19 4:19 AM, Chung-Lin Tang wrote: >>> Ping? >> >> Thanks. This is stuck behind one more patch I'm reviewing >> for the higher priority (to me) NODELETE rollback fixes. > > No problem, thanks for giving the time. OK, I just finished the NODELETE patch review yesterday so I'm flipping back to this today. -- Cheers, Carlos.