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.133.124]) by sourceware.org (Postfix) with ESMTP id EF5AC3855032 for ; Mon, 26 Jul 2021 14:22:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EF5AC3855032 Received: from mail-qk1-f200.google.com (mail-qk1-f200.google.com [209.85.222.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-438-Y-mXAdUrOJ63LumbtYXNTg-1; Mon, 26 Jul 2021 10:22:44 -0400 X-MC-Unique: Y-mXAdUrOJ63LumbtYXNTg-1 Received: by mail-qk1-f200.google.com with SMTP id p123-20020a378d810000b02903ad5730c883so9015863qkd.22 for ; Mon, 26 Jul 2021 07:22:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=aLTUP8Qa3WbXgm5Lz1OzndjOTOsZXrgZxacoti/Lq3E=; b=eHoIiWiythXnqqSXwjTq0Gb5/n+KidhJW5ISKuQsUE/ncOrDn7A99bBuUTglO8bWCo QOInb6zrHSiKFmIKoS6xPlevTRfcmx3ZW4NKPRamc/zBxHzxGuYi1HXfamXg5tzpb13y ELPm542q3oyg/0AJ+gRR9VqvvV1ZjU+32P6sPcPgosPwTHGGnNusAHhyHsO0ZfdvHrkZ i//o+ODbuFtSqpqJLMlOgzDz72N/ejynSwSUJVCw/XftnsZW47kKOK7AR5AHl4Grsb4f ir4Eo1Vwu/YYLffQfPlL/iAON/Bp9CJ4sRUWwOcb1KLCuAeqldfin/3cb75WUbpgH4Pe +quQ== X-Gm-Message-State: AOAM533BWQEKvk6hmco4B6y3zgkAQDDhQ9dzkR4U658JCKxnt8dlhUx/ ZSUPLutTtbKSlTjeKIjHMcHb+lNTo2PiFjK2Fj1g3Lqg7b1fTzxf7SZ+S47wDL8hzT1siKbvq48 9gYBfrN+TXzfRKESF8W6Nbopr0hrKz78WluP4nD8/+qBfZJbXGe5G4sQn6c4kbgG2yFmjdQ== X-Received: by 2002:a05:6214:30b:: with SMTP id i11mr5656733qvu.17.1627309363159; Mon, 26 Jul 2021 07:22:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3tkRjCS+kNLj4W/DhvU/z36zeQeJdla6HA/VBo28YiqAYPAk+0dyCbj/UMa1/LjeraptB5g== X-Received: by 2002:a05:6214:30b:: with SMTP id i11mr5656715qvu.17.1627309362975; Mon, 26 Jul 2021 07:22:42 -0700 (PDT) Received: from [192.168.1.16] (198-84-214-74.cpe.teksavvy.com. [198.84.214.74]) by smtp.gmail.com with ESMTPSA id z9sm71063qtn.54.2021.07.26.07.22.41 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 26 Jul 2021 07:22:41 -0700 (PDT) Subject: Re: glibc 2.34 - Hard ABI freeze effective immediately. To: Siddhesh Poyarekar Cc: Adhemerval Zanella , libc-alpha References: <7dd68a51-0904-98f8-e4ce-3e4bdcb14dc4@redhat.com> <4b8bcc59-362a-21ac-b531-6be07d0c722a@redhat.com> <7a1815e1-e964-31c8-6562-c107ee9f5ecf@linaro.org> From: Carlos O'Donell Organization: Red Hat Message-ID: Date: Mon, 26 Jul 2021 10:22:40 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.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, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham 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: Mon, 26 Jul 2021 14:22:48 -0000 On 7/23/21 1:53 AM, Siddhesh Poyarekar wrote: > On Fri, Jul 23, 2021 at 10:44 AM Carlos O'Donell wrote: >> I would like to see: >> - LD_AUDIT bugs fixed. >> - pthread condvar bugs fixed. >> - C.UTF-8 added as supported (resolved Florian's last comment about U+FFFD usage). > > I've posted a few fixes to mtrace, build fixes for hurd and > disable-tunables, etc. Could they be considered too? Oh, and the > setlocale error checking. I want to minimize the number of changes we make this week. If they can wait until glibc 2.35 opens then I think they should. We can backport fixes into the released 2.34 branch if they are relevant to Fedora 35 e.g. setlocale error checking. -- Cheers, Carlos.