From 8d6b23ef1a6981a9d59a93cc1ff6d8d0da42934a Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Thu, 14 May 2020 09:44:15 +0800 Subject: [PATCH] fix kdump stuck --- kdump.sysconfig.aarch64 | 2 +- kexec-tools.spec | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/kdump.sysconfig.aarch64 b/kdump.sysconfig.aarch64 index d5d7624..39a39eb 100644 --- a/kdump.sysconfig.aarch64 +++ b/kdump.sysconfig.aarch64 @@ -21,7 +21,7 @@ KDUMP_COMMANDLINE_REMOVE="hugepages hugepagesz slub_debug quiet" # This variable lets us append arguments to the current kdump commandline # after processed by KDUMP_COMMANDLINE_REMOVE -KDUMP_COMMANDLINE_APPEND="irqpoll nr_cpus=1 reset_devices cgroup_disable=memory udev.children-max=2 panic=10 swiotlb=noforce novmcoredd" +KDUMP_COMMANDLINE_APPEND="irqpoll nr_cpus=1 reset_devices cgroup_disable=memory udev.children-max=2 panic=10 swiotlb=noforce novmcoredd numa=off" # Any additional kexec arguments required. In most situations, this should # be left empty diff --git a/kexec-tools.spec b/kexec-tools.spec index 67579a8..f42dece 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -4,7 +4,7 @@ Name: kexec-tools Version: 2.0.20 -Release: 11 +Release: 12 License: GPLv2 Summary: The kexec/kdump userspace component URL: https://www.kernel.org/ @@ -71,10 +71,10 @@ Requires: systemd-udev%{?_isa} Patch6000: kexec-tools-2.0.20-fix-broken-multiboot2-buliding-for-i386.patch -Patch6001: ./kexec-tools-2.0.20-eppic-Remove-duplicated-variable-declaration.patch -Patch6002: ./kexec-tools-2.0.20-makedumpfile-Remove-duplicated-variable-declarations.patch -Patch6003: ./kexec-tools-2.0.20-Remove-duplicated-variable-declarations.patch -Patch6004: ./kexec-tools-2.0.20-makedumpfile-Introduce-check-params-option.patch +Patch6001: kexec-tools-2.0.20-eppic-Remove-duplicated-variable-declaration.patch +Patch6002: kexec-tools-2.0.20-makedumpfile-Remove-duplicated-variable-declarations.patch +Patch6003: kexec-tools-2.0.20-Remove-duplicated-variable-declarations.patch +Patch6004: kexec-tools-2.0.20-makedumpfile-Introduce-check-params-option.patch %ifarch aarch64 Patch9000: arm64-support-more-than-one-crash-kernel-regions.patch @@ -300,6 +300,12 @@ done %endif %changelog +* Thu May 14 2020 openEuler Buildteam - 2.0.20-12 +- Type:enhancement +- ID:NA +- SUG:restart +- DESC:fix kdump kernel stuck + * Sun Apr 26 2020 openEuler Buildteam - 2.0.20-11 - Type:enhancement - ID:NA -- Gitee