commit: 8d62ffd470d2d62f2e1f7fff952b3f3d8c8b2494 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Sat Nov 30 17:29:45 2024 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Sat Nov 30 17:34:28 2024 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=8d62ffd4
Fix case for X86_USER_SHADOW_STACK Bug: https://bugs.gentoo.org/945481 Signed-off-by: Mike Pagano <mpagano <AT> 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 + +
