public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: Vivek Goyal <vgoyal@redhat.com>
Cc: "Willy Tarreau" <wtarreau@hera.kernel.org>,
	"Dirk Hohndel" <hohndel@infradead.org>,
	"Frédéric Weisbecker" <fweisbec@gmail.com>,
	FBDEV-ML <linux-fbdev@vger.kernel.org>,
	IDE-ML <linux-ide@vger.kernel.org>,
	"Randy Dunlap" <rdunlap@xenotime.net>,
	"James Bottomley" <James.Bottomley@suse.de>,
	X86-ML <x86@kernel.org>,
	"Ahmed S. Darwish" <darwish.07@gmail.com>,
	"Ingo Molnar" <mingo@redhat.com>, "Ingo Molnar" <mingo@elte.hu>,
	"Jeff Garzik" <jgarzik@pobox.com>,
	"Peter Zijlstra" <a.p.zijlstra@chello.nl>,
	Dirk.Hohndel@intel.com, "Borislav Petkov" <bp@alien8.de>,
	"Dave Jones" <davej@redhat.com>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Mark Lord" <kernel@teksavvy.com>,
	"Arjan van de Ven" <arjan@infradead.org>,
	"Tony Luck" <tony.luck@intel.com>,
	KEXEC-ML <kexec@lists.infradead.org>,
	LKML <linux-kernel@vger.kernel.org>,
	"Haren Myneni" <hbabu@us.ibm.com>,
	"Eric Biederman" <ebiederm@xmission.com>,
	"Tejun Heo" <tj@kernel.org>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	"Linus Torvalds" <torvalds@linux-foundation.org>,
	"Willy Tarreau" <w@1wt.eu>
Subject: Re: [PATCH 0/2][concept RFC] x86: BIOS-save kernel log to disk upon panic
Date: Wed, 26 Jan 2011 20:44:14 -0800	[thread overview]
Message-ID: <4D40F81E.1030009@zytor.com> (raw)
In-Reply-To: <20110127021338.GA20334@redhat.com>

On 01/26/2011 06:13 PM, Vivek Goyal wrote:
>>
>> - Use kexec/kdump. I wonder though, can kexec work on early panics? The
>>    kind where the disk itself might not yet be initialized?
>
> As of today kexec/kdump does not work with early panics as kdump kernel
> needs to be loaded in reserved memory and that action happens once the
> first kernel has booted.
>
> There is so much to it that I really don't think that modifying bootloaders to
> do all that might not trivial and more importantly I think it probably is not
> worth the effort.
>

It's really not all that hard, actually.

	-hpa

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

  parent reply	other threads:[~2011-01-27  4:46 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20110125134748.GA10051@laptop>
     [not found] ` <AANLkTinU0KYiCd4p=z+=ojbkeEoT2G+CAYvdRU02KJEn@mail.gmail.com>
2011-01-26 12:49   ` [PATCH 0/2][concept RFC] x86: BIOS-save kernel log to disk upon panic Ahmed S. Darwish
2011-01-26 12:58     ` Ingo Molnar
2011-01-26 13:34       ` Ahmed S. Darwish
2011-01-26 14:00         ` Ingo Molnar
2011-01-27  4:35           ` H. Peter Anvin
2011-01-27 11:41             ` Ingo Molnar
2011-01-27 15:47               ` Eric W. Biederman
2011-01-27 16:12                 ` H. Peter Anvin
2011-01-26 23:07     ` Luck, Tony
2011-01-26 23:16       ` Dave Jones
2011-01-26 23:21         ` Luck, Tony
2011-01-27  1:09       ` Ahmed S. Darwish
     [not found]     ` <20110127021338.GA20334@redhat.com>
2011-01-27  3:33       ` Ahmed S. Darwish
2011-01-27  4:44       ` H. Peter Anvin [this message]
2011-01-27  5:26         ` Ahmed S. Darwish
2011-01-27  7:51           ` Eric W. Biederman
2011-02-02 11:13             ` Ahmed S. Darwish

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D40F81E.1030009@zytor.com \
    --to=hpa@zytor.com \
    --cc=Dirk.Hohndel@intel.com \
    --cc=James.Bottomley@suse.de \
    --cc=a.p.zijlstra@chello.nl \
    --cc=akpm@linux-foundation.org \
    --cc=arjan@infradead.org \
    --cc=bp@alien8.de \
    --cc=darwish.07@gmail.com \
    --cc=davej@redhat.com \
    --cc=ebiederm@xmission.com \
    --cc=fweisbec@gmail.com \
    --cc=hbabu@us.ibm.com \
    --cc=hohndel@infradead.org \
    --cc=jgarzik@pobox.com \
    --cc=kernel@teksavvy.com \
    --cc=kexec@lists.infradead.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=mingo@redhat.com \
    --cc=rdunlap@xenotime.net \
    --cc=tglx@linutronix.de \
    --cc=tj@kernel.org \
    --cc=tony.luck@intel.com \
    --cc=torvalds@linux-foundation.org \
    --cc=vgoyal@redhat.com \
    --cc=w@1wt.eu \
    --cc=wtarreau@hera.kernel.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox