commit: febf498332ae0a4734250677bb41bb101a276c2a 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:35:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=febf4983
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 + +
