From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from camel.birch.relay.mailchannels.net (camel.birch.relay.mailchannels.net [23.83.209.29]) by sourceware.org (Postfix) with ESMTPS id 92CBC3858D1E for ; Thu, 10 Feb 2022 06:33:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 92CBC3858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 01C6F20C71; Thu, 10 Feb 2022 06:33:13 +0000 (UTC) Received: from pdx1-sub0-mail-a306.dreamhost.com (unknown [127.0.0.6]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 9CB5120D38; Thu, 10 Feb 2022 06:33:12 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a306.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.115.218.24 (trex/6.4.3); Thu, 10 Feb 2022 06:33:12 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Zesty-Bitter: 63a24c105785b66e_1644474792893_3378034317 X-MC-Loop-Signature: 1644474792892:1538314893 X-MC-Ingress-Time: 1644474792892 Received: from [192.168.196.116] (unknown [106.220.173.52]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a306.dreamhost.com (Postfix) with ESMTPSA id 4JvRlC02rYznh; Wed, 9 Feb 2022 22:33:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gotplt.org; s=gotplt.org; t=1644474792; bh=frEPUWc2R+Znfu2JwGQ3jhajWeA=; h=Date:Subject:To:Cc:From:Content-Type:Content-Transfer-Encoding; b=muJBK4ckBEuWxG4OPNnsuetLcZF4/g+gB4FuGSG9WzItbRFgF6VPGzdrzCvkWhkXl 7FspG4Oa/x16wLdEfgYJU5lSjE4alAOHbYy3CpsmZDYuoFTUTaSCo0XDM7bH9gaPFt U4v8f3riIK50U2px/I5WTYxMFrcyms1Nbfvj38xs= Message-ID: <6fbae901-8fe2-3228-89b0-2b709735fa1a@gotplt.org> Date: Thu, 10 Feb 2022 12:03:06 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 Subject: Re: Retrospective on glibc 2.34 and glibc 2.35 release. Content-Language: en-US To: Stafford Horne , Carlos O'Donell Cc: libc-alpha References: From: Siddhesh Poyarekar In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3029.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2022 06:33:17 -0000 On 10/02/2022 06:39, Stafford Horne via Libc-alpha wrote: > > Do we see any possiblity to sync our 1-month phase with a stable GCC period? > Stable is a bit far out (around April) but a mid-Jan freeze as I suggested in the earlier email will end up syncing with stage 4, which I suppose is not that far worse than stable. That would be a good second reason to shift our release timelines by 15 days from the current timelines, giving us a whole month to test with a stage 4 gcc. Thanks, Siddhesh