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: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, PDS_RDNS_DYNAMIC_FP,RCVD_IN_DNSWL_HI,RDNS_DYNAMIC,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D71451F5AE for ; Mon, 19 Jul 2021 13:52:17 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8AB3E394FC03 for ; Mon, 19 Jul 2021 13:52:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8AB3E394FC03 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1626702736; bh=EtCFvAAkCW8k0eOuf6JeG0BBgDZtp6ZE+VIHoRfnE/I=; h=To:Subject:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=FsgRtuwAxr4I+k7s0PizIP3PB1e6rsBkd9yAskCiErLsb5hYlvGhiUY9fhXJhZ171 XzKEjH6oF6n21ogK7XGx7PG+0h7qL2tsfFObuUlBAKc/Af/FLf4Q1x3ovIAcgkTFhD 0alwVfz1I4izkyE7v4jZixJzQOmgk2CAkenHblxY= 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 8A64B384F01A for ; Mon, 19 Jul 2021 13:51:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8A64B384F01A Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-594-4PeGG_00P469GMgnrKBt5Q-1; Mon, 19 Jul 2021 09:51:54 -0400 X-MC-Unique: 4PeGG_00P469GMgnrKBt5Q-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 65676EC1A0 for ; Mon, 19 Jul 2021 13:51:53 +0000 (UTC) Received: from oldenburg.str.redhat.com (ovpn-112-73.phx2.redhat.com [10.3.112.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9B952100164A; Mon, 19 Jul 2021 13:51:48 +0000 (UTC) To: Carlos O'Donell via Libc-alpha Subject: Re: glibc 2.34 - Hard ABI freeze effective immediately. References: <7dd68a51-0904-98f8-e4ce-3e4bdcb14dc4@redhat.com> <4b8bcc59-362a-21ac-b531-6be07d0c722a@redhat.com> Date: Mon, 19 Jul 2021 15:51:47 +0200 In-Reply-To: <4b8bcc59-362a-21ac-b531-6be07d0c722a@redhat.com> (Carlos O'Donell via Libc-alpha's message of "Sun, 18 Jul 2021 22:15:35 -0400") Message-ID: <874kcqxvgs.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain 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: , From: Florian Weimer via Libc-alpha Reply-To: Florian Weimer Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" * Carlos O'Donell via Libc-alpha: > On 7/4/21 10:43 PM, Carlos O'Donell wrote: >> We are in slushy freeze right now. I'm reviewing the last of the ABI >> changes we want to make in glibc 2.34. > > The ABI freeze is now hard freeze, I would like to avoid any further ABI > changes that are not on this list. > > If you have an ABI change please reach and respond to this thread > immediately with the request. I suggest to add __ioctl_time64 and related functions on 32-bit, for future-proofing the time64 ABI: Additional time64 aliases Thanks, Florian