From patchwork Mon Dec 27 21:11:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 49319 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 BBFA1385841D for ; Mon, 27 Dec 2021 21:11:52 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from hera.aquilenet.fr (hera.aquilenet.fr [IPv6:2a0c:e300::1]) by sourceware.org (Postfix) with ESMTPS id E50DE3858404 for ; Mon, 27 Dec 2021 21:11:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E50DE3858404 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=ens-lyon.org Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 37C1E504; Mon, 27 Dec 2021 22:11:38 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4jA2sJg4-awY; Mon, 27 Dec 2021 22:11:37 +0100 (CET) Received: from begin.home (2a01cb0088600700de41a9fffe47ec49.ipv6.abo.wanadoo.fr [IPv6:2a01:cb00:8860:700:de41:a9ff:fe47:ec49]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 578AA172; Mon, 27 Dec 2021 22:11:37 +0100 (CET) Received: from samy by begin.home with local (Exim 4.95) (envelope-from ) id 1n1xHM-006UF1-He; Mon, 27 Dec 2021 22:11:36 +0100 From: Samuel Thibault To: libc-alpha@sourceware.org Subject: [hurd,commited] malloc: Add missing shared thread library flags Date: Mon, 27 Dec 2021 22:11:36 +0100 Message-Id: <20211227211136.1546208-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Spamd-Bar: ++++ X-Rspamd-Server: hera Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Queue-Id: 37C1E504 X-Spamd-Result: default: False [4.90 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_MISSING_CHARSET(2.50)[]; BROKEN_CONTENT_TYPE(1.50)[]; RCVD_COUNT_THREE(0.00)[3]; MID_CONTAINS_FROM(1.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[] X-Spam-Status: No, score=-12.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_NEUTRAL, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , Cc: commit-hurd@gnu.org Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" --- malloc/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/malloc/Makefile b/malloc/Makefile index 451eb84612..bcbe917623 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -177,6 +177,18 @@ $(objpfx)tst-malloc-thread-exit-malloc-check: $(shared-thread-library) $(objpfx)tst-malloc-thread-fail-malloc-check: $(shared-thread-library) $(objpfx)tst-malloc-fork-deadlock-malloc-check: $(shared-thread-library) $(objpfx)tst-malloc-stats-cancellation-malloc-check: $(shared-thread-library) +$(objpfx)tst-malloc-thread-exit-malloc-hugetlb1: $(shared-thread-library) +$(objpfx)tst-malloc-thread-fail-malloc-hugetlb1: $(shared-thread-library) +$(objpfx)tst-mallocfork2-malloc-hugetlb1: $(shared-thread-library) +$(objpfx)tst-mallocfork3-malloc-hugetlb1: $(shared-thread-library) +$(objpfx)tst-malloc-fork-deadlock-malloc-hugetlb1: $(shared-thread-library) +$(objpfx)tst-malloc-stats-cancellation-malloc-hugetlb1: $(shared-thread-library) +$(objpfx)tst-malloc-thread-exit-malloc-hugetlb2: $(shared-thread-library) +$(objpfx)tst-malloc-thread-fail-malloc-hugetlb2: $(shared-thread-library) +$(objpfx)tst-mallocfork2-malloc-hugetlb2: $(shared-thread-library) +$(objpfx)tst-mallocfork3-malloc-hugetlb2: $(shared-thread-library) +$(objpfx)tst-malloc-fork-deadlock-malloc-hugetlb2: $(shared-thread-library) +$(objpfx)tst-malloc-stats-cancellation-malloc-hugetlb2: $(shared-thread-library) # These should be removed by `make clean'. extra-objs = mcheck-init.o libmcheck.a @@ -339,6 +351,10 @@ $(objpfx)tst-mallocfork2-mcheck: $(shared-thread-library) $(objpfx)tst-malloc-tcache-leak-malloc-check: $(shared-thread-library) $(objpfx)tst-malloc_info-malloc-check: $(shared-thread-library) $(objpfx)tst-mallocfork2-malloc-check: $(shared-thread-library) +$(objpfx)tst-malloc-tcache-leak-malloc-hugetlb1: $(shared-thread-library) +$(objpfx)tst-malloc-tcache-leak-malloc-hugetlb2: $(shared-thread-library) +$(objpfx)tst-malloc_info-malloc-hugetlb1: $(shared-thread-library) +$(objpfx)tst-malloc_info-malloc-hugetlb2: $(shared-thread-library) tst-compathooks-on-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so tst-compathooks-on-mcheck-ENV = LD_PRELOAD=$(objpfx)libc_malloc_debug.so