From: Bhupesh Sharma <[email protected]>

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1821565
Upstream Status: 2a379716f3d76aebc5574155de247b547a0214cc

kexec_file_load() syscall interface is now supported for
arm64 architecture as well via upstream commits:
3751e728cef2 ("arm64: kexec_file: add crash dump support") and
3ddd9992a590 ("arm64: enable KEXEC_FILE config")].

This patch enables config KEXEC_FILE by default in the fedora
arm64 defconfig, so that user-space tools like kexec-tools
can use the same as the default interface for kexec/kdump
on arm64 fedora systems.

Cc: [email protected]
Signed-off-by: Bhupesh Sharma <[email protected]>
---
 redhat/configs/fedora/generic/arm/aarch64/CONFIG_KEXEC_FILE | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 redhat/configs/fedora/generic/arm/aarch64/CONFIG_KEXEC_FILE

diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_KEXEC_FILE 
b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_KEXEC_FILE
new file mode 100644
index 000000000000..25862bf98de8
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_KEXEC_FILE
@@ -0,0 +1 @@
+CONFIG_KEXEC_FILE=y
-- 
GitLab
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to