Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP3:Update
kdump
kdump-remove-console-hvc0-from-commandline.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kdump-remove-console-hvc0-from-commandline.patch of Package kdump
From: Olaf Hering <olaf@aepfle.de> Date: Tue, 10 Nov 2020 20:06:23 +0100 Subject: remove console=hvc0 from commandline References: bsc#1173914 Upstream: merged Git-commit: fbb4d67a706c9e401272b65fa615da6b04263e5f If kdump is prepared in a dom0, the dom0 kernel cmdline is used verbatim for the kdump kernel, modulo known-to-be-bad options. As a result 'console=hvc0' is passed to the kdump kernel. In a native environment this option causes the kdump kernel to hang, the system never comes back. Remove it from the kdump cmdline to make sure the kdump kernel boots. Signed-off-by: Olaf Hering <olaf@aepfle.de> --- init/load.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/init/load.sh +++ b/init/load.sh @@ -83,7 +83,7 @@ function build_kdump_commandline() test -n "$boot_apicid" && \ commandline="$commandline disable_cpu_apicid=$boot_apicid" commandline=$(echo "$commandline" | - remove_from_commandline 'unknown_nmi_panic|notsc') + remove_from_commandline 'unknown_nmi_panic|notsc|console=hvc0') ;; s390*) commandline="$commandline zfcp.allow_lun_scan=0"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor