From patchwork Wed Nov 19 18:55:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 124739 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7F403384D169 for ; Wed, 19 Nov 2025 18:56:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7F403384D169 X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id 6B320385E839 for ; Wed, 19 Nov 2025 18:55:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6B320385E839 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6B320385E839 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.77.166.138 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1763578549; cv=none; b=COeSflxxCjDRDefr4KWvbrMt5SYXF+xos6PW+93wTqTWRjKEuQWZ2KmEk2fy67qZMf339XICO73zoggSOdMJ9J8EWhwenwkDTbUUfExMkv/AmJdGZ7iq3tultYJhuyKTGtaMgz42fojMO3etFgzLVPgYqUnFCmcgDc8jJxLSaf0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1763578549; c=relaxed/simple; bh=r3Qs82GxNWqMIZfM/oe8ajhC/NbTwggbjQFfMbJXTBA=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=uK5ookvflDuzC1FuHbWYcfEG/giRtKjrP2ri7TWBVFG0kM0G3blPpuhdg3dA2b/YA068sTAoIyxVacfi+M42c0kEylRaur1YS844ZnhQ+aFKBYG/GQMlhVBGnT3OSeeHIa8TynWsTUlHdsMniCQH2IJboNBc2MEfwUaFtLih54g= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B320385E839 Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 2B971A20FC; Wed, 19 Nov 2025 19:55:48 +0100 (CET) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V32zQQThoa_6; Wed, 19 Nov 2025 19:55:48 +0100 (CET) Received: from end (aamiens-653-1-40-48.w83-192.abo.wanadoo.fr [83.192.199.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id EE86CA1BC7; Wed, 19 Nov 2025 19:55:47 +0100 (CET) Received: from samy by end with local (Exim 4.99) (envelope-from ) id 1vLnLH-00000002joX-22NS; Wed, 19 Nov 2025 19:55:47 +0100 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] hurd: Add missing free_sized and free_aligned_sized Date: Wed, 19 Nov 2025 19:55:47 +0100 Message-ID: <20251119185547.652758-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.51.0 MIME-Version: 1.0 X-Spam-Status: No, score=-13.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED, SPF_HELO_PASS, SPF_PASS, 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.30 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces~patchwork=sourceware.org@sourceware.org 56549264d1e1 ("malloc: add free_sized and free_aligned_sized from C23") missed adding them. --- sysdeps/mach/hurd/i386/libc.abilist | 2 ++ sysdeps/mach/hurd/i386/libc_malloc_debug.abilist | 2 ++ sysdeps/mach/hurd/x86_64/libc.abilist | 2 ++ sysdeps/mach/hurd/x86_64/libc_malloc_debug.abilist | 2 ++ 4 files changed, 8 insertions(+) diff --git a/sysdeps/mach/hurd/i386/libc.abilist b/sysdeps/mach/hurd/i386/libc.abilist index 6099178c9e..0556602ab7 100644 --- a/sysdeps/mach/hurd/i386/libc.abilist +++ b/sysdeps/mach/hurd/i386/libc.abilist @@ -2671,6 +2671,8 @@ GLIBC_2.42 uimaxabs F GLIBC_2.42 ulabs F GLIBC_2.42 ullabs F GLIBC_2.43 __memset_explicit_chk F +GLIBC_2.43 free_aligned_sized F +GLIBC_2.43 free_sized F GLIBC_2.43 memalignment F GLIBC_2.43 memset_explicit F GLIBC_2.43 pthread_cancel F diff --git a/sysdeps/mach/hurd/i386/libc_malloc_debug.abilist b/sysdeps/mach/hurd/i386/libc_malloc_debug.abilist index e1d9b10b22..f2819ff1ac 100644 --- a/sysdeps/mach/hurd/i386/libc_malloc_debug.abilist +++ b/sysdeps/mach/hurd/i386/libc_malloc_debug.abilist @@ -26,3 +26,5 @@ GLIBC_2.2.6 pvalloc F GLIBC_2.2.6 realloc F GLIBC_2.2.6 valloc F GLIBC_2.33 mallinfo2 F +GLIBC_2.43 free_aligned_sized F +GLIBC_2.43 free_sized F diff --git a/sysdeps/mach/hurd/x86_64/libc.abilist b/sysdeps/mach/hurd/x86_64/libc.abilist index 1aab058a9f..62e82a0887 100644 --- a/sysdeps/mach/hurd/x86_64/libc.abilist +++ b/sysdeps/mach/hurd/x86_64/libc.abilist @@ -2349,6 +2349,8 @@ GLIBC_2.42 uimaxabs F GLIBC_2.42 ulabs F GLIBC_2.42 ullabs F GLIBC_2.43 __memset_explicit_chk F +GLIBC_2.43 free_aligned_sized F +GLIBC_2.43 free_sized F GLIBC_2.43 memalignment F GLIBC_2.43 memset_explicit F GLIBC_2.43 pthread_cancel F diff --git a/sysdeps/mach/hurd/x86_64/libc_malloc_debug.abilist b/sysdeps/mach/hurd/x86_64/libc_malloc_debug.abilist index 012c48df70..ea3940d907 100644 --- a/sysdeps/mach/hurd/x86_64/libc_malloc_debug.abilist +++ b/sysdeps/mach/hurd/x86_64/libc_malloc_debug.abilist @@ -24,3 +24,5 @@ GLIBC_2.38 posix_memalign F GLIBC_2.38 pvalloc F GLIBC_2.38 realloc F GLIBC_2.38 valloc F +GLIBC_2.43 free_aligned_sized F +GLIBC_2.43 free_sized F