From patchwork Tue Aug 20 14:20:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 1974453 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=libc-alpha-bounces~incoming=patchwork.ozlabs.org@sourceware.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WpBT14CrXz1yXZ for ; Wed, 21 Aug 2024 00:20:37 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 56DFF38449CC for ; Tue, 20 Aug 2024 14:20:35 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from sonata.ens-lyon.org (sonata.ens-lyon.org [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id 8E5463858427 for ; Tue, 20 Aug 2024 14:20:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8E5463858427 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 8E5463858427 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=1724163620; cv=none; b=lNDzIZG3hn5FjR2fnO5ftKzo719fvMQia6KhFQvvGtDiblm6LI1/rOnUORxHsXvm4NjdnW5pAERj8M0/i4N7q0J8D5lqlxpapMuRsvdJ0U/X+s0BXFeqUwDihBN7i7stzQ3FH/eQfx1vSHviRgKEiOiWQZDwdbbaW9vH3f+8IgE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1724163620; c=relaxed/simple; bh=blfDM5hYcvR+Je6gCw+MoOURvPoQKOwxeFCzbtbzmyA=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=hOv5J8PAaMFFl80dfCTKLu9fitwzwIYaM8q8EXqUJb0fBZp6BQ+qNkjYwxKFZ9OGKcEAzv55G7htte/qAEYLpSzKxj0QbDEBWnURT90sPnswf3fvmNsJCpNPl/jn/dD4OZOiHVlbN0EgwMFmdygJeZoc06nnpR3vFPnGOhipNo8= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 788B3A03B3; Tue, 20 Aug 2024 16:20:09 +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 HSVKj0lXsrdy; Tue, 20 Aug 2024 16:20:09 +0200 (CEST) Received: from begin (nat-inria-interne-52-gw-01-bso.bordeaux.inria.fr [194.199.1.52]) (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 49940A03B1; Tue, 20 Aug 2024 16:20:09 +0200 (CEST) Received: from samy by begin with local (Exim 4.98) (envelope-from ) id 1sgPiS-00000000UEn-3mUP; Tue, 20 Aug 2024 16:20:08 +0200 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd, commited] malloc: Link threading tests with $(shared-thread-library) Date: Tue, 20 Aug 2024 16:20:08 +0200 Message-ID: <20240820142008.116225-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-Spam-Status: No, score=-12.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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~incoming=patchwork.ozlabs.org@sourceware.org Fixes build failures on Hurd. --- malloc/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/malloc/Makefile b/malloc/Makefile index ccc96ef6b2..1630aaf6ac 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -420,8 +420,14 @@ $(objpfx)tst-mallocstate-malloc-check: $(objpfx)libc_malloc_debug.so $(objpfx)tst-aligned-alloc-random.out: $(objpfx)tst-aligned_alloc-lib.so $(objpfx)tst-aligned-alloc-random-thread: $(shared-thread-library) +$(objpfx)tst-aligned-alloc-random-thread-malloc-check: $(shared-thread-library) +$(objpfx)tst-aligned-alloc-random-thread-malloc-hugetlb1: $(shared-thread-library) +$(objpfx)tst-aligned-alloc-random-thread-malloc-hugetlb2: $(shared-thread-library) $(objpfx)tst-aligned-alloc-random-thread.out: $(objpfx)tst-aligned_alloc-lib.so $(objpfx)tst-aligned-alloc-random-thread-cross: $(shared-thread-library) +$(objpfx)tst-aligned-alloc-random-thread-cross-malloc-check: $(shared-thread-library) +$(objpfx)tst-aligned-alloc-random-thread-cross-malloc-hugetlb1: $(shared-thread-library) +$(objpfx)tst-aligned-alloc-random-thread-cross-malloc-hugetlb2: $(shared-thread-library) $(objpfx)tst-aligned-alloc-random-thread-cross.out: $(objpfx)tst-aligned_alloc-lib.so $(objpfx)tst-malloc-random.out: $(objpfx)tst-aligned_alloc-lib.so