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

HATAYAMA Daisuke d.hatayama at jp.fujitsu.com
Thu Sep 15 03:18:22 UTC 2011


Hello Dave,

Thanks for reviewing. I've reflected your comments and this is the
second version.

About sample vmcores, I'll send email to you in private.
Please wait for a while.

Change Log

  v0 => v1)

    * Move REMOTE_DAEMON bit from pc->flags to pc->flags2; See PATCH
      01. SADUMP bit is now introduced in pc->flags.

    * Fix the bug, I found locally, that in per_cpu_ptr(), symbol
      value of symbol __per_cpu_offset was directly used. Here should
      have dereferenced the symbol value.

diffstat

 Makefile  |   10 +-
 defs.h    |   40 ++-
 kernel.c  |   10 +-
 main.c    |   19 +-
 memory.c  |   10 +
 netdump.c |    2 +-
 sadump.c  | 1558 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sadump.h  |  210 +++++++++
 tools.c   |   18 +-
 x86.c     |   16 +-
 x86_64.c  |   39 ++-
 11 files changed, 1906 insertions(+), 26 deletions(-)

Thanks.
HATAYAMA, Daisuke
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-defs-main-move-REMOTE_DAEMON-bit-from-pc-flags-to-pc.patch
Type: text/x-patch
Size: 3175 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110915/5bfb1431/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-defs.h-Add-basic-sadump-related-macros-and-flags.patch
Type: text/x-patch
Size: 2322 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110915/5bfb1431/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-sadump-Add-sadump-core-module.patch
Type: text/x-patch
Size: 30119 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110915/5bfb1431/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-sadump-x86_64-set-up-phys_base-on-sadump-dumpfiles.patch
Type: text/x-patch
Size: 2124 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110915/5bfb1431/attachment-0003.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-sadump-memory-Get-page-size-on-sadump-dumpfiles.patch
Type: text/x-patch
Size: 1461 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110915/5bfb1431/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-main-Add-sadump-dumpfiles-check.patch
Type: text/x-patch
Size: 1647 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110915/5bfb1431/attachment-0005.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-Makefile-Add-sadump-related-descriptions.patch
Type: text/x-patch
Size: 2645 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110915/5bfb1431/attachment-0006.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008-sadump-Add-interface-for-accessing-registers.patch
Type: text/x-patch
Size: 14250 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110915/5bfb1431/attachment-0007.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009-bt-Use-back-trace-related-features-on-sadump-dumpfil.patch
Type: text/x-patch
Size: 3779 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110915/5bfb1431/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: 3591 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110915/5bfb1431/attachment-0009.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0011-sadump-memory-Add-memory-interface-on-sadump-dumpfil.patch
Type: text/x-patch
Size: 13802 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110915/5bfb1431/attachment-0010.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0012-sadump-sadump_read-returns-zero-filled-buffer-to-the.patch
Type: text/x-patch
Size: 3893 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20110915/5bfb1431/attachment-0011.bin>


More information about the Crash-utility mailing list