Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945481 - Typo in distro configuration for gentoo-sources ../distro/Kconfig
Summary: Typo in distro configuration for gentoo-sources ../distro/Kconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard: 6.1.120, 5.15.174, 5.10.231
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2024-11-30 16:47 UTC by Peter
Modified: 2024-12-15 18:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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