From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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-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-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy=HX-Languages-Length:517 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= Return-Path: 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 15:20:00 -0000 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 X-SW-Source: 2019-11/txt/msg00889.txt.bz2 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.