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.
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(-)
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(+)