[v2 PATCH] ppc: move DEBUG code to --debug

2012-05-13 Thread Cong Wang
From: Cong Wang From: Cong Wang V2: Fix a compile error Like commit 28d4ab53280853d2aeefdfb7c369331e89ab9ac2 ("Add generic debug option"), this one moves code under #if DEBUG to --debug on ppc arch. Sorry that I still can't find a ppc32 machine to test this. Cc: Simon Horman Signed-off-by:

Re: makedumpfile memory usage grows with system memory size

2012-05-13 Thread HATAYAMA Daisuke
From: Atsushi Kumagai Subject: Re: makedumpfile memory usage grows with system memory size Date: Fri, 27 Apr 2012 16:46:49 +0900 > - Now, the prototype doesn't support PG_buddy because the value of > PG_buddy > is different depending on kernel configuration and it isn't stored into >

Re: a bug of "arch/x86_64.c"

2012-05-13 Thread Atsushi Kumagai
Hello, On Mon, 14 May 2012 08:39:11 +0900 "Ken'ichi Ohmichi" wrote: > > Hi Zhangfengwei, > > Thank you for your patch. > I'm out of makedumpfile development, and the maintainer is Kumagai-San now. > So he will review this patch. > > Kumagai-San, can you review this patch ? Thank you for your

Re: a bug of "arch/x86_64.c"

2012-05-13 Thread Ken'ichi Ohmichi
Hi Zhangfengwei, Thank you for your patch. I'm out of makedumpfile development, and the maintainer is Kumagai-San now. So he will review this patch. Kumagai-San, can you review this patch ? Thanks Ken'ichi Ohmichi --- On Thu, 10 May 2012 20:07:33 +0800 Zhangfengwei wrote: > > Hello, >