[Crash-utility] [PATCH] crash: Fix the type of pfn_to_pos().

Dave Anderson anderson at redhat.com
Wed Aug 19 13:34:16 UTC 2009


----- "Dave Anderson" <anderson at redhat.com> wrote:

> ----- "Ken'ichi Ohmichi" <oomichi at mxs.nes.nec.co.jp> wrote:
> 
> > Hi,
> >
> > pfn_to_pos() returns the position of the page header corresponding to
> > the argument "pfn", and the value can be larger than "int".
> > So it should be declared as "ulong".
> 
> Queued for the next release.
> 
> By the way, did you notice this by code inspection, or did you actually
> see a failure with a large vmcore?  And if you did see it, what kind of error
> resulted?  It appears like it would just read a bogus page descriptor, and
> that could result in a few different error types.  Also, I was under the
> impression that the compressed diskdump/kdump page descriptors would be located
> near the beginning of the vmcore, and for one to exist beyond 4GB would be highly
> unusual?

Hi Ken'ich,

Sorry -- I had not read your response to Takao's makedumpfile patch on the kexec
list before I responded to this one, so I see it was by code inspection.

Although I'm still curious as to how much physical memory a system would need
in order for a compressed diskdump/kdump to have a page descriptor that high
in the vmcore?  ;-)

Thanks,
  Dave
 




More information about the Crash-utility mailing list