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