Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902443 - genpatches-6.1-23.extras - X86_X32 was renamed to X86_X32_ABI
Summary: genpatches-6.1-23.extras - X86_X32 was renamed to X86_X32_ABI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard: 6.2.8, 6.1.21
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-20 13:33 UTC by Frank Limpert
Modified: 2023-03-22 18:13 UTC (History)
0 users

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


Attachments
my correction to distro/Kconfig (distro_Kconfig-6.1-23.patch,1005 bytes, patch)
2023-03-20 13:33 UTC, Frank Limpert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Limpert 2023-03-20 13:33:05 UTC
Created attachment 858437 [details, diff]
my correction to distro/Kconfig

Configuring gentoo-sources-6.1.19, I noticed, that CONFIG_GENTOO_KERNEL_SELF_PROTECTION_COMMON and CONFIG_GENTOO_KERNEL_SELF_PROTECTION_X86_64 were missing from menuconfig. Digging deeper, I found that a kernel configuration option prerequisite to these options had been renamed: X86_X32 became X86_X32_ABI. By patching distro/Kconfig in 4567_distro-Gentoo-Kconfig.patch from genpatches-6.1-23.extras I got them working again - see my changes attached.
Comment 1 Larry the Git Cow gentoo-dev 2023-03-21 12:59:01 UTC
The bug has been referenced in the following commit(s):

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

commit b84e74389f380508dd001991e3969e18ff5dd101
Author:     Mike Pagano <mpagano@gentoo.org>
AuthorDate: 2023-03-21 12:58:39 +0000
Commit:     Mike Pagano <mpagano@gentoo.org>
CommitDate: 2023-03-21 12:58:39 +0000

    Fix config change from X86_X32 to X86_X32_ABI
    
    Thanks to Frank Limpert
    
    Bug: https://bugs.gentoo.org/902443
    
    Signed-off-by: Mike Pagano <mpagano@gentoo.org>

 4567_distro-Gentoo-Kconfig.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Larry the Git Cow gentoo-dev 2023-03-22 18:13:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ede162dfcd59e3145e96deb05af77399d0620db

commit 2ede162dfcd59e3145e96deb05af77399d0620db
Author:     Mike Pagano <mpagano@gentoo.org>
AuthorDate: 2023-03-22 18:12:35 +0000
Commit:     Mike Pagano <mpagano@gentoo.org>
CommitDate: 2023-03-22 18:12:35 +0000

    sys-kernel/gentoo-sources: add 6.2.8 and additional genpatches
    
    wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue
    Fix config change from X86_X32 to X86_X32_ABI
    
    Closes: https://bugs.gentoo.org/902443
    
    Signed-off-by: Mike Pagano <mpagano@gentoo.org>

 sys-kernel/gentoo-sources/Manifest                 |  3 +++
 .../gentoo-sources/gentoo-sources-6.2.8.ebuild     | 28 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)