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 F1D3E158043 for ; Mon, 11 Mar 2024 19:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1871EE2A2A; Mon, 11 Mar 2024 19:20:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01711E2A2A for ; Mon, 11 Mar 2024 19:20:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CE14341B52 for ; Mon, 11 Mar 2024 19:20:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D4901515 for ; Mon, 11 Mar 2024 19:20:24 +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: <1710184818.21002768fb04ac37c34d8b990e9e9641e886abf1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/package.use.mask profiles/arch/arm64/package.use.stable.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 21002768fb04ac37c34d8b990e9e9641e886abf1 X-VCS-Branch: master Date: Mon, 11 Mar 2024 19:20:24 +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: 14b8201a-cc60-4657-8999-291a76efe8c5 X-Archives-Hash: 470f42073973c50fdc3c5905eea0a636 commit: 21002768fb04ac37c34d8b990e9e9641e886abf1 Author: Sam James gentoo org> AuthorDate: Mon Mar 11 19:13:25 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 11 19:20:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21002768 profiles/arch/arm64: unmask USE=cet for relevant components But stable-mask them for now. Bug: https://bugs.gentoo.org/916381 Signed-off-by: Sam James gentoo.org> profiles/arch/arm64/package.use.mask | 5 +++++ profiles/arch/arm64/package.use.stable.mask | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index c9c46955d191..03cc467b7525 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-03-11) +# Used to control -mbranch-protection=standard. +sys-devel/gcc -cet +sys-libs/glibc -cet + # Mart Raudsepp (2024-03-03) # media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff) # are only available for amd64, arm64 and riscv diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index b93a9cc15a57..15c21d6a11ad 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-03-11) +# Used to control -mbranch-protection=standard. Stable-masked for now +# as it's newly-introduced in Gentoo. +sys-devel/gcc -cet +sys-libs/glibc -cet + # Mart Raudsepp (2024-03-03) # media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff) # are not stable yet on arm64