[PATCH 0/2] powerpc/kexec build failure fixes

2011-04-06 Thread Kamalesh Babulal
Hi Greg, Can you please pull the powerpc build failure fixes patch series into 2.6.32-stable. Kumar Gala (1): powerpc/kexec: Add ifdef CONFIG_PPC_STD_MMU_64 to PPC64 code Paul E. McKenney (1): powerpc: Fix default_machine_crash_shutdown #ifdef botch arch/powerpc/kernel/crash.c |

[PATCH 2/2] powerpc: Fix default_machine_crash_shutdown #ifdef botch

2011-04-06 Thread Kamalesh Babulal
around the invocation. Reported-by: Ben Hutchings Signed-off-by: Paul E. McKenney Acked-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Kamalesh Babulal cc: Anton Blanchard --- arch/powerpc/kernel/crash.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[PATCH 1/2] powerpc/kexec: Add ifdef CONFIG_PPC_STD_MMU_64 to PPC64 code

2011-04-06 Thread Kamalesh Babulal
powerpc/kexec: Add ifdef CONFIG_PPC_STD_MMU_64 to PPC64 code This patch introduces PPC64 specific #ifdef bits from the upstream commit: b3df895aebe091b1657a42a8c859bd49fc96646b. Reported-and-tested-by: dann frazier Signed-off-by: Kumar Gala Signed-off-by: Kamalesh Babulal cc: Benjamin

Re: Stable update of linux-2.6

2011-04-05 Thread Kamalesh Babulal
* Greg KH [2011-04-05 08:47:37]: > On Tue, Apr 05, 2011 at 08:41:50PM +0530, Kamalesh Babulal wrote: > > * Greg KH [2011-04-05 07:08:30]: > > > > > On Tue, Apr 05, 2011 at 04:21:33PM +0530, Kamalesh Babulal wrote: > > > > * dann frazier [2011-04-04 15:57:55

Re: Stable update of linux-2.6

2011-04-05 Thread Kamalesh Babulal
* Greg KH [2011-04-05 07:08:30]: > On Tue, Apr 05, 2011 at 04:21:33PM +0530, Kamalesh Babulal wrote: > > * dann frazier [2011-04-04 15:57:55]: > > > > > On Sun, Apr 03, 2011 at 01:21:03PM +0530, Kamalesh Babulal wrote: > > > > * dann frazier [2011-04-02 11:

Re: Stable update of linux-2.6

2011-04-05 Thread Kamalesh Babulal
* dann frazier [2011-04-04 15:57:55]: > On Sun, Apr 03, 2011 at 01:21:03PM +0530, Kamalesh Babulal wrote: > > * dann frazier [2011-04-02 11:23:03]: > > > > > 2.6.32.36 also fails to build on powerpc/SMP: > > > > > > CC arch/powerpc/kernel/cra

Re: Stable update of linux-2.6

2011-04-03 Thread Kamalesh Babulal
y crash_kexec_wait_realmode(), with powerpc build with !SMP. Reported-by: Ben Hutchings Reported-by: dann frazier Signed-off-by: Kamalesh Babulal cc: Paul E. McKenney cc: Michael Neuling cc: Benjamin Herrenschmidt cc: Anton Blanchard cc: Kumar Gala

Re: Stable update of linux-2.6

2011-04-02 Thread Kamalesh Babulal
* dann frazier [2011-04-02 11:23:03]: > 2.6.32.36 also fails to build on powerpc/SMP: > > CC arch/powerpc/kernel/crash.o > arch/powerpc/kernel/crash.c: In function 'crash_kexec_wait_realmode': > arch/powerpc/kernel/crash.c:176: error: 'paca' undeclared (first use in this > function) > ar

Re: Stable update of linux-2.6

2011-03-30 Thread Kamalesh Babulal
cKenney's patch. Greg can you please pull the patch into 2.6.32-stable. powerpc: Fix default_machine_crash_shutdown #ifdef build failure Introducing #ifdef to fix the build failure caused by crash_kexec_wait_realmode(), with powerpc build with !SMP. Reported-by: Ben Hutchings