Re: [PATCH] elf loader support for auxvec base platform string

2008-07-20 Thread Benjamin Herrenschmidt
On Thu, 2008-07-17 at 09:10 -0700, Linus Torvalds wrote: > > On Thu, 17 Jul 2008, Benjamin Herrenschmidt wrote: > > > > Should I seek somebody's ack before merging a patch like the one below ? > > > > I'm a bit reluctant to merge via the powerpc.git tree some changes to > > generic files without

Re: [PATCH] elf loader support for auxvec base platform string

2008-07-17 Thread Nathan Lynch
Linus Torvalds wrote: > > > On Thu, 17 Jul 2008, Benjamin Herrenschmidt wrote: > > > > Should I seek somebody's ack before merging a patch like the one below ? > > > > I'm a bit reluctant to merge via the powerpc.git tree some changes to > > generic files without at least an ack from somebody e

Re: [PATCH] elf loader support for auxvec base platform string

2008-07-17 Thread Nathan Lynch
Andrew Morton wrote: > > On Tue, 2008-07-15 at 18:58 -0500, Nathan Lynch wrote: > > > diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c > > > index d48ff5f..834c2c4 100644 > > > --- a/fs/binfmt_elf.c > > > +++ b/fs/binfmt_elf.c > > > @@ -131,6 +131,10 @@ static int padzero(unsigned long elf_bss) > > >

Re: [PATCH] elf loader support for auxvec base platform string

2008-07-17 Thread Linus Torvalds
On Thu, 17 Jul 2008, Benjamin Herrenschmidt wrote: > > Should I seek somebody's ack before merging a patch like the one below ? > > I'm a bit reluctant to merge via the powerpc.git tree some changes to > generic files without at least an ack from somebody else :-) Gaah. Generally we don't, but

Re: [PATCH] elf loader support for auxvec base platform string

2008-07-17 Thread Andrew Morton
On Thu, 17 Jul 2008 16:35:39 +1000 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > Hi Linus, Andrew ! > > Should I seek somebody's ack before merging a patch like the one below ? I think it's good to do so. > I'm a bit reluctant to merge via the powerpc.git tree some changes to > generic f

Re: [PATCH] elf loader support for auxvec base platform string

2008-07-16 Thread Benjamin Herrenschmidt
Hi Linus, Andrew ! Should I seek somebody's ack before merging a patch like the one below ? I'm a bit reluctant to merge via the powerpc.git tree some changes to generic files without at least an ack from somebody else :-) There have been some debate on whether this AT_BASE_PLATFORM is the right

[PATCH] elf loader support for auxvec base platform string

2008-07-15 Thread Nathan Lynch
Some IBM POWER-based platforms have the ability to run in a mode which mostly appears to the OS as a different processor from the actual hardware. For example, a Power6 system may appear to be a Power5+, which makes the AT_PLATFORM value "power5+". This means that programs are restricted to the I