public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
From: ebiederm@xmission.com (Eric W. Biederman)
To: "Ahmed S. Darwish" <darwish.07@gmail.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>,
	"H. Peter Anvin" <hpa@zytor.com>, X86-ML <x86@kernel.org>,
	"Ingo Molnar" <mingo@redhat.com>, "Ingo Molnar" <mingo@elte.hu>,
	"Jeff Garzik" <jgarzik@pobox.com>,
	"Vivek Goyal" <vgoyal@redhat.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>, "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 23:51:50 -0800	[thread overview]
Message-ID: <m1sjweyeax.fsf@fess.ebiederm.org> (raw)
In-Reply-To: <20110127052639.GA16289@laptop> (Ahmed S. Darwish's message of "Thu, 27 Jan 2011 07:26:39 +0200")

"Ahmed S. Darwish" <darwish.07@gmail.com> writes:

> On Wed, Jan 26, 2011 at 08:44:14PM -0800, H. Peter Anvin wrote:
>> 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.
>>
>
> Nice, I'll try prototyping this using syslinux and kexec: this seems the
> safest path so far. Further details are in my first reply to Vivek.

Given the inertia of boot loaders it might make sense to compile in the
crash recovery code.

Regardless the way I would organize this is simply to have a chunk of
memory that you place the crash reporting kernel and initrd in, and
simply tell the linux about it, at boot time.  Then kexec on panic can
be pointed at it and that is the end of the matter.  That is very simple.

It might be a bit tricky to get all of the context information the crash
kernel needs, but it should not be too bad.  I am with Vivek in being a
bit dubious if this will do better in practice than having a crash
kernel that we load from the initramfs, simply because the maintenance
difficulty of a specialized component.  But I see no reason to not add
the basic mechanism, to the kernel and bootloaders.  The basic mechanism
is simple and easy to maintain, and ultimately should work across platforms.

Eric

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

  reply	other threads:[~2011-01-27  7:52 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
2011-01-27  5:26         ` Ahmed S. Darwish
2011-01-27  7:51           ` Eric W. Biederman [this message]
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=m1sjweyeax.fsf@fess.ebiederm.org \
    --to=ebiederm@xmission.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=fweisbec@gmail.com \
    --cc=hbabu@us.ibm.com \
    --cc=hohndel@infradead.org \
    --cc=hpa@zytor.com \
    --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