public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] x86/crash: Update the stale comment in reserve_crashkernel()
@ 2017-01-23  6:48 Xunlei Pang
  2017-01-23  8:01 ` [tip:x86/debug] " tip-bot for Xunlei Pang
  2017-01-23  8:48 ` [PATCH v2] " Dave Young
  0 siblings, 2 replies; 4+ messages in thread
From: Xunlei Pang @ 2017-01-23  6:48 UTC (permalink / raw)
  To: linux-kernel, kexec
  Cc: x86, Ingo Molnar, Borislav Petkov, H. Peter Anvin,
	Thomas Gleixner, Andrew Morton, Dave Young, Xunlei Pang,
	Robert LeBlanc, Baoquan He

CRASH_KERNEL_ADDR_MAX has been missing for a long time,
update it with more detailed explanation.

Cc: Robert LeBlanc <robert@leblancnet.us>
Cc: Baoquan He <bhe@redhat.com>
Signed-off-by: Xunlei Pang <xlpang@redhat.com>
---
 arch/x86/kernel/setup.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 4cfba94..c32a167 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -575,7 +575,9 @@ static void __init reserve_crashkernel(void)
 	/* 0 means: find the address automatically */
 	if (crash_base <= 0) {
 		/*
-		 *  kexec want bzImage is below CRASH_KERNEL_ADDR_MAX
+		 * Set CRASH_ADDR_LOW_MAX upper bound for crash memory
+		 * as old kexec-tools loads bzImage below that, unless
+		 * "crashkernel=size[KMG],high" is specified.
 		 */
 		crash_base = memblock_find_in_range(CRASH_ALIGN,
 						    high ? CRASH_ADDR_HIGH_MAX
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-23 13:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23  6:48 [PATCH v2] x86/crash: Update the stale comment in reserve_crashkernel() Xunlei Pang
2017-01-23  8:01 ` [tip:x86/debug] " tip-bot for Xunlei Pang
2017-01-23  8:48 ` [PATCH v2] " Dave Young
2017-01-23 13:24   ` Xunlei Pang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox