From 9372a22e9c3313033e81f3f7d421d6efbd9fa65e Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 29 May 2023 11:23:13 +0200 Subject: [PATCH] aptenodytes: Enable CONFIG_RANDSTRUCT_PERFORMANCE --- aptenodytes-config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aptenodytes-config b/aptenodytes-config index ab7884f..062ee20 100644 --- a/aptenodytes-config +++ b/aptenodytes-config @@ -2999,9 +2999,11 @@ CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y # CONFIG_ZERO_CALL_USED_REGS is not set # end of Memory initialization -CONFIG_RANDSTRUCT_NONE=y +# CONFIG_RANDSTRUCT_NONE 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 Security options