pygoscelis: Enable CONFIG_RANDSTRUCT_PERFORMANCE again

This was already enabled in 2022 (7b2b827d34bce12ea8aec1e370c32654eb46fd70)
but disabled when bpf support was enabled for use within systemd 243
(01b1f8af0442d0938bf1e7337f62ba6571b2fb1e).

Looks as we can enable both now in 6.12, so let's do that.
This commit is contained in:
Nils Freydank 2024-12-07 23:03:06 +01:00
parent 5bbec055e7
commit 8254da97e4
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -6447,9 +6447,11 @@ CONFIG_LIST_HARDENED=y
CONFIG_BUG_ON_DATA_CORRUPTION=y CONFIG_BUG_ON_DATA_CORRUPTION=y
# end of Hardening of kernel data structures # end of Hardening of kernel data structures
CONFIG_RANDSTRUCT_NONE=y # CONFIG_RANDSTRUCT_NONE is not set
# CONFIG_RANDSTRUCT_FULL is not set # CONFIG_RANDSTRUCT_FULL is not set
# CONFIG_RANDSTRUCT_PERFORMANCE is not set CONFIG_RANDSTRUCT_PERFORMANCE=y
CONFIG_RANDSTRUCT=y
CONFIG_GCC_PLUGIN_RANDSTRUCT=y
# end of Kernel hardening options # end of Kernel hardening options
# end of Security options # end of Security options
@ -7238,5 +7240,6 @@ CONFIG_GENTOO_LINUX_INIT_SYSTEMD=y
# end of Support for init systems, system and service managers # end of Support for init systems, system and service managers
CONFIG_GENTOO_KERNEL_SELF_PROTECTION=y CONFIG_GENTOO_KERNEL_SELF_PROTECTION=y
# CONFIG_GENTOO_KERNEL_SELF_PROTECTION_COMMON is not set
CONFIG_GENTOO_PRINT_FIRMWARE_INFO=y CONFIG_GENTOO_PRINT_FIRMWARE_INFO=y
# end of Gentoo Linux # end of Gentoo Linux