Skip to content

Commit 1a72d98

Browse files
committed
Update the kernel configuration to the latest version
1 parent 38148c7 commit 1a72d98

File tree

6 files changed

+27
-10
lines changed

6 files changed

+27
-10
lines changed

compile-kernel/tools/config/config-5.10

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
# Automatically generated file; DO NOT EDIT.
33
# Linux/arm64 5.10.237 Kernel Configuration
44
#
5-
CONFIG_CC_VERSION_TEXT="aarch64-none-elf-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119"
5+
CONFIG_CC_VERSION_TEXT="aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119"
66
CONFIG_CC_IS_GCC=y
77
CONFIG_GCC_VERSION=140201
88
CONFIG_LD_VERSION=243010000
99
CONFIG_CLANG_VERSION=0
1010
CONFIG_AS_IS_GNU=y
1111
CONFIG_AS_VERSION=24301
1212
CONFIG_LLD_VERSION=0
13+
CONFIG_CC_CAN_LINK=y
14+
CONFIG_CC_CAN_LINK_STATIC=y
1315
CONFIG_CC_HAS_ASM_GOTO=y
1416
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
1517
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
@@ -23,6 +25,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2325
#
2426
CONFIG_INIT_ENV_ARG_LIMIT=32
2527
# CONFIG_COMPILE_TEST is not set
28+
# CONFIG_UAPI_HEADER_TEST is not set
2629
CONFIG_LOCALVERSION=""
2730
# CONFIG_LOCALVERSION_AUTO is not set
2831
CONFIG_BUILD_SALT=""

compile-kernel/tools/config/config-5.15

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 5.15.182 Kernel Configuration
3+
# Linux/arm64 5.15.183 Kernel Configuration
44
#
5-
CONFIG_CC_VERSION_TEXT="aarch64-none-elf-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119"
5+
CONFIG_CC_VERSION_TEXT="aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119"
66
CONFIG_CC_IS_GCC=y
77
CONFIG_GCC_VERSION=140201
88
CONFIG_CLANG_VERSION=0
@@ -11,6 +11,8 @@ CONFIG_AS_VERSION=24301
1111
CONFIG_LD_IS_BFD=y
1212
CONFIG_LD_VERSION=24301
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
1517
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
1618
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
@@ -27,6 +29,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2729
CONFIG_INIT_ENV_ARG_LIMIT=32
2830
# CONFIG_COMPILE_TEST is not set
2931
# CONFIG_WERROR is not set
32+
# CONFIG_UAPI_HEADER_TEST is not set
3033
CONFIG_LOCALVERSION=""
3134
# CONFIG_LOCALVERSION_AUTO is not set
3235
CONFIG_BUILD_SALT=""

compile-kernel/tools/config/config-5.4

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
#
55

66
#
7-
# Compiler: aarch64-none-elf-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119
7+
# Compiler: aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119
88
#
99
CONFIG_CC_IS_GCC=y
1010
CONFIG_GCC_VERSION=140201
1111
CONFIG_CLANG_VERSION=0
12+
CONFIG_CC_CAN_LINK=y
1213
CONFIG_CC_HAS_ASM_GOTO=y
1314
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
1415
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
@@ -22,6 +23,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2223
#
2324
CONFIG_INIT_ENV_ARG_LIMIT=32
2425
# CONFIG_COMPILE_TEST is not set
26+
# CONFIG_UAPI_HEADER_TEST is not set
2527
CONFIG_LOCALVERSION=""
2628
# CONFIG_LOCALVERSION_AUTO is not set
2729
CONFIG_BUILD_SALT=""

compile-kernel/tools/config/config-6.1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.1.138 Kernel Configuration
3+
# Linux/arm64 6.1.139 Kernel Configuration
44
#
5-
CONFIG_CC_VERSION_TEXT="aarch64-none-elf-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119"
5+
CONFIG_CC_VERSION_TEXT="aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119"
66
CONFIG_CC_IS_GCC=y
77
CONFIG_GCC_VERSION=140201
88
CONFIG_CLANG_VERSION=0
@@ -11,6 +11,8 @@ CONFIG_AS_VERSION=24301
1111
CONFIG_LD_IS_BFD=y
1212
CONFIG_LD_VERSION=24301
1313
CONFIG_LLD_VERSION=0
14+
CONFIG_CC_CAN_LINK=y
15+
CONFIG_CC_CAN_LINK_STATIC=y
1416
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
1517
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
1618
CONFIG_CC_HAS_ASM_INLINE=y
@@ -26,6 +28,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2628
CONFIG_INIT_ENV_ARG_LIMIT=32
2729
# CONFIG_COMPILE_TEST is not set
2830
# CONFIG_WERROR is not set
31+
# CONFIG_UAPI_HEADER_TEST is not set
2932
CONFIG_LOCALVERSION=""
3033
# CONFIG_LOCALVERSION_AUTO is not set
3134
CONFIG_BUILD_SALT=""

compile-kernel/tools/config/config-6.12

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.12.28 Kernel Configuration
3+
# Linux/arm64 6.12.29 Kernel Configuration
44
#
5-
CONFIG_CC_VERSION_TEXT="aarch64-none-elf-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119"
5+
CONFIG_CC_VERSION_TEXT="aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119"
66
CONFIG_CC_IS_GCC=y
77
CONFIG_GCC_VERSION=140201
88
CONFIG_CLANG_VERSION=0
@@ -13,6 +13,8 @@ CONFIG_LD_VERSION=24301
1313
CONFIG_LLD_VERSION=0
1414
CONFIG_RUSTC_VERSION=0
1515
CONFIG_RUSTC_LLVM_VERSION=0
16+
CONFIG_CC_CAN_LINK=y
17+
CONFIG_CC_CAN_LINK_STATIC=y
1618
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
1719
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
1820
CONFIG_TOOLS_SUPPORT_RELR=y
@@ -30,6 +32,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
3032
CONFIG_INIT_ENV_ARG_LIMIT=32
3133
# CONFIG_COMPILE_TEST is not set
3234
# CONFIG_WERROR is not set
35+
# CONFIG_UAPI_HEADER_TEST is not set
3336
CONFIG_LOCALVERSION=""
3437
# CONFIG_LOCALVERSION_AUTO is not set
3538
CONFIG_BUILD_SALT=""

compile-kernel/tools/config/config-6.6

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.6.90 Kernel Configuration
3+
# Linux/arm64 6.6.91 Kernel Configuration
44
#
5-
CONFIG_CC_VERSION_TEXT="aarch64-none-elf-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119"
5+
CONFIG_CC_VERSION_TEXT="aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119"
66
CONFIG_CC_IS_GCC=y
77
CONFIG_GCC_VERSION=140201
88
CONFIG_CLANG_VERSION=0
@@ -11,6 +11,8 @@ CONFIG_AS_VERSION=24301
1111
CONFIG_LD_IS_BFD=y
1212
CONFIG_LD_VERSION=24301
1313
CONFIG_LLD_VERSION=0
14+
CONFIG_CC_CAN_LINK=y
15+
CONFIG_CC_CAN_LINK_STATIC=y
1416
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
1517
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
1618
CONFIG_TOOLS_SUPPORT_RELR=y
@@ -27,6 +29,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2729
CONFIG_INIT_ENV_ARG_LIMIT=32
2830
# CONFIG_COMPILE_TEST is not set
2931
# CONFIG_WERROR is not set
32+
# CONFIG_UAPI_HEADER_TEST is not set
3033
CONFIG_LOCALVERSION=""
3134
# CONFIG_LOCALVERSION_AUTO is not set
3235
CONFIG_BUILD_SALT=""

0 commit comments

Comments
 (0)