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 7E8961F463 for ; Mon, 6 Jan 2020 16:18:52 +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:message-id:subject:from:to:cc:date:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=fFde4MEBmB9MS6+XZ6IMX0OhEbObeatcuuysxI7oTfG s5wpBhqlU7NgPldMOz+BSAM+pd4tmUHr9MjrVS9bwH0XbbVRV/jtDsPuZtDQgZ2b QGpY6q6jpK9sg6vINQzUrGsACs81SK0KBD4NuXS4em2JYjYDutoJIe5hVpGw9Wuo = 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:message-id:subject:from:to:cc:date:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=WrjrwPL+/n6P9CyIHrIRo41iFnc=; b=X86dKOVvNQFlnyA/H aidssaB2P7cQrFqgRk/P8kVAwpVCxUEKlOLH2GKykHIaMXybPW28KmmhXGxhe3dd TOuPbEc1JgWyqy+nhTmGlwRv2H6OPsw1h6OaxIaXGv1caTo98C+Ut+vIOYAbZ+TS g+cFo4ieo3LvxK3XCm5vD+U3tY= Received: (qmail 71837 invoked by alias); 6 Jan 2020 16:18:50 -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 71829 invoked by uid 89); 6 Jan 2020 16:18:49 -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=1578327527; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mUiGKKEzrD40FY+QPibVC8caG/OsxepYqtg5G6/cW2o=; b=FwT0NKE+ukItMdusEX/rcp2ahgRqex45BZR/Bq3bUhv7RESBiv5CSYj8X0M38u0fCohCeU rXTdjywQKD7jZBBTC7T2hl3732qhyH0gscSJu4YBzj3ZL2Aww3wr6x4rLllHLXyVB6vdit Xz6qZ5D0saek/BDKJCJ+8oM6TUaiEBU= Message-ID: <2d573c17c8bdcc8273e789261542df1b4533b59d.camel@redhat.com> Subject: Re: 2.31: glibc master is now kinda, sorta, frozen From: Arjun Shankar To: Siddhesh Poyarekar , GLIBC Devel Cc: Adhemerval Zanella , cltang@codesourcery.com, Carlos O'Donell Date: Mon, 06 Jan 2020 17:18:39 +0100 In-Reply-To: References: User-Agent: Evolution 3.32.4 (3.32.4-1.fc30) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hi Siddhesh, > - iconv: rewrite option parsing > https://sourceware.org/ml/libc-alpha/2019-12/msg00613.html > > Arjun, how's this going? I see a v2 but no reviews. I'll review this > on Thursday if nobody gets to it by then. Florian has reviewed earlier versions of it with me, and it has two tests which exercise the front end. Given this, I feel pretty confident about the patch, overall. I'm just waiting for reviews to come in on libc-alpha, and then I'll get to work on a follow-up or check-in depending on the response(s). Carlos is planning on reviewing it, so I should have some feedback soon. Of course, I'll be happy to have your review if you have time to spare. Cheers, Arjun