From patchwork Wed Apr 15 23:30:38 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 133153 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from vm01.sourceware.org (localhost [127.0.0.1]) by sourceware.org (Postfix) with ESMTP id AEAFB4BA23C3 for ; Wed, 15 Apr 2026 23:31:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AEAFB4BA23C3 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 CFF274BA2E14 for ; Wed, 15 Apr 2026 23:30:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CFF274BA2E14 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 CFF274BA2E14 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=1776295841; cv=none; b=AwIzI+wfQx0nqIbxafh2mL9WcGpblCPl+4kFcqXCt/qd1lBX1TJAF/M2T9Bi1y9WVoHa8213ulNGQblh4wlJzyFAKcyWo1IklZnMf0Hd71RaCuDuL3K03yi489I/VY0FxBUDT4X41yqpt/hQDi68vqyCPgwN7syLYCkcmWcPTPo= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1776295841; c=relaxed/simple; bh=Z8kkKgOFLpVbakczDnXjfNTkyOSqzyD20pzEQXqWl2Q=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=iz2TyX44PfRQzQ08i+/bO53Wrjd9in5HXHPp/fiFlR/WStb6kUhcH0tIleKP8x8rSH0p6VtOqv4sXbvcQxKgwcwiHZJ0QyzYCzxlUZexTMaMbnnhwrl/Oxqi95KRcIuAcyMqdoTqnDhqUwbw2WfwIGrPpfgvu8pvJwKPJSorhRo= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CFF274BA2E14 Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 8A7D8A1C38; Thu, 16 Apr 2026 01:30:39 +0200 (CEST) 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 cBpor6ChUaEU; Thu, 16 Apr 2026 01:30:39 +0200 (CEST) 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 4BA23A1BF6; Thu, 16 Apr 2026 01:30:39 +0200 (CEST) Received: from samy by end with local (Exim 4.99.1) (envelope-from ) id 1wD9gs-00000007rmD-3RjZ; Thu, 16 Apr 2026 01:30:38 +0200 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] mach: Fix tst-default-domain link Date: Thu, 16 Apr 2026 01:30:38 +0200 Message-ID: <20260415233038.1875006-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.53.0 MIME-Version: 1.0 X-Spam-Status: No, score=-12.9 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 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 It links nisdomain.os directly, which uses __libc_lock_lock, thus __gsync_wait from libmachuser --- sysdeps/mach/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/mach/Makefile b/sysdeps/mach/Makefile index 5607f66738..25d68f3fb7 100644 --- a/sysdeps/mach/Makefile +++ b/sysdeps/mach/Makefile @@ -63,6 +63,7 @@ else ifeq (nss,$(subdir)) LDLIBS-tst-rfc3484 += $(objdir)/mach/libmachuser.so LDLIBS-tst-rfc3484-2 += $(objdir)/mach/libmachuser.so LDLIBS-tst-rfc3484-3 += $(objdir)/mach/libmachuser.so + LDLIBS-tst-default-domain += $(objdir)/mach/libmachuser.so else ifeq (hesiod,$(subdir)) LDLIBS-nss_hesiod.so += $(objdir)/mach/libmachuser.so else ifeq (nscd,$(subdir))