Re: [PATCH] IA64: better calculate PT_LOAD segment size

2008-09-26 Thread Jay Lan
Simon Horman wrote: > On Fri, Sep 19, 2008 at 07:17:05PM -0700, Jay Lan wrote: >> This patch combines consecutive PL_LOAD segments into one. >> The end address of the last PL_LOAD segment, calculated by >> adding p_memsz to p_paddr & rounded up to ELF_PAGE_SIZE, >> will be the end address of this l

Re: [PATCH] IA64: better calculate PT_LOAD segment size

2008-09-23 Thread Simon Horman
On Fri, Sep 19, 2008 at 07:17:05PM -0700, Jay Lan wrote: > This patch combines consecutive PL_LOAD segments into one. > The end address of the last PL_LOAD segment, calculated by > adding p_memsz to p_paddr & rounded up to ELF_PAGE_SIZE, > will be the end address of this loaded_segments[] entry. >

[PATCH] IA64: better calculate PT_LOAD segment size

2008-09-21 Thread Jay Lan
This patch combines consecutive PL_LOAD segments into one. The end address of the last PL_LOAD segment, calculated by adding p_memsz to p_paddr & rounded up to ELF_PAGE_SIZE, will be the end address of this loaded_segments[] entry. This patch fixes the kdump kernel MCA problem caused by under- all