Re: [PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN

2015-01-22 Thread Scott Wood
On Thu, 2015-01-22 at 18:20 -0600, Kim Phillips wrote: > On Wed, 21 Jan 2015 21:02:27 -0600 > Scott Wood wrote: > > > On Wed, 2015-01-21 at 20:48 -0600, Kim Phillips wrote: > > > fake_pci_bus()' version is static, so it's not on the stack. > > > > > > given that, maybe fsl_pcie_check_link()'s sh

Re: [PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN

2015-01-22 Thread Kim Phillips
On Wed, 21 Jan 2015 21:02:27 -0600 Scott Wood wrote: > On Wed, 2015-01-21 at 20:48 -0600, Kim Phillips wrote: > > On Tue, 20 Jan 2015 18:31:32 -0600 > > Scott Wood wrote: > > > > > On Tue, 2015-01-20 at 14:03 -0600, Kim Phillips wrote: > > > > Fix this: > > > > > > > > CC arch/powerpc/s

Re: [PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN

2015-01-21 Thread Scott Wood
On Wed, 2015-01-21 at 20:48 -0600, Kim Phillips wrote: > On Tue, 20 Jan 2015 18:31:32 -0600 > Scott Wood wrote: > > > On Tue, 2015-01-20 at 14:03 -0600, Kim Phillips wrote: > > > Fix this: > > > > > > CC arch/powerpc/sysdev/fsl_pci.o > > > arch/powerpc/sysdev/fsl_pci.c: In function 'fsl_p

Re: [PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN

2015-01-21 Thread Kim Phillips
On Tue, 20 Jan 2015 18:31:32 -0600 Scott Wood wrote: > On Tue, 2015-01-20 at 14:03 -0600, Kim Phillips wrote: > > Fix this: > > > > CC arch/powerpc/sysdev/fsl_pci.o > > arch/powerpc/sysdev/fsl_pci.c: In function 'fsl_pcie_check_link': > > arch/powerpc/sysdev/fsl_pci.c:91:1: error: the fra

Re: [PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN

2015-01-20 Thread Scott Wood
On Tue, 2015-01-20 at 14:03 -0600, Kim Phillips wrote: > Fix this: > > CC arch/powerpc/sysdev/fsl_pci.o > arch/powerpc/sysdev/fsl_pci.c: In function 'fsl_pcie_check_link': > arch/powerpc/sysdev/fsl_pci.c:91:1: error: the frame size of 1360 bytes is > larger than 1024 bytes [-Werror=frame-l

[PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN

2015-01-20 Thread Kim Phillips
Fix this: CC arch/powerpc/sysdev/fsl_pci.o arch/powerpc/sysdev/fsl_pci.c: In function 'fsl_pcie_check_link': arch/powerpc/sysdev/fsl_pci.c:91:1: error: the frame size of 1360 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] when configuring FRAME_WARN, by converting the alloca