[Crash-utility] [PATCH 00/12] Add sadump format support

HATAYAMA Daisuke d.hatayama at jp.fujitsu.com
Tue Sep 13 10:57:10 UTC 2011


Hello Dave,

I'm sorry for taking considerably long time. Now I post a patch set
implementing sadump support for crash utility.

Applying this patch set, crash utility will be able to recognize
sadump-related formats on 3 kinds configurations: single partition,
diskset and media backup file.

The crash version the patch set can be applied to is 5.1.7.

Please look at each patch description for detailed explanation.

BTW, do you want sadump dumpfiles? I geuss you need them for testing
samples.

 Makefile  |   10 +-
 defs.h    |   33 ++
 filesys.c |    2 +-
 kernel.c  |    6 +-
 main.c    |   49 ++-
 memory.c  |   23 +-
 netdump.c |    2 +-
 remote.c  |    2 +-
 sadump.c  | 1554 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sadump.h  |  210 +++++++++
 tools.c   |   18 +-
 x86.c     |   16 +-
 x86_64.c  |   39 ++-
 13 files changed, 1929 insertions(+), 35 deletions(-)

Thanks.
HATAYAMA, Daisuke
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-defs.h-Add-minimum-sadump-related-definitions-and-de.patch
Type: text/x-patch
Size: 2692 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110913/0bffef77/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-sadump-sadump-core-module.patch
Type: text/x-patch
Size: 29878 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110913/0bffef77/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-x86_64-Set-up-phys_base-on-sadump-dumpfiles.patch
Type: text/x-patch
Size: 1144 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110913/0bffef77/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-memory-Get-page-size-on-sadump-dumpfiles.patch
Type: text/x-patch
Size: 936 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110913/0bffef77/attachment-0003.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-filesys-Add-sadump-dumpfile-in-supported-dumpfile-ch.patch
Type: text/x-patch
Size: 727 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110913/0bffef77/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-main-Add-sadump-dumpfiles-check.patch
Type: text/x-patch
Size: 7034 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110913/0bffef77/attachment-0005.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-Makefile-Add-sadump-dumpfiles-case.patch
Type: text/x-patch
Size: 2676 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110913/0bffef77/attachment-0006.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008-sadump-Add-sadump-register-collection-processing.patch
Type: text/x-patch
Size: 14158 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110913/0bffef77/attachment-0007.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009-bt-Add-sadump-related-processing.patch
Type: text/x-patch
Size: 3761 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110913/0bffef77/attachment-0008.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0010-sadump-kernel-sys-command-displays-multiple-dumpfile.patch
Type: text/x-patch
Size: 2984 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110913/0bffef77/attachment-0009.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0011-memory-Add-sadump-related-memory-interface.patch
Type: text/x-patch
Size: 13806 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110913/0bffef77/attachment-0010.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0012-sadump-Return-zero-page-to-excluded-page-if-set-zero.patch
Type: text/x-patch
Size: 3846 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110913/0bffef77/attachment-0011.bin>


More information about the Crash-utility mailing list