Re: [PATCH v2] vmcore: copy fractional pages into buffers in the kdump 2nd kernel

2013-12-12 Thread HATAYAMA Daisuke
(2013/12/13 1:42), Vivek Goyal wrote: On Mon, Dec 09, 2013 at 05:06:06PM +0900, HATAYAMA Daisuke wrote: This is a patch for fixing mmap failure due to fractional page issue. This patch might be still a bit too large as a single patch and might need to split. If you think patch refactoring is n

Re: [PATCH v2] vmcore: copy fractional pages into buffers in the kdump 2nd kernel

2013-12-12 Thread Vivek Goyal
On Mon, Dec 09, 2013 at 05:06:06PM +0900, HATAYAMA Daisuke wrote: > This is a patch for fixing mmap failure due to fractional page issue. > > This patch might be still a bit too large as a single patch and might need to > split. > If you think patch refactoring is needed, please suggest. > > Cha

Re: [PATCH v2] vmcore: copy fractional pages into buffers in the kdump 2nd kernel

2013-12-11 Thread WANG Chao
On 12/09/13 at 05:06pm, HATAYAMA Daisuke wrote: > This is a patch for fixing mmap failure due to fractional page issue. > > This patch might be still a bit too large as a single patch and might need to > split. > If you think patch refactoring is needed, please suggest. > > Change Log: > > v1 =