public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Reserve elfcorehdr memory in CONFIG_CRASH_DUMP
@ 2008-11-07  2:32 Jay Lan
  2008-11-07  2:49 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Jay Lan @ 2008-11-07  2:32 UTC (permalink / raw)
  To: linux-ia64@vger.kernel.org; +Cc: Simon Horman, kexec@lists.infradead.org

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

IA64 kdump kernel failed to initialize /proc/vmcore in 2.6.28-rc2.
A bug was introduced in this patch commit:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=d9a9855d0b06ca6d6cc92596fedcc03f8512e062

The problem was that the call to reserve_elfcorehdr() should be placed
in CONFIG_CRASH_DUMP rather than in CONFIG_CRASH_KERNEL, which does
not exist.

The patch fixes the problem.

Signed-off-by: Jay Lan <jlan@sgi.com>

[-- Attachment #2: reserve-elfcorehdr-in-CRASH_DUMP --]
[-- Type: text/plain, Size: 545 bytes --]

---
 arch/ia64/kernel/setup.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/arch/ia64/kernel/setup.c
===================================================================
--- linux.orig/arch/ia64/kernel/setup.c	2008-11-06 18:01:18.000000000 -0800
+++ linux/arch/ia64/kernel/setup.c	2008-11-06 18:05:42.047332827 -0800
@@ -359,7 +359,7 @@ reserve_memory (void)
 	}
 #endif
 
-#ifdef CONFIG_CRASH_KERNEL
+#ifdef CONFIG_CRASH_DUMP
 	if (reserve_elfcorehdr(&rsvd_region[n].start,
 			       &rsvd_region[n].end) == 0)
 		n++;

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

end of thread, other threads:[~2008-11-07  2:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-07  2:32 [PATCH] Reserve elfcorehdr memory in CONFIG_CRASH_DUMP Jay Lan
2008-11-07  2:49 ` Simon Horman

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