public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kexec: do not call kmsg_dump in crashdump
@ 2011-11-25  8:19 Dave Young
  2011-11-25  9:32 ` Cong Wang
  2011-11-28 22:27 ` Eric W. Biederman
  0 siblings, 2 replies; 5+ messages in thread
From: Dave Young @ 2011-11-25  8:19 UTC (permalink / raw)
  To: ebiederm, kexec, linux-kernel

mtd/ram oops dumper will make more functions envolved. In case crash kexec, 
we should avoid kmsg dumper to ensure crashdump success.

kill kmsg_dump callback while crash dumping 

Signed-off-by: Dave Young <dyoung@redhat.com>
---
 kernel/kexec.c |    2 --
 1 file changed, 2 deletions(-)

--- linux-2.6.orig/kernel/kexec.c	2011-11-18 16:34:18.000000000 +0800
+++ linux-2.6/kernel/kexec.c	2011-11-24 16:05:08.138660500 +0800
@@ -1094,8 +1094,6 @@ void crash_kexec(struct pt_regs *regs)
 		if (kexec_crash_image) {
 			struct pt_regs fixed_regs;
 
-			kmsg_dump(KMSG_DUMP_KEXEC);
-
 			crash_setup_regs(&fixed_regs, regs);
 			crash_save_vmcoreinfo();
 			machine_crash_shutdown(&fixed_regs);

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

end of thread, other threads:[~2011-11-28 22:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-25  8:19 [PATCH] kexec: do not call kmsg_dump in crashdump Dave Young
2011-11-25  9:32 ` Cong Wang
2011-11-25 10:03   ` Dave Young
2011-11-28 22:27 ` Eric W. Biederman
2011-11-28 22:34   ` Andrew Morton

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