From bf20a948efb97b0a16de6406c960ed541e9e410a Mon Sep 17 00:00:00 2001 From: Lianbo Jiang Date: Mon, 29 Jun 2020 21:13:55 +0800 Subject: [PATCH] Revert "s390x: add kdump sysconfig option to use the kexec_file_load() syscall" This reverts commit 66ff48ed6837961c2ebdd017195e6837136fdc4a. Since the code logic is changed(which related to the option 'KDUMP_FILE_LOAD=on|off'), accordingly, need to remove the option from the sysconfig file. Signed-off-by: Lianbo Jiang Acked-by: Dave Young --- kdump.sysconfig.s390x | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kdump.sysconfig.s390x b/kdump.sysconfig.s390x index a0e5244..2a24688 100644 --- a/kdump.sysconfig.s390x +++ b/kdump.sysconfig.s390x @@ -41,9 +41,3 @@ KDUMP_IMG="vmlinuz" #What is the images extension. Relocatable kernels don't have one KDUMP_IMG_EXT="" - -# Using kexec file based syscall by default -# -# Here, the "on" is the only valid value to enable the kexec file load and -# anything else is equal to the "off"(disable). -KDUMP_FILE_LOAD="on"