mbox

Pull request: scottwood/linux.git for-3.10

Message ID 20130624220237.GA24585@home.buserror.net (mailing list archive)
State Not Applicable
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git for-3.10

Message

Scott Wood June 24, 2013, 10:02 p.m. UTC
This fixes a regression that causes 83xx to oops on boot if a
non-express PCI bus is present.  It is the same patch as the last pull
request, but with the changelog reworded to be clearer that this is a
regression.

The following changes since commit 17858ca65eef148d335ffd4cfc09228a1c1cbfb5:

  Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux (2013-06-18 06:29:19 -1000)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git for-3.10

for you to fetch changes up to b37e161388ac3980d5dfb73050e85874b84253eb:

  powerpc/pci: Fix boot panic on mpc83xx (regression) (2013-06-24 16:54:09 -0500)

----------------------------------------------------------------
Rojhalat Ibrahim (1):
      powerpc/pci: Fix boot panic on mpc83xx (regression)

 arch/powerpc/sysdev/fsl_pci.c | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

Comments

Benjamin Herrenschmidt June 24, 2013, 10:07 p.m. UTC | #1
On Mon, 2013-06-24 at 17:02 -0500, Scott Wood wrote:
> This fixes a regression that causes 83xx to oops on boot if a
> non-express PCI bus is present.  It is the same patch as the last pull
> request, but with the changelog reworded to be clearer that this is a
> regression.

Ok, Kumar, I'll pick that up and send to Linus.

Cheers,
Ben.

> The following changes since commit 17858ca65eef148d335ffd4cfc09228a1c1cbfb5:
> 
>   Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux (2013-06-18 06:29:19 -1000)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git for-3.10
> 
> for you to fetch changes up to b37e161388ac3980d5dfb73050e85874b84253eb:
> 
>   powerpc/pci: Fix boot panic on mpc83xx (regression) (2013-06-24 16:54:09 -0500)
> 
> ----------------------------------------------------------------
> Rojhalat Ibrahim (1):
>       powerpc/pci: Fix boot panic on mpc83xx (regression)
> 
>  arch/powerpc/sysdev/fsl_pci.c | 24 +++++++++---------------
>  1 file changed, 9 insertions(+), 15 deletions(-)