From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 5F6DC3858D37 for ; Sat, 30 Jul 2022 19:03:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5F6DC3858D37 Received: from mail-qk1-f198.google.com (mail-qk1-f198.google.com [209.85.222.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-641-qgyfSPaCNiSMIHQHKopKxg-1; Sat, 30 Jul 2022 15:03:31 -0400 X-MC-Unique: qgyfSPaCNiSMIHQHKopKxg-1 Received: by mail-qk1-f198.google.com with SMTP id x22-20020a05620a259600b006b552a69231so6114158qko.18 for ; Sat, 30 Jul 2022 12:03:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:organization:in-reply-to :content-transfer-encoding; bh=NB1BCfbgXLlvImh3pvhq4LKiSBdsrPNt1OUZKKA3IVE=; b=xY9+4vV7xBJZj03lsWt992cpXECRp4BhyKIG6GYjWLAdnBd77IYI/VRPEMaE3JbslK k6s2ajY+V7UpOXXnAnCA0qf0CKZelm/ZWJWRDSqn97y95lQL1y1T3SepnTnOEI3sOjqQ TC/6IlzFTf7iidHZMBfMsRF3BGxjhkumlZeSqo9u5/OzDo98r4WKRcF8MqDwb6x1T1jO SrDjh6PqdWX1yT3kixTEUxpYYvSKMiKYyAQB98TiBW5xC2tzvaUZp9zb23iXPBEuSjOI wtUMNeUHrP+zkLrU4/WJjcH031Bddn/e9DBUeLzPN4eUs0/EgORLMt7x8gLBB4GJTRKD 9oWg== X-Gm-Message-State: AJIora/FvaEdkZMMhRos2THP4iAHd1D7jL6lEevWZTZmF2mbjnIlotV2 jH+5MsZv6+UgdGIpvaVyytD+CWBUhxufRwtMhvfA9pktJd5otHyBPBTjPYkM5WPNyhN5nWCjy6l H+jssSP/zk5MFPkGCCpWR X-Received: by 2002:a05:620a:2701:b0:6b5:e62e:a228 with SMTP id b1-20020a05620a270100b006b5e62ea228mr7093204qkp.600.1659207811338; Sat, 30 Jul 2022 12:03:31 -0700 (PDT) X-Google-Smtp-Source: AGRyM1uhY8/mQzM7DvEJKaEecUnqn0dp29yGZ90ix1EyncTorU/x+Br0MsY0RJ5Ry2OHLDabWAOqWQ== X-Received: by 2002:a05:620a:2701:b0:6b5:e62e:a228 with SMTP id b1-20020a05620a270100b006b5e62ea228mr7093188qkp.600.1659207811079; Sat, 30 Jul 2022 12:03:31 -0700 (PDT) Received: from [192.168.0.241] (192-0-145-146.cpe.teksavvy.com. [192.0.145.146]) by smtp.gmail.com with ESMTPSA id h10-20020ac8514a000000b0031edf7a3939sm4017972qtn.19.2022.07.30.12.03.29 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 30 Jul 2022 12:03:30 -0700 (PDT) Message-ID: <89d1735c-4da6-810d-377e-c3045f0a8d7d@redhat.com> Date: Sat, 30 Jul 2022 15:03:29 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: glibc 2.36 release and branch freeze. To: Yann Droneaud , libc-alpha , Adhemerval Zanella References: <2d344959-f446-5025-78d5-85f808bbea77@redhat.com> <3ad4fda1-c0de-1168-2d90-01e21139974b@ouvaton.org> From: Carlos O'Donell Organization: Red Hat In-Reply-To: <3ad4fda1-c0de-1168-2d90-01e21139974b@ouvaton.org> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Sat, 30 Jul 2022 19:03:37 -0000 On 7/29/22 12:54, Yann Droneaud wrote: > Hi, > > Le 29/07/2022 à 17:26, Carlos O'Donell via Libc-alpha a écrit : >> Community, >> >> The branch is officially frozen. Please check with the RM before committing >> anything to the branch. >> >> I'm the current RM. Please TO: me if you want my attention for a commit that >> needs inclusion before we cut the release. > > Patch "stdlib: Simplify arc4random_uniform" is not committed yet, but should be part of arc4random effort > > https://sourceware.org/pipermail/libc-alpha/2022-July/141122.html > https://patchwork.sourceware.org/project/glibc/patch/20220729123211.876374-1-adhemerval.zanella@linaro.org/ It doesn't block the release, and we can commit it in 2.37 and backport if we don't find any issues. -- Cheers, Carlos.