diff --git a/kdump.sysconfig.aarch64 b/kdump.sysconfig.aarch64 index d5d762436ecab32493bcd7f36f785e6f7c0cd2cd..39a39eb032b7fa958a7d0bc1095890d74d3bf3de 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 67579a8b3effa14d96f9d5335204ae582779b2eb..f42dece0a368848d0f3283ef1d04b4fb9941bec4 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