Commit Graph

2 Commits

Author SHA1 Message Date
Dave Anderson
84f96f39a8 Add support for more than 16TB of physical memory space in the SADUMP
dumpfile format.  Without the patch, there is a limitation caused
by several 32-bit members of dump_header structure, in particular
the max_mapnr member, which overflows if the dumpfile contains more
than 16TB of physical memory space.  The header_version member of
the dump_header structure has been increased from 0 to 1 in this
extended new format, and the new 64-bit members will be used.
(d.hatayama@jp.fujitsu.com)
2015-02-20 10:20:08 -05:00
Dave Anderson
03e3937ec7 Initial commit: crash-7.0.4 2014-01-28 16:46:11 -05:00