On Mon, Oct 19, 2020 at 09:10:05PM -0000, GitLab Bridge on behalf of bhsharma wrote: > From: Bhupesh Sharma <bhsharma@xxxxxxxxxx> > > 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: kernel-team@xxxxxxxxxxxxxxxxx > Signed-off-by: Bhupesh Sharma <bhsharma@xxxxxxxxxx> > --- > 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 -- kernel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx > 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/kernel@xxxxxxxxxxxxxxxxxxxxxxx Acked-by: Bruno Meneguele <bmeneg@xxxxxxxxxx> -- bmeneg PGP Key: http://bmeneg.com/pubkey.txt
_______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/kernel@xxxxxxxxxxxxxxxxxxxxxxx