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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 067BD1581F3 for ; Sat, 30 Nov 2024 17:33:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D716E079C; Sat, 30 Nov 2024 17:33:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 21C8BE079C for ; Sat, 30 Nov 2024 17:33:25 +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 3DD1E342FA2 for ; Sat, 30 Nov 2024 17:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB16DD81 for ; Sat, 30 Nov 2024 17:33:22 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1732987923.cf5a18f21dd174f93ebf5fcc37a3e41ce8e5fdb8.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:6.12 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 4567_distro-Gentoo-Kconfig.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: cf5a18f21dd174f93ebf5fcc37a3e41ce8e5fdb8 X-VCS-Branch: 6.12 Date: Sat, 30 Nov 2024 17:33:22 +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: 90c30eaf-ef0f-4b40-8a39-0cd278f86375 X-Archives-Hash: e7179dcaaa40f7b5aef7679d04f62e02 commit: cf5a18f21dd174f93ebf5fcc37a3e41ce8e5fdb8 Author: Mike Pagano gentoo org> AuthorDate: Sat Nov 30 17:29:45 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Nov 30 17:32:03 2024 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=cf5a18f2 Fix case for X86_USER_SHADOW_STACK Bug: https://bugs.gentoo.org/945481 Signed-off-by: Mike Pagano gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 87b8fa95..74e75c40 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -254,7 +254,7 @@ + select RANDOMIZE_BASE + select RANDOMIZE_MEMORY + select RELOCATABLE -+ select X86_USER_SHADOW_STACK if AS_WRUSS=Y ++ select X86_USER_SHADOW_STACK if AS_WRUSS=y + select VMAP_STACK + +