summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2024-11-30 12:29:45 -0500
committerMike Pagano <mpagano@gentoo.org>2024-11-30 12:35:11 -0500
commitfebf498332ae0a4734250677bb41bb101a276c2a (patch)
treec01d24141350c8ce9ec57b4c6c8ded19ccfa7a6b
parentLinux patch 5.10.230 (diff)
downloadlinux-patches-5.10.tar.gz
linux-patches-5.10.tar.bz2
linux-patches-5.10.zip
Fix case for X86_USER_SHADOW_STACK5.10
Bug: https://bugs.gentoo.org/945481 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r--4567_distro-Gentoo-Kconfig.patch2
1 files changed, 1 insertions, 1 deletions
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
+
+