Skip to content

Commit

Permalink
configs: Update x86 and arm64 defconfigs
Browse files Browse the repository at this point in the history
 * Add CONFIG_ARCH_SUPPORTS_KEXEC_PURGATORY in x86 defconfig. (Commit ID: 78422b7)

Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>
  • Loading branch information
Nevuly committed Jan 5, 2024
1 parent 5843edc commit 157d12a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/config-wsl-arm64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.6.9 Kernel Configuration
# Linux/arm64 6.6.10 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (GCC) 13.2.0"
CONFIG_CC_IS_GCC=y
Expand Down
3 changes: 2 additions & 1 deletion arch/x86/configs/config-wsl-x86
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.6.9 Kernel Configuration
# Linux/x86 6.6.10 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 13.2.1 20230801"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -454,6 +454,7 @@ CONFIG_HZ=100
CONFIG_SCHED_HRTICK=y
CONFIG_ARCH_SUPPORTS_KEXEC=y
CONFIG_ARCH_SUPPORTS_KEXEC_FILE=y
CONFIG_ARCH_SUPPORTS_KEXEC_PURGATORY=y
CONFIG_ARCH_SUPPORTS_KEXEC_SIG=y
CONFIG_ARCH_SUPPORTS_KEXEC_SIG_FORCE=y
CONFIG_ARCH_SUPPORTS_KEXEC_BZIMAGE_VERIFY_SIG=y
Expand Down

0 comments on commit 157d12a

Please sign in to comment.