fix kdump stuck
This commit is contained in:
parent
f3752f0eea
commit
8d6b23ef1a
@ -21,7 +21,7 @@ KDUMP_COMMANDLINE_REMOVE="hugepages hugepagesz slub_debug quiet"
|
|||||||
|
|
||||||
# This variable lets us append arguments to the current kdump commandline
|
# This variable lets us append arguments to the current kdump commandline
|
||||||
# after processed by KDUMP_COMMANDLINE_REMOVE
|
# 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
|
# Any additional kexec arguments required. In most situations, this should
|
||||||
# be left empty
|
# be left empty
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 2.0.20
|
Version: 2.0.20
|
||||||
Release: 11
|
Release: 12
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Summary: The kexec/kdump userspace component
|
Summary: The kexec/kdump userspace component
|
||||||
URL: https://www.kernel.org/
|
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
|
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
|
Patch6001: kexec-tools-2.0.20-eppic-Remove-duplicated-variable-declaration.patch
|
||||||
Patch6002: ./kexec-tools-2.0.20-makedumpfile-Remove-duplicated-variable-declarations.patch
|
Patch6002: kexec-tools-2.0.20-makedumpfile-Remove-duplicated-variable-declarations.patch
|
||||||
Patch6003: ./kexec-tools-2.0.20-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
|
Patch6004: kexec-tools-2.0.20-makedumpfile-Introduce-check-params-option.patch
|
||||||
|
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
Patch9000: arm64-support-more-than-one-crash-kernel-regions.patch
|
Patch9000: arm64-support-more-than-one-crash-kernel-regions.patch
|
||||||
@ -300,6 +300,12 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.0.20-12
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:restart
|
||||||
|
- DESC:fix kdump kernel stuck
|
||||||
|
|
||||||
* Sun Apr 26 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.0.20-11
|
* Sun Apr 26 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.0.20-11
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user