Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 945481

Summary: Typo in distro configuration for gentoo-sources ../distro/Kconfig
Product: Gentoo Linux Reporter: Peter <peter.bo>
Component: Current packagesAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: 6.1.120, 5.15.174, 5.10.231
Package list:
Runtime testing required: ---

Description Peter 2024-11-30 16:47:23 UTC
This line contains a uppercase "Y" (and therefore does not work):
select X86_USER_SHADOW_STACK if AS_WRUSS=Y

It must be:
select X86_USER_SHADOW_STACK if AS_WRUSS=y
Comment 1 Larry the Git Cow gentoo-dev 2024-11-30 17:30:36 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=7847c71705cc92ba9e9b1d8728fa8692270170e8

commit 7847c71705cc92ba9e9b1d8728fa8692270170e8
Author:     Mike Pagano <mpagano@gentoo.org>
AuthorDate: 2024-11-30 17:29:45 +0000
Commit:     Mike Pagano <mpagano@gentoo.org>
CommitDate: 2024-11-30 17:29:45 +0000

    Fix case for X86_USER_SHADOW_STACK
    
    Bug: https://bugs.gentoo.org/945481
    
    Signed-off-by: Mike Pagano <mpagano@gentoo.org>

 4567_distro-Gentoo-Kconfig.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Mike Pagano gentoo-dev 2024-11-30 17:38:19 UTC
Queued for the gentoo-sources versions listed above and for other kernels which utilize genpatches