Skip to content

Commit 2a37971

Browse files
Bhupesh Sharmactmarinas
authored andcommitted
arm64/defconfig: Enable CONFIG_KEXEC_FILE
kexec_file_load() syscall interface is now supported for arm64 architecture as well via commits: 3751e72 ("arm64: kexec_file: add crash dump support") and 3ddd999 ("arm64: enable KEXEC_FILE config")]. This patch enables config KEXEC_FILE by default in the arm64 defconfig, so that user-space tools like kexec-tools can use the same as the default interface for kexec/kdump on arm64. Cc: AKASHI Takahiro <[email protected]> Cc: James Morse <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Will Deacon <[email protected]> Cc: [email protected] Signed-off-by: Bhupesh Sharma <[email protected]> Acked-by: Mark Rutland <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent dd72078 commit 2a37971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ CONFIG_SCHED_SMT=y
6666
CONFIG_NUMA=y
6767
CONFIG_SECCOMP=y
6868
CONFIG_KEXEC=y
69+
CONFIG_KEXEC_FILE=y
6970
CONFIG_CRASH_DUMP=y
7071
CONFIG_XEN=y
7172
CONFIG_COMPAT=y

0 commit comments

Comments
 (0)