From 52c3a551401b0a6d50c350655d941cd34fd86efc Mon Sep 17 00:00:00 2001 From: Tad Date: Fri, 29 Apr 2022 19:34:34 -0400 Subject: [PATCH] Another kernel compile fix Signed-off-by: Tad --- Scripts/Common/Functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/Common/Functions.sh b/Scripts/Common/Functions.sh index 89be2f05..0bcc7049 100644 --- a/Scripts/Common/Functions.sh +++ b/Scripts/Common/Functions.sh @@ -777,6 +777,7 @@ hardenDefconfig() { #Enable supported options #Linux <3.0 declare -a optionsYes=("BUG" "DEBUG_CREDENTIALS" "DEBUG_KERNEL" "DEBUG_LIST" "DEBUG_NOTIFIERS" "DEBUG_RODATA" "DEBUG_SET_MODULE_RONX" "DEBUG_VIRTUAL" "IPV6_PRIVACY" "SECCOMP" "SECURITY" "SECURITY_DMESG_RESTRICT" "SLUB_DEBUG" "STRICT_DEVMEM" "SYN_COOKIES"); + optionsYes+=("DEBUG_FS"); #fix compile issues #optionsYes+=("DEBUG_SG"); #bootloops - https://patchwork.kernel.org/patch/8989981 #Linux 3.4