Re: linux-next: build warnings after merge of the final tree

2011-12-21 Thread Stephen Rothwell
Hi Peter, On Wed, 14 Dec 2011 08:47:01 -0800 "H. Peter Anvin" wrote: > > On 12/14/2011 08:32 AM, Steven Rostedt wrote: > > On Wed, 2011-12-14 at 18:15 +1100, Stephen Rothwell wrote: > > > >> Maybe caused by commit d5e553d6e0a4 ("trace: Include > >> in trace_syscalls.c") from the tip tree. Thes

linux-next: boot failure for next-20111216

2011-12-21 Thread Stephen Rothwell
Hi all, next-20111216 (and all later so far) fails to boot on a Power7 blade server like this: calling .serial8250_init+0x0/0x1e0 @ 1 Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled INFO: rcu_sched detected stalls on CPUs/tasks: { 3 4 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2

Re: [PATCH 3/3] powerpc/44x: Add support PCI-E for APM821xx SoC and Bluestone board

2011-12-21 Thread Josh Boyer
On Tue, Dec 20, 2011 at 11:47 PM, Vinh Huu Tuong Nguyen wrote: >> + >> +       mtdcri(SDR0, port->sdr_base + PESDRn_RCSSET, >> +               mfdcri(SDR0, port->sdr_base + PESDRn_RCSSET) | >> +               (PESDRx_RCSSET_RSTGU | PESDRx_RCSSET_RSTPYN)); >> + >> +       /* Poll for PHY reset */ >

Re: Please pull 'next' branch of 4xx tree

2011-12-21 Thread Josh Boyer
On Tue, Dec 20, 2011 at 11:23 AM, Josh Boyer wrote: > Hi Ben, > > This is the relocatable series from Suzie that has been brewing for quite a > while.  I also included a small fix for currituck that I hit when I was > building > various kernels. > > NOTE: To build anything config that includes th

[PATCH] arch/powerpc/kvm/e500: Additional module.h => export.h fixup

2011-12-21 Thread Kyle Moffett
This file, like many others, needs to include . Signed-off-by: Kyle Moffett --- arch/powerpc/kvm/e500.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/kvm/e500.c b/arch/powerpc/kvm/e500.c index 26d2090..387c383 100644 --- a/arch/powerpc/kvm/e500.c +++ b/arc