All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@sgi.com>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [RFC] Standard filesystem types for crash dumping
Date: Wed, 14 Jul 2004 20:55:56 +1000	[thread overview]
Message-ID: <3307.1089802556@ocs3.ocs.com.au> (raw)
In-Reply-To: Your message of "Wed, 14 Jul 2004 03:49:35 -0400." <40F4E58F.7040204@pobox.com>

On Wed, 14 Jul 2004 03:49:35 -0400, 
Jeff Garzik <jgarzik@pobox.com> wrote:
>Keith Owens wrote:
>> Follow ups to lkml please, to keep any discussion on the same list.
>> 
>> Several kernel additions exist for saving crash dump information, among
>> them are lkcd, crash, kmsgdump.  They all have the same problems :-
>> 
>> * Where to store the crash data.
>> * How to write data when the kernel is unreliable, it may not be
>>   servicing interrupts.
>> * User space needs to read and clear the dump data.
>> * Performance!
>> * Coexistence of multiple dump drivers.
>
>
>Have you tried diskdump?
>
>It already exists, and seems to address these things.

diskdump adds polling mode disk I/O, but the polling code is tied to
the diskdump code path, so it cannot easily be used by other dump code.
It was while I was trying to generalize diskdump that I realized we
keep reinventing this particular wheel, both in kernel and user space.

diskdump only handles one device, that device cannot be used for other
dump tools and it needs special user space tools to extract the data.
As I said further down the original RFC, I am using the polling code
from diskdump but converting it to a clean API that can be used by any
dump code, as well as removing the need for special user space tools to
dig into partitions to see what has been dumped.


  reply	other threads:[~2004-07-14 10:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-14  7:37 [RFC] Standard filesystem types for crash dumping Keith Owens
2004-07-14  7:49 ` Jeff Garzik
2004-07-14 10:55   ` Keith Owens [this message]
2004-07-16 16:43 ` Pavel Machek

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=3307.1089802556@ocs3.ocs.com.au \
    --to=kaos@sgi.com \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.