From e7ca6798247fb7a2d6373dbc48697041df4ebd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Fri, 8 Oct 2021 23:33:44 -0300 Subject: [PATCH] linux5.14: update i686 config. It's unclear to me why this only popped up now. The update to 5.14.10 didn't touch config files related to this. --- srcpkgs/linux5.14/files/i386-dotconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux5.14/files/i386-dotconfig b/srcpkgs/linux5.14/files/i386-dotconfig index 4453a873085..3721da32f6e 100644 --- a/srcpkgs/linux5.14/files/i386-dotconfig +++ b/srcpkgs/linux5.14/files/i386-dotconfig @@ -1,8 +1,8 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 5.14.7 Kernel Configuration +# Linux/i386 5.14.10 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="i686-linux-musl-gcc (GCC) 10.2.1 20201203" +CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.1 20201203" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=100201 CONFIG_CLANG_VERSION=0 @@ -307,6 +307,7 @@ CONFIG_X86_32_SMP=y CONFIG_ARCH_SUPPORTS_UPROBES=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_PGTABLE_LEVELS=3 +CONFIG_CC_HAS_SANE_STACKPROTECTOR=y # # Processor type and features @@ -786,6 +787,9 @@ CONFIG_SECCOMP=y CONFIG_SECCOMP_FILTER=y # CONFIG_SECCOMP_CACHE_DEBUG is not set CONFIG_HAVE_ARCH_STACKLEAK=y +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_STRONG=y CONFIG_ARCH_SUPPORTS_LTO_CLANG=y CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y CONFIG_LTO_NONE=y