lkml.org 
[lkml]   [2004]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [RFC] Standard filesystem types for crash dumping
Date
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.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.035 / U:0.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site