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 80C131F463 for ; Fri, 27 Dec 2019 12:39:22 +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=uAlZ+VRrV+ukD7r0 bEsjQds//s3GaYuuVbcKw+rosWjRo43aN0PoecNhIB6CnW9PX3eoeF3EARErWxak VItXKZ1OndtzYALvjKfOFqWroJ5RTYHkeVTYlBl1sZ57JAi7bWF+q6SlkDPH72X2 D14YyvZN8/9n1smdmCrznlFIwf0= 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=lXW4QYpwKuUq8T7/babT1A Q5GWo=; b=mgWKs3MZjK+2wA4DBnj+NDpVyHXMWnVEPTHiddFHy9QR1Ko8oflFRs OpRRXYPYUfLCRX2pc2nvdxegdo5UmXoBzOOSv4Nq4lGhsjTzAjORkTRM9tlpCjak eQs7pc4Ffg6VcLUJdy/Tx17nJriQ7iagJwgRtHZAaWaYp/agzQGGA= Received: (qmail 83990 invoked by alias); 27 Dec 2019 12:39:20 -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 83982 invoked by uid 89); 27 Dec 2019 12:39:20 -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=1577450356; 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=0ZDuWvTkNC8+VXz8FuMPH0Z/8Kf+bfJKBIo1/8ny97c=; b=A5UqyYiK5hff2bp8Gt93U5DvvY9SvotkMoU3m8BDwgZTorf+V5+C7XVAGme039gR8eMTKO z0yBfy1W95+XBY6/cGp+pTqY+6AsRMYpJV7eblsDdIXVrp5Xq4aOQ2KjbQoYbIhIMl4Mcj DXhvrOdLp5Gdd6oq/XKeidMaXxq1hkE= 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: <529a33e9-8e29-4c8c-3354-692016f015f2@redhat.com> Date: Fri, 27 Dec 2019 07:39:12 -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. Just posted my review notes: https://www.sourceware.org/ml/libc-alpha/2019-12/msg00753.html Thank you for your patience. -- Cheers, Carlos.