Skip to content

Commit 8fccb8e

Browse files
kelsey-steelechessturo
authored andcommitted
config: add cc/gcc config updates
Signed-off-by: Kelsey Steele <kelseysteele@microsoft.com>
1 parent 154cf64 commit 8fccb8e

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

arch/arm64/configs/config-wsl-arm64

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 5.15.90.1 Kernel Configuration
3+
# Linux/arm64 5.15.90.3 Kernel Configuration
44
#
5-
CONFIG_CC_VERSION_TEXT="aarch64-msft-linux-gcc (GCC) 9.3.0"
5+
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0"
66
CONFIG_CC_IS_GCC=y
7-
CONFIG_GCC_VERSION=90300
7+
CONFIG_GCC_VERSION=90400
88
CONFIG_CLANG_VERSION=0
99
CONFIG_AS_IS_GNU=y
1010
CONFIG_AS_VERSION=23400
@@ -672,7 +672,6 @@ CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
672672
# end of GCOV-based kernel profiling
673673

674674
CONFIG_HAVE_GCC_PLUGINS=y
675-
# CONFIG_GCC_PLUGINS is not set
676675
# end of General architecture-dependent options
677676

678677
CONFIG_RT_MUTEXES=y

arch/x86/configs/config-wsl

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 5.15.90.1 Kernel Configuration
3+
# Linux/x86 5.15.90.3 Kernel Configuration
44
#
5-
CONFIG_CC_VERSION_TEXT="x86_64-msft-linux-gcc (GCC) 9.3.0"
5+
CONFIG_CC_VERSION_TEXT="gcc (Ubuntu 11.1.0-1ubuntu1~20.04) 11.1.0"
66
CONFIG_CC_IS_GCC=y
7-
CONFIG_GCC_VERSION=90300
7+
CONFIG_GCC_VERSION=110100
88
CONFIG_CLANG_VERSION=0
99
CONFIG_AS_IS_GNU=y
1010
CONFIG_AS_VERSION=23400
1111
CONFIG_LD_IS_BFD=y
1212
CONFIG_LD_VERSION=23400
1313
CONFIG_LLD_VERSION=0
14+
CONFIG_CC_CAN_LINK=y
15+
CONFIG_CC_CAN_LINK_STATIC=y
1416
CONFIG_CC_HAS_ASM_GOTO=y
17+
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
18+
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
1519
CONFIG_CC_HAS_ASM_INLINE=y
1620
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
1721
CONFIG_IRQ_WORK=y
@@ -738,7 +742,6 @@ CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
738742
# end of GCOV-based kernel profiling
739743

740744
CONFIG_HAVE_GCC_PLUGINS=y
741-
# CONFIG_GCC_PLUGINS is not set
742745
# end of General architecture-dependent options
743746

744747
CONFIG_RT_MUTEXES=y
@@ -3543,6 +3546,8 @@ CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,integrity,bpf"
35433546
CONFIG_INIT_STACK_NONE=y
35443547
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
35453548
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
3549+
CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y
3550+
# CONFIG_ZERO_CALL_USED_REGS is not set
35463551
# end of Memory initialization
35473552
# end of Kernel hardening options
35483553
# end of Security options
@@ -3944,6 +3949,8 @@ CONFIG_HAVE_ARCH_KGDB=y
39443949
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
39453950
# CONFIG_UBSAN is not set
39463951
CONFIG_HAVE_ARCH_KCSAN=y
3952+
CONFIG_HAVE_KCSAN_COMPILER=y
3953+
# CONFIG_KCSAN is not set
39473954
# end of Generic Kernel Debugging Instruments
39483955

39493956
CONFIG_DEBUG_KERNEL=y

0 commit comments

Comments
 (0)