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 ESMTPS id 3F0983858D3C for ; Mon, 11 Sep 2023 08:36:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3F0983858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1694421402; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=JjPwwFqXNb3RLqrOpxfWLtMXYpLCuFFSFz7o9xvL2/U=; b=IHfXkwZqBaI27cC5yNwwqnguEV4qfc/lT9QWUVkH8Vt8j4JDkMIwuKa0VbXbUFcQ/X6XpR nHxMckXVHh0HgCjird09Yt72XeWVdLxRHoxJLzBizx4HtOmZnMyAkq608doxwxlzuXlftA syov+Z7drywVg3cGUhb5vlYaQA/5Z+E= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-446-IErx1_vgO_Gyp-aR0TRRIA-1; Mon, 11 Sep 2023 04:36:41 -0400 X-MC-Unique: IErx1_vgO_Gyp-aR0TRRIA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5EE251C05141 for ; Mon, 11 Sep 2023 08:36:41 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.2.16.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 08C7C2156701 for ; Mon, 11 Sep 2023 08:36:40 +0000 (UTC) From: Florian Weimer To: libc-alpha@sourceware.org Subject: Re: [PATCH COMMITTED 2.38] NEWS: Add the 2.38.1 bug list References: <874jk12kwu.fsf@oldenburg.str.redhat.com> Date: Mon, 11 Sep 2023 10:36:39 +0200 In-Reply-To: <874jk12kwu.fsf@oldenburg.str.redhat.com> (Florian Weimer's message of "Mon, 11 Sep 2023 10:06:57 +0200") Message-ID: <87wmwx14yw.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-33.5 required=5.0 tests=BAYES_00,DKIM_INVALID,DKIM_SIGNED,GIT_PATCH_0,KAM_DMARC_NONE,KAM_DMARC_STATUS,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,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 List-Id: * Florian Weimer: > --- > NEWS | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/NEWS b/NEWS > index f1a14f45dd..64596d5d09 100644 > --- a/NEWS > +++ b/NEWS > @@ -9,7 +9,10 @@ Version 2.38.1 > > The following bugs are resolved with this release: > > + [30723] posix_memalign repeatedly scans long bin lists > [30785] Always call destructors in reverse constructor order > + [30804] F_GETLK, F_SETLK, and F_SETLKW value change for powerpc64 with > + -D_FILE_OFFSET_BITS=64 > > > Version 2.38 > @@ -139,9 +142,6 @@ The following bugs are resolved with this release: > [30555] string: strerror can incorrectly return NULL > [30579] malloc: trim_threshold in realloc lead to high memory usage > [30662] nscd: Group and password cache use errno in place of errval > - [30723] posix_memalign repeatedly scans long bin lists > - [30804] F_GETLK, F_SETLK, and F_SETLKW value change for powerpc64 with > - -D_FILE_OFFSET_BITS=64 > > Version 2.37 > > > base-commit: d3ba6c1333b10680ce5900a628108507d9d4b844 Obviously, this should have gone to libc-stable. Florian