From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x635.google.com (mail-pl1-x635.google.com [IPv6:2607:f8b0:4864:20::635]) by sourceware.org (Postfix) with ESMTPS id 1C3B1384803C for ; Mon, 26 Jul 2021 13:13:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1C3B1384803C Received: by mail-pl1-x635.google.com with SMTP id d17so11486312plh.10 for ; Mon, 26 Jul 2021 06:13:43 -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:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=dOdPlXfA+EHQyIU/7vNNekSsiVo54gDxVViyRQrjPsc=; b=RZMR6b3U1GET1MOK2ciDfOFsSe5a3sy76p1noDR+XTg7JIuXtvt3XfY2jOx0nnl4lo u62Hi41DFOeIyfpPuReEnppkPtTbPgz2xoObJbKTQnYNqdNl4kAToWs+1i4c0mWiTOht R95/ZKibK629cn85EO/wQeuQdueuBA15L5kArYGbe6RQePr0zXm1VIbJRwJ2cNfe7fO6 zeyplyBSF3S3eLBvNTLg9IQYxb5WG+aOLMUXIS8LD2i6ii8PJrIQbtNVP/UB6Qbmltzi UbbA7e3QuzzthA421piaCiPi2kEp8W8G6KZiSJfzMMTMDwfiXXDyjaP75O4KCWxyB/bZ 1TCg== X-Gm-Message-State: AOAM530ZpfNhoge0oToQXuwKRR4ny6veIdQvkfcPfvbOOoArHvQ/Octk E3A+ma8BUkaaeEjWDdsMQfEouw== X-Google-Smtp-Source: ABdhPJxPMcz8DdS93INKRbxNWuS1qIwBjlbFgHiUlDYVfSqL7BmC0/swfJM5OTM78NJLWktIvYJCCg== X-Received: by 2002:aa7:9a07:0:b029:329:46d2:c6e4 with SMTP id w7-20020aa79a070000b029032946d2c6e4mr18158179pfj.81.1627305222215; Mon, 26 Jul 2021 06:13:42 -0700 (PDT) Received: from ?IPv6:2804:431:c7cb:43e2:1da8:3cb1:1aa8:c46a? ([2804:431:c7cb:43e2:1da8:3cb1:1aa8:c46a]) by smtp.gmail.com with ESMTPSA id k6sm30573468pgb.43.2021.07.26.06.13.40 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 26 Jul 2021 06:13:41 -0700 (PDT) Subject: Re: glibc 2.34 - Hard ABI freeze effective immediately. To: Carlos O'Donell , libc-alpha , Siddhesh Poyarekar References: <7dd68a51-0904-98f8-e4ce-3e4bdcb14dc4@redhat.com> <4b8bcc59-362a-21ac-b531-6be07d0c722a@redhat.com> <7a1815e1-e964-31c8-6562-c107ee9f5ecf@linaro.org> <4dc802d0-2660-d851-330d-6c8e56b08c88@linaro.org> <8786a45d-c80d-0a28-1885-c2c7c28efa4a@redhat.com> From: Adhemerval Zanella Message-ID: <57b20838-a31d-8cf6-8a1d-6d9e2c9716b8@linaro.org> Date: Mon, 26 Jul 2021 10:13:39 -0300 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: <8786a45d-c80d-0a28-1885-c2c7c28efa4a@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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 13:13:48 -0000 On 26/07/2021 10:00, Carlos O'Donell wrote: > On 7/23/21 9:13 AM, Adhemerval Zanella wrote: >> >> >> On 23/07/2021 02:13, Carlos O'Donell wrote: >>> On 7/22/21 9:24 AM, Adhemerval Zanella wrote: >>>> Do we still have time for the posix_spawnattr_tcsetpgrp_np [1]? I think the >>>> code should be simple enough. >>>> >>>> [1] https://patchwork.sourceware.org/project/glibc/patch/20210617175751.1619846-2-adhemerval.zanella@linaro.org/ >>> No, I do not think we have enough time, or to be more precise I want >>> to review the use case, ask Godmar to verify that API does what is >>> required, and *then* include it in the release. >> >> Fair enough. >> >>> >>> I want to use the remaining 6 days to fix bugs without any further >>> ABI work. >>> >>> 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 would like to add some extra time64 tests changes [1]. They do not touch >> the code, besides libsupport. >> >> [1] https://patchwork.sourceware.org/project/glibc/list/?series=2510 > > Absolutely, we should review this and merge it. > > I see the 32-bit builder failed this series: > NONE -> FAIL : socket/tst-socket-timestamp > NONE -> FAIL : socket/tst-socket-timestamp-time64 Ok, now we have some logs, I will take a look into it.