Skip to content

Commit

Permalink
configs: Update x86 and arm64 defconfigs
Browse files Browse the repository at this point in the history
 * Remove CONFIG_KALLSYMS_BASE_RELATIVE in both defconfigs. (Commit ID: c3ce2e8)

Signed-off-by: Yang Jeong Hun <[email protected]>
  • Loading branch information
Nevuly committed Aug 30, 2024
1 parent 2249c52 commit 3c42261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions 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.10.6 Kernel Configuration
# Linux/arm64 6.10.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (GCC) 14.1.0"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -244,7 +244,6 @@ CONFIG_CACHESTAT_SYSCALL=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_SELFTEST is not set
# CONFIG_KALLSYMS_ALL is not set
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
CONFIG_HAVE_PERF_EVENTS=y

Expand Down
3 changes: 1 addition & 2 deletions 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.10.6 Kernel Configuration
# Linux/x86 6.10.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20240805"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -276,7 +276,6 @@ CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_SELFTEST is not set
# CONFIG_KALLSYMS_ALL is not set
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
CONFIG_HAVE_PERF_EVENTS=y
CONFIG_GUEST_PERF_EVENTS=y
Expand Down

0 comments on commit 3c42261

Please sign in to comment.