* makedumpfile-1.3.1: Support linux-2.6.27 and linux-2.6.28.
@ 2008-11-27 1:04 Ken'ichi Ohmichi
2008-11-27 9:23 ` Bernhard Walle
0 siblings, 1 reply; 3+ messages in thread
From: Ken'ichi Ohmichi @ 2008-11-27 1:04 UTC (permalink / raw)
To: kexec-ml; +Cc: Bernhard Walle
[-- Attachment #1: Type: text/plain, Size: 1292 bytes --]
Hi,
makedumpfile version 1.3.1 is released.
Your comments/patches are welcome.
Changelog:
o New feature
- Support linux-2.6.26 sparsemem on i386.
- Support linux-2.6.27 and linux-2.6.28. (a part by Bernhard Walle)
Explanation of makedumpfile:
To shorten the size of the dumpfile and the time of creating the
dumpfile, makedumpfile copies only the necessary pages for analysis
to the dumpfile from /proc/vmcore. You can specify the kind of
unnecessary pages with dump_level. If you want to shorten the size
further, enable the compression of the page data.
Download:
You can download the latest makedumpfile from the following URL.
Details of the change are written on the CVS page of the following site.
https://sourceforge.net/projects/makedumpfile/
Method of installation:
You can compile the makedumpfile command as follows;
1. "tar -zxvf makedumpfile-x.y.z.tar.gz"
2. "cd makedumpfile-x.y.z"
3. "make; make install"
Usage:
makedumpfile [-c] [-E] [-d dump_level] [-x vmlinux] dump_mem dump_file
Example:
If you want to exclude pages filled by zero, cache pages, user pages
and free pages and to enable compression, please execute the following
command.
# makedumpfile -c -d 31 -x vmlinux /proc/vmcore dumpfile
Thanks
Ken'ichi Ohmichi
[-- Attachment #2: Type: text/plain, Size: 143 bytes --]
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: makedumpfile-1.3.1: Support linux-2.6.27 and linux-2.6.28.
2008-11-27 1:04 makedumpfile-1.3.1: Support linux-2.6.27 and linux-2.6.28 Ken'ichi Ohmichi
@ 2008-11-27 9:23 ` Bernhard Walle
2008-11-27 11:03 ` Ken'ichi Ohmichi
0 siblings, 1 reply; 3+ messages in thread
From: Bernhard Walle @ 2008-11-27 9:23 UTC (permalink / raw)
To: Ken'ichi Ohmichi, kexec-ml
* Ken'ichi Ohmichi [2008-11-27 10:04]:
>
> Changelog:
> o New feature
> - Support linux-2.6.26 sparsemem on i386.
BTW: Which option must be enabled for the kernel that this is
'sparsemem', i.e. that this support is needed?
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_SPARSEMEM_MANUAL
CONFIG_SPARSEMEM_STATIC=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE
Bernhard
--
Bernhard Walle, SUSE Linux Products GmbH, Architecture Development
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: makedumpfile-1.3.1: Support linux-2.6.27 and linux-2.6.28.
2008-11-27 9:23 ` Bernhard Walle
@ 2008-11-27 11:03 ` Ken'ichi Ohmichi
0 siblings, 0 replies; 3+ messages in thread
From: Ken'ichi Ohmichi @ 2008-11-27 11:03 UTC (permalink / raw)
To: Bernhard Walle; +Cc: kexec-ml
[-- Attachment #1: Type: text/plain, Size: 662 bytes --]
Hi Bernhard,
Bernhard Walle wrote:
> * Ken'ichi Ohmichi [2008-11-27 10:04]:
>> Changelog:
>> o New feature
>> - Support linux-2.6.26 sparsemem on i386.
>
> BTW: Which option must be enabled for the kernel that this is
> 'sparsemem', i.e. that this support is needed?
>
> CONFIG_ARCH_SPARSEMEM_ENABLE=y
> CONFIG_SPARSEMEM_MANUAL
> CONFIG_SPARSEMEM_STATIC=y
> CONFIG_SPARSEMEM_VMEMMAP_ENABLE
My kernel .config contains the following items, and I had tested
on the kernel.
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_SPARSEMEM_STATIC=y
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
Thanks
Ken'ichi Ohmichi
[-- Attachment #2: Type: text/plain, Size: 143 bytes --]
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-11-28 1:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-27 1:04 makedumpfile-1.3.1: Support linux-2.6.27 and linux-2.6.28 Ken'ichi Ohmichi
2008-11-27 9:23 ` Bernhard Walle
2008-11-27 11:03 ` Ken'ichi Ohmichi
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.