Please pull powerpc.git merge branch

7 messages, 5 authors, 2007-08-07 · open the first message on its own page

Please pull powerpc.git merge branch

From: Paul Mackerras <hidden>
Date: 2007-08-03 10:32:53

Linus,

Please do

git pull \
git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge

to get another batch of bug-fixes for powerpc.

Thanks,
Paul.

 arch/powerpc/kernel/entry_64.S            |    3 +++
 arch/powerpc/kernel/pci_32.c              |    5 ++++-
 arch/powerpc/kernel/smp.c                 |    9 +++------
 arch/powerpc/mm/hash_low_64.S             |    6 ++++--
 arch/powerpc/mm/hash_utils_64.c           |    2 +-
 arch/powerpc/mm/numa.c                    |    4 ++--
 arch/powerpc/mm/slb.c                     |   28 ++++++++++++++++++----------
 arch/powerpc/platforms/cell/spufs/sched.c |    3 ++-
 arch/powerpc/platforms/powermac/feature.c |    6 ++++--
 arch/powerpc/platforms/ps3/setup.c        |    2 +-
 include/asm-powerpc/mmu-hash64.h          |    1 +
 include/asm-powerpc/pgtable-64k.h         |    8 +++-----
 12 files changed, 46 insertions(+), 31 deletions(-)

Andre Detsch (1):
      [POWERPC] spufs: Fix affinity after introduction of node_allowed() calls

Kevin Corry (1):
      [POWERPC] Fix num_cpus calculation in smp_call_function_map()

Michael Ellerman (1):
      [POWERPC] Fix parse_drconf_memory() for 64-bit start addresses

Michael Neuling (1):
      [POWERPC] Fixes for the SLB shadow buffer code

Paul Mackerras (2):
      [POWERPC] Expand RPN field to 34 bits when using 64k pages
      [POWERPC] Fix special PTE code for secondary hash bucket

Segher Boessenkool (2):
      [POWERPC] Fix a compile warning in pci_32.c
      [POWERPC] Fix a compile warning in powermac/feature.c

Stephen Rothwell (1):
      [POWERPC] ps3: Fix section mismatch in ps3/setup.c

RE: Please pull powerpc.git merge branch

From: Zhang Wei-r63237 <hidden>
Date: 2007-08-06 05:57:23

Hi, Paul,

How about following patches?

[PATCH 1/2] Add sysdev/pci_quirks.c file into PowerPC architecture with
ULI chip quirk functions.
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040363.html
[PATCH 2/2] Remove ULI chip quirks functions from MPC8641HPCN and
MPC8544DS boards.
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040364.html

[PATCH 1/3] Add a new member name to structure irq_host =20
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039896.html
[PATCH 2/3] Add irq host name for all powerpc interrupt controllors.=20
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039897.html
[PATCH 3/3] Add irq debugfs and virq_mapping for getting the virq=20
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039895.html


Thanks!

Best Regards,
Zhang Wei


-----Original Message-----
From: linuxppc-dev-bounces+wei.zhang=3Dfreescale.com@ozlabs.org=20
[mailto:linuxppc-dev-bounces+wei.zhang=3Dfreescale.com@ozlabs.or
g] On Behalf Of Paul Mackerras
Sent: Friday, August 03, 2007 6:33 PM
To: torvalds@linux-foundation.org
Cc: linuxppc-dev@ozlabs.org
Subject: Please pull powerpc.git merge branch
=20
Linus,
=20
Please do
=20
git pull \
git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge
=20
to get another batch of bug-fixes for powerpc.
=20
Thanks,
Paul.
=20
 arch/powerpc/kernel/entry_64.S            |    3 +++
 arch/powerpc/kernel/pci_32.c              |    5 ++++-
 arch/powerpc/kernel/smp.c                 |    9 +++------
 arch/powerpc/mm/hash_low_64.S             |    6 ++++--
 arch/powerpc/mm/hash_utils_64.c           |    2 +-
 arch/powerpc/mm/numa.c                    |    4 ++--
 arch/powerpc/mm/slb.c                     |   28=20
++++++++++++++++++----------
 arch/powerpc/platforms/cell/spufs/sched.c |    3 ++-
 arch/powerpc/platforms/powermac/feature.c |    6 ++++--
 arch/powerpc/platforms/ps3/setup.c        |    2 +-
 include/asm-powerpc/mmu-hash64.h          |    1 +
 include/asm-powerpc/pgtable-64k.h         |    8 +++-----
 12 files changed, 46 insertions(+), 31 deletions(-)
=20
Andre Detsch (1):
      [POWERPC] spufs: Fix affinity after introduction of=20
node_allowed() calls
=20
Kevin Corry (1):
      [POWERPC] Fix num_cpus calculation in smp_call_function_map()
=20
Michael Ellerman (1):
      [POWERPC] Fix parse_drconf_memory() for 64-bit start addresses
=20
Michael Neuling (1):
      [POWERPC] Fixes for the SLB shadow buffer code
=20
Paul Mackerras (2):
      [POWERPC] Expand RPN field to 34 bits when using 64k pages
      [POWERPC] Fix special PTE code for secondary hash bucket
=20
Segher Boessenkool (2):
      [POWERPC] Fix a compile warning in pci_32.c
      [POWERPC] Fix a compile warning in powermac/feature.c
=20
Stephen Rothwell (1):
      [POWERPC] ps3: Fix section mismatch in ps3/setup.c
=20
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
=20

Re: Please pull powerpc.git merge branch

From: Kumar Gala <hidden>
Date: 2007-08-06 13:56:30

On Aug 6, 2007, at 12:57 AM, Zhang Wei-r63237 wrote:
Hi, Paul,

How about following patches?

[PATCH 1/2] Add sysdev/pci_quirks.c file into PowerPC architecture  
with
ULI chip quirk functions.
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040363.html
[PATCH 2/2] Remove ULI chip quirks functions from MPC8641HPCN and
MPC8544DS boards.
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040364.html

[PATCH 1/3] Add a new member name to structure irq_host
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039896.html
[PATCH 2/3] Add irq host name for all powerpc interrupt controllors.
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039897.html
[PATCH 3/3] Add irq debugfs and virq_mapping for getting the virq
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039895.html
These patches aren't fixing any bugs and would be for 2.6.24 at this  
point.

- k

Re: Please pull powerpc.git merge branch

From: Michael Ellerman <hidden>
Date: 2007-08-07 01:06:17

On Mon, 2007-08-06 at 08:57 -0500, Kumar Gala wrote:
On Aug 6, 2007, at 12:57 AM, Zhang Wei-r63237 wrote:
quoted
Hi, Paul,

How about following patches?

[PATCH 1/2] Add sysdev/pci_quirks.c file into PowerPC architecture  
with
ULI chip quirk functions.
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040363.html
[PATCH 2/2] Remove ULI chip quirks functions from MPC8641HPCN and
MPC8544DS boards.
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040364.html

[PATCH 1/3] Add a new member name to structure irq_host
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039896.html
[PATCH 2/3] Add irq host name for all powerpc interrupt controllors.
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039897.html
[PATCH 3/3] Add irq debugfs and virq_mapping for getting the virq
URL: http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039895.html
These patches aren't fixing any bugs and would be for 2.6.24 at this  
point.
And I reworked them and posted new versions.

cheers

-- 
Michael Ellerman
OzLabs, IBM Australia Development Lab

wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)

We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://ozlabs.org/pipermail/linuxppc-dev/attachments/20070807/bfb21f14/attachment.pgp 

Re: Please pull powerpc.git merge branch

From: Zang Roy-r61911 <hidden>
Date: 2007-08-07 02:57:37

On Tue, 2007-08-07 at 09:06, Michael Ellerman wrote:
On Mon, 2007-08-06 at 08:57 -0500, Kumar Gala wrote:
quoted
On Aug 6, 2007, at 12:57 AM, Zhang Wei-r63237 wrote:
quoted
Hi, Paul,

How about following patches?

[PATCH 1/2] Add sysdev/pci_quirks.c file into PowerPC
architecture  
quoted
quoted
with
ULI chip quirk functions.
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040363.html
quoted
quoted
[PATCH 2/2] Remove ULI chip quirks functions from MPC8641HPCN and
MPC8544DS boards.
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040364.html
quoted
quoted
[PATCH 1/3] Add a new member name to structure irq_host
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039896.html
quoted
quoted
[PATCH 2/3] Add irq host name for all powerpc interrupt
controllors.
quoted
quoted
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039897.html
quoted
quoted
[PATCH 3/3] Add irq debugfs and virq_mapping for getting the virq
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039895.html
quoted
These patches aren't fixing any bugs and would be for 2.6.24 at
this  
quoted
point.
And I reworked them and posted new versions.
Where are the new versions?
I missed them?
Roy

Re: Please pull powerpc.git merge branch

From: Michael Ellerman <hidden>
Date: 2007-08-07 03:18:35

On Tue, 2007-08-07 at 10:57 +0800, Zang Roy-r61911 wrote:
On Tue, 2007-08-07 at 09:06, Michael Ellerman wrote:
quoted
On Mon, 2007-08-06 at 08:57 -0500, Kumar Gala wrote:
quoted
On Aug 6, 2007, at 12:57 AM, Zhang Wei-r63237 wrote:
quoted
Hi, Paul,

How about following patches?

[PATCH 1/2] Add sysdev/pci_quirks.c file into PowerPC
architecture  
quoted
quoted
with
ULI chip quirk functions.
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040363.html
quoted
quoted
[PATCH 2/2] Remove ULI chip quirks functions from MPC8641HPCN and
MPC8544DS boards.
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040364.html
quoted
quoted
[PATCH 1/3] Add a new member name to structure irq_host
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039896.html
quoted
quoted
[PATCH 2/3] Add irq host name for all powerpc interrupt
controllors.
quoted
quoted
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039897.html
quoted
quoted
[PATCH 3/3] Add irq debugfs and virq_mapping for getting the virq
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039895.html
quoted
These patches aren't fixing any bugs and would be for 2.6.24 at
this  
quoted
point.
And I reworked them and posted new versions.
Where are the new versions?
I missed them?
On the list, I though I cc'ed you but I guess I forgot :)

http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=12612
http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=12613
http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=12614
http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=12615
http://patchwork.ozlabs.org/linuxppc/patch?q=ellerman&id=12616

cheers

-- 
Michael Ellerman
OzLabs, IBM Australia Development Lab

wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)

We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person

RE: Please pull powerpc.git merge branch

From: Zhang Wei-r63237 <hidden>
Date: 2007-08-07 03:31:40

Hi, Michael,

I get them. Thanks for your work! :)

Best Regards,
Zhang Wei
-----Original Message-----
From: Michael Ellerman [mailto:michael@ellerman.id.au]=20
Sent: Tuesday, August 07, 2007 11:19 AM
To: Zang Roy-r61911
Cc: Kumar Gala; linuxppc-dev list; Paul Mackerras; Zhang Wei-r63237
Subject: Re: Please pull powerpc.git merge branch
=20
On Tue, 2007-08-07 at 10:57 +0800, Zang Roy-r61911 wrote:
quoted
On Tue, 2007-08-07 at 09:06, Michael Ellerman wrote:
quoted
On Mon, 2007-08-06 at 08:57 -0500, Kumar Gala wrote:
quoted
On Aug 6, 2007, at 12:57 AM, Zhang Wei-r63237 wrote:
=20
quoted
Hi, Paul,

How about following patches?

[PATCH 1/2] Add sysdev/pci_quirks.c file into PowerPC
architecture =20
quoted
quoted
with
ULI chip quirk functions.
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040363.html
quoted
quoted
[PATCH 2/2] Remove ULI chip quirks functions from=20
MPC8641HPCN and
quoted
quoted
quoted
quoted
MPC8544DS boards.
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-August/040364.html
quoted
quoted
[PATCH 1/3] Add a new member name to structure irq_host
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039896.html
quoted
quoted
[PATCH 2/3] Add irq host name for all powerpc interrupt
controllors.
quoted
quoted
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039897.html
quoted
quoted
[PATCH 3/3] Add irq debugfs and virq_mapping for=20
getting the virq
quoted
quoted
quoted
quoted
URL:
http://ozlabs.org/pipermail/linuxppc-dev/2007-July/039895.html
quoted
=20
These patches aren't fixing any bugs and would be for 2.6.24 at
this =20
quoted
point.
=20
And I reworked them and posted new versions.
Where are the new versions?
I missed them?
=20
On the list, I though I cc'ed you but I guess I forgot :)
=20
http://patchwork.ozlabs.org/linuxppc/patch?q=3Dellerman&id=3D12612
http://patchwork.ozlabs.org/linuxppc/patch?q=3Dellerman&id=3D12613
http://patchwork.ozlabs.org/linuxppc/patch?q=3Dellerman&id=3D12614
http://patchwork.ozlabs.org/linuxppc/patch?q=3Dellerman&id=3D12615
http://patchwork.ozlabs.org/linuxppc/patch?q=3Dellerman&id=3D12616
=20
cheers
=20
--=20
Michael Ellerman
OzLabs, IBM Australia Development Lab
=20
wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)
=20
We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person
=20
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help