Unverified Commit cf025825 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!3649 x86/kdump: add log before booting crash kernel

Merge Pull Request from: @ci-robot 
 
PR sync from: zhangnaichuan <zhangnaichuan@huawei.com>
https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/message/S7DO4APBAUKFPSWMLE7ICMSEFMEKT6FX/ 
description:
Just like arm64, print "Bye!" before booting crash kernel.


-- 
2.33.0
 
https://gitee.com/openeuler/kernel/issues/I8RJ7E?from=project-issue 
 
Link:https://gitee.com/openeuler/kernel/pulls/3649

 

Reviewed-by: default avatarWei Li <liwei391@huawei.com>
Signed-off-by: default avatarZheng Zengkai <zhengzengkai@huawei.com>
parents eec84f43 47a251cb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -338,6 +338,8 @@ void machine_kexec(struct kimage *image)
		page_list[PA_SWAP_PAGE] = (page_to_pfn(image->swap_page)
						<< PAGE_SHIFT);

	pr_info("Bye!\n");

	/*
	 * The segment registers are funny things, they have both a
	 * visible and an invisible part.  Whenever the visible part is