From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1536F158003 for ; Sun, 7 Nov 2021 03:59:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05D41E09C9; Sun, 7 Nov 2021 03:59:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60AE1E09C9 for ; Sun, 7 Nov 2021 03:59:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37A4D342A6F for ; Sun, 7 Nov 2021 03:59:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 274824A for ; Sun, 7 Nov 2021 03:59:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636257539.7f545c8ab490e3da017fb473c506c390954c5ec0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/, profiles/default/linux/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/musl/package.use.mask profiles/features/musl/package.use.mask X-VCS-Directories: profiles/features/musl/ profiles/default/linux/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f545c8ab490e3da017fb473c506c390954c5ec0 X-VCS-Branch: master Date: Sun, 7 Nov 2021 03:59:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17ef6247-d5f4-4097-ab79-3dc1910e22cc X-Archives-Hash: 14d4451a6049f65ff69fd7cf98d447d0 commit: 7f545c8ab490e3da017fb473c506c390954c5ec0 Author: Sam James gentoo org> AuthorDate: Sun Nov 7 03:54:54 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 7 03:58:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f545c8a profiles: refine LLVM sanitizers mask for musl (more finely-grained) Some sanitizers work now. Bug: https://bugs.gentoo.org/753935 Closes: https://bugs.gentoo.org/713072 Reported-by: maskray Signed-off-by: Sam James gentoo.org> profiles/default/linux/musl/package.use.mask | 5 +---- profiles/features/musl/package.use.mask | 11 ++++++++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/profiles/default/linux/musl/package.use.mask b/profiles/default/linux/musl/package.use.mask index 113ac0bd81a..f06ca2ec25a 100644 --- a/profiles/default/linux/musl/package.use.mask +++ b/profiles/default/linux/musl/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # See bug #604542 @@ -7,9 +7,6 @@ net-misc/iputils idn # See bug #504200 sys-devel/gcc sanitize -# Disable sanitizers for LLVM, see bug #753935 -sys-devel/clang-runtime sanitize - # These cause collisions with # even with --without-included-gettext sys-devel/gettext nls diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 58cd6477116..3e078c97218 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors. +# Copyright 1999-2021 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-11-07) +# Disable some sanitizers for LLVM, see bug #753935 +# Needs libexecinfo on musl, not yet packaged +sys-libs/compiler-rt-sanitizers gwp-asan libfuzzer + +# Sam James (2021-11-07) +# Broken as "error: unknown type name '_Unwind_Word'" +sys-libs/compiler-rt-sanitizers hwasan + # Andreas K. Hüttel # Restore mask here that is gone elsewhere sys-libs/libxcrypt split-usr system