linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* powerpc.git tree now on kernel.org
@ 2005-11-16  5:48 Paul Mackerras
  2005-11-16  6:17 ` Fwd: " Kumar Gala
  2005-11-16  8:24 ` Christoph Hellwig
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Mackerras @ 2005-11-16  5:48 UTC (permalink / raw)
  To: linuxppc-dev, linuxppc64-dev, akpm

I have just created a git tree for ppc/powerpc patches that are
candidates for 2.6.16.  The tree is at:

git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git

Currently, besides the patches that are in the powerpc-merge.git tree,
there are the following patches in there:

Adrian Bunk:
      PPC_PREP: remove unneeded exports

Benjamin Herrenschmidt:
      powerpc: Merge align.c (#2)

David Gibson:
      powerpc: Remove imalloc.h

David Woodhouse:
      syscall entry/exit revamp

Kumar Gala:
      powerpc: moved ipic code to arch/powerpc

Michael Ellerman:
      powerpc: Merge kexec

Mike Kravetz:
      Remove SPAN_OTHER_NODES config definition

Although some of these patches may go to Linus before 2.6.15 is
released, I won't be asking Linus to pull this tree directly, since it
is likely to get a bit messy as patches are updated.  I expect that
Andrew Morton will pull this tree periodically and include it in his
-mm releases.

Paul.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Fwd: powerpc.git tree now on kernel.org
  2005-11-16  5:48 powerpc.git tree now on kernel.org Paul Mackerras
@ 2005-11-16  6:17 ` Kumar Gala
  2005-11-16  8:24 ` Christoph Hellwig
  1 sibling, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2005-11-16  6:17 UTC (permalink / raw)
  To: linuxppc-embedded@ozlabs.org list

For those that only read linuxppc-embedded (and shame on you :)

- kumar

Begin forwarded message:

> From: Paul Mackerras <paulus@samba.org>
> Date: November 15, 2005 11:48:35 PM CST
> To: linuxppc-dev@ozlabs.org, linuxppc64-dev@ozlabs.org, akpm@osdl.org
> Subject: powerpc.git tree now on kernel.org
>
> I have just created a git tree for ppc/powerpc patches that are
> candidates for 2.6.16.  The tree is at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git
>
> Currently, besides the patches that are in the powerpc-merge.git tree,
> there are the following patches in there:
>
> Adrian Bunk:
>       PPC_PREP: remove unneeded exports
>
> Benjamin Herrenschmidt:
>       powerpc: Merge align.c (#2)
>
> David Gibson:
>       powerpc: Remove imalloc.h
>
> David Woodhouse:
>       syscall entry/exit revamp
>
> Kumar Gala:
>       powerpc: moved ipic code to arch/powerpc
>
> Michael Ellerman:
>       powerpc: Merge kexec
>
> Mike Kravetz:
>       Remove SPAN_OTHER_NODES config definition
>
> Although some of these patches may go to Linus before 2.6.15 is
> released, I won't be asking Linus to pull this tree directly, since it
> is likely to get a bit messy as patches are updated.  I expect that
> Andrew Morton will pull this tree periodically and include it in his
> -mm releases.
>
> Paul.
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: powerpc.git tree now on kernel.org
  2005-11-16  5:48 powerpc.git tree now on kernel.org Paul Mackerras
  2005-11-16  6:17 ` Fwd: " Kumar Gala
@ 2005-11-16  8:24 ` Christoph Hellwig
  2005-11-16  8:31   ` Paul Mackerras
  1 sibling, 1 reply; 4+ messages in thread
From: Christoph Hellwig @ 2005-11-16  8:24 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: akpm, linuxppc-dev, linuxppc64-dev

On Wed, Nov 16, 2005 at 04:48:35PM +1100, Paul Mackerras wrote:
> Although some of these patches may go to Linus before 2.6.15 is
> released, I won't be asking Linus to pull this tree directly, since it
> is likely to get a bit messy as patches are updated.  I expect that
> Andrew Morton will pull this tree periodically and include it in his
> -mm releases.

Please make sure at least all patches required to kill arch/ppc64 and
include/asm-ppc64 go to Linus.  If 2.6.15 released with the include3
hack that would mean endless pain to people building external modules
and the distributions trying to support that.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: powerpc.git tree now on kernel.org
  2005-11-16  8:24 ` Christoph Hellwig
@ 2005-11-16  8:31   ` Paul Mackerras
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Mackerras @ 2005-11-16  8:31 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: akpm, linuxppc-dev, linuxppc64-dev

Christoph Hellwig writes:

> Please make sure at least all patches required to kill arch/ppc64 and
> include/asm-ppc64 go to Linus.  If 2.6.15 released with the include3
> hack that would mean endless pain to people building external modules
> and the distributions trying to support that.

Yes, that is my intention.  For 2.6.15, at this stage, some of the
header files might end up looking like:

#ifdef CONFIG_PPC32
#include <asm-ppc/foo.h>
#else
/* contents of asm-ppc64/foo.h */
#endif

if it looks like doing a proper merge will require too many changes.
But at least it gets the files out of include/asm-ppc64.

Paul.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-16  8:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-16  5:48 powerpc.git tree now on kernel.org Paul Mackerras
2005-11-16  6:17 ` Fwd: " Kumar Gala
2005-11-16  8:24 ` Christoph Hellwig
2005-11-16  8:31   ` Paul Mackerras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).