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 165011F463 for ; Fri, 20 Dec 2019 03:56:33 +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=j0MozOMSqKkbShl9 1Bj+vGqRgqNohlsYr49KxGQC4WgX9+i47miAKa2hfRlCPMfHEoHup6fPUg0QVqtB jH6uaQIEOCP8SS210Be43cYVSzY5u2F1oQ+IGy0e7UFPzeqzP2wW2kGIxgbsUfim wEBkcovTGiLD0BjE9JjP+XfWiiI= 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=VuKdZ+gKYlVGJSMwfYJurx obyZI=; b=rbj+Rf3HQ4yRMhOdqPtFDd00ggENTGbkF0ADkaWEDySlXSPkGjulvb /ornexUrOJUeqr7o/E6gh32yXOz8wPgFBw5gL3ySJXcmYYkAM5x6+JJMR26sCu6+ ESfLOj3uhv4qFv8+vTpycwgfF5jFuYhLWrrqrz1q7BYZBBME9sy/M= Received: (qmail 111148 invoked by alias); 20 Dec 2019 03:56:30 -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 111138 invoked by uid 89); 20 Dec 2019 03:56:30 -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=1576814187; 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=3GkVIKzwlzCXH/f4mET2B7KFY+Iq0LzZ7V8q4B4rOpc=; b=Up8xqnaiRcBrtBaEq52ZTTgLV8iqu1YhSjD7gKtrec8gqMWqNoAo0dlOdpbpjQOMydklDW zM2+eZzvtKo3Kh2fcT1npSWm6SPNb+mJzqq2hkXTqQyxWKBJRnMjgaULJqfzWkq+hpFbi8 IJjcmED0brr15GeQ7g33Quw6RqQgWbQ= Subject: Re: 2.31: < 2 weeks to go To: Siddhesh Poyarekar , GLIBC Devel , Arjun Shankar , Chung-Lin Tang References: <0645ee7d-59c9-cb2f-ebe5-ef613c8094cf@gotplt.org> From: Carlos O'Donell Message-ID: <3ba1511a-94ac-6b43-0288-1ef157796fba@redhat.com> Date: Thu, 19 Dec 2019 22:56:22 -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: <0645ee7d-59c9-cb2f-ebe5-ef613c8094cf@gotplt.org> X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 12/19/19 10:35 PM, Siddhesh Poyarekar wrote: > Hello folks, > > Less than two weeks to go for 2.31 freeze. I intend to announce a > freeze on 31st December around afternoon IST. Here's a reminder that if > you'd like your patchset considered for inclusion during the freeze, it > needs to be in the blockers list on the release page[1]. Please cc me > in patch pings if you haven't been able to get reviews and need attention. > > Siddhesh > > [1] https://sourceware.org/glibc/wiki/Release/2.31 > Arjun, I think your gconv cleanup should go on this list. We've been reviewing this code internally and externally and it really helps with the converter hangs. I'll look at reviewing this after I get done the Mentor Graphics review for ld.so sorting. 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! -- Cheers, Carlos.