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, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,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 7F7351F463 for ; Tue, 7 Jan 2020 19:29:25 +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=vspof0KeiHIZnm0Z zfN7S2B1heLRnmBvKDj6heTrQRwz+CuEYLTcc0jkv0OSRM0MycLAogr3yxixnjmU e3u+glvIkfEL9vhgnhtecjWosck1Vmmsq2IST/sWCSS6c38mioh3uFTOyhWhsoCc gs3eAsreQFlSMXpykcpT9IGmTPk= 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=Lvfv3T0/EfcU0NWMTWm8vZ 3y3s8=; b=BK/OA8l26beTeQccHJBtunW0h6jexkRCLd01dv0g4VZdZ30J6OzqiB 0vYB4P+XHLA4sA4y6MaYCAgmoitpGXulEbll3TQohvuvmL7pthrwA2p25TqFqAzf e1T6Ui39OLvJGV11dIhkQh2058wG6tftwcRweXKhLUJbLcrugE2wI= Received: (qmail 12225 invoked by alias); 7 Jan 2020 19:29:23 -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 12217 invoked by uid 89); 7 Jan 2020 19:29:22 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: us-smtp-delivery-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578425360; 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=YIo66eSr9cc2kmIbM9AOk6aSgZawhnZNrpGXT+ndZes=; b=UFWYyavYDUJYWdDFfr5OZLFuePMhkv0zA7d0L8Gt9FUe6I4qFpzY98fE5V44cXWdFHk7+E 2SjyDSBZztGpaekZ90nxOpzEy2Ji0HaKiIPvL8iMC5UsVmR11JnmcMRcWr8SsiyM4cn5dd jdLbTJV3Sq1g2oaFwR26Z5eqZvv3XA4= Subject: Re: 2.31: < 2 weeks to go To: cltang@codesourcery.com, Siddhesh Poyarekar , GLIBC Devel , Arjun Shankar References: <0645ee7d-59c9-cb2f-ebe5-ef613c8094cf@gotplt.org> <3ba1511a-94ac-6b43-0288-1ef157796fba@redhat.com> <31d7e687-c427-6226-e40c-04561651786e@mentor.com> From: Carlos O'Donell Message-ID: <389ff45e-04cf-dd17-3400-1d6f412e920f@redhat.com> Date: Tue, 7 Jan 2020 14:29:14 -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: <31d7e687-c427-6226-e40c-04561651786e@mentor.com> X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 12/24/19 9:36 AM, Chung-Lin Tang wrote: > On 2019/12/20 12:56 PM, Carlos O'Donell wrote: >> Chung-Lin, >> >> I suggest you also put the dynamic loader improvements on the blocker >> list. I've been look at these for months, and I haven't found anything >> really wrong with them. I need to post my review writeup, but I keep >> getting blocked. I'm going to do that either tomorrow or next week. > > Thanks! I just added it to the 2.31 release Wiki page. I finished my review, but in hindsight I've seen at least one odd sorting which worries me, and so I think we need to move this to early 2.32. We should keep moving the review forward and aim to commit early in February. This gives us the biggest window for finding problems. In summary: - Move ld.so improvements to 2.32. - Aim to commit them in February. Chung-Lin, Would you like to split up the work a bit? I could take a look at expanding the python syntax? -- Cheers, Carlos.