Re: [PATCH 03/10] binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers

2014-11-13 Thread Thierry Reding
On Thu, Nov 13, 2014 at 01:16:19AM +0100, Ralf Baechle wrote: > On Wed, Nov 12, 2014 at 02:41:04PM +0100, Thierry Reding wrote: > > > Hi Ralf, > > > > This commit showed up in linux-next and causes a warning in linux/elf.h > > because it doesn't know struct file. I've fixed it locally with this:

Re: [PATCH 03/10] binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers

2014-11-13 Thread Thierry Reding
On Thu, Nov 13, 2014 at 01:16:19AM +0100, Ralf Baechle wrote: On Wed, Nov 12, 2014 at 02:41:04PM +0100, Thierry Reding wrote: Hi Ralf, This commit showed up in linux-next and causes a warning in linux/elf.h because it doesn't know struct file. I've fixed it locally with this: ---

Re: [PATCH 03/10] binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers

2014-11-12 Thread Ralf Baechle
On Wed, Nov 12, 2014 at 02:41:04PM +0100, Thierry Reding wrote: > Hi Ralf, > > This commit showed up in linux-next and causes a warning in linux/elf.h > because it doesn't know struct file. I've fixed it locally with this: > > --- > diff --git a/include/linux/elf.h b/include/linux/elf.h > index

Re: [PATCH 03/10] binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers

2014-11-12 Thread Thierry Reding
On Thu, Sep 11, 2014 at 08:30:16AM +0100, Paul Burton wrote: > MIPS is introducing new variants of its O32 ABI which differ in their > handling of floating point, in order to enable a gradual transition > towards a world where mips32 binaries can take advantage of new hardware > features only

Re: [PATCH 03/10] binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers

2014-11-12 Thread Thierry Reding
On Thu, Sep 11, 2014 at 08:30:16AM +0100, Paul Burton wrote: MIPS is introducing new variants of its O32 ABI which differ in their handling of floating point, in order to enable a gradual transition towards a world where mips32 binaries can take advantage of new hardware features only

Re: [PATCH 03/10] binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers

2014-11-12 Thread Ralf Baechle
On Wed, Nov 12, 2014 at 02:41:04PM +0100, Thierry Reding wrote: Hi Ralf, This commit showed up in linux-next and causes a warning in linux/elf.h because it doesn't know struct file. I've fixed it locally with this: --- diff --git a/include/linux/elf.h b/include/linux/elf.h index

[PATCH 03/10] binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers

2014-09-11 Thread Paul Burton
MIPS is introducing new variants of its O32 ABI which differ in their handling of floating point, in order to enable a gradual transition towards a world where mips32 binaries can take advantage of new hardware features only available when configured for certain FP modes. In order to do this ELF

[PATCH 03/10] binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers

2014-09-11 Thread Paul Burton
MIPS is introducing new variants of its O32 ABI which differ in their handling of floating point, in order to enable a gradual transition towards a world where mips32 binaries can take advantage of new hardware features only available when configured for certain FP modes. In order to do this ELF