* Re: [PATCH v2 2/5] binfmt_elf: add ELF_HWCAP2 to compat auxv entries [not found] ` <1387807592-26375-3-git-send-email-ard.biesheuvel@linaro.org> @ 2014-02-05 14:08 ` Ard Biesheuvel 2014-02-12 13:26 ` Ard Biesheuvel 0 siblings, 1 reply; 5+ messages in thread From: Ard Biesheuvel @ 2014-02-05 14:08 UTC (permalink / raw) To: viro@zeniv.linux.org.uk, linux-fsdevel Cc: Ard Biesheuvel, linux-arm-kernel@lists.infradead.org, Catalin Marinas Hello Al, May we please have your Ack on this patch so it can go through one of the ARM trees? Thank you, Ard. On 23 December 2013 15:06, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: > Add ELF_HWCAP2 to the set of auxv entries that is passed to > a 32-bit ELF program running in 32-bit compat mode under a > 64-bit kernel. > > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> > Acked-by: Catalin Marinas <catalin.marinas@arm.com> > --- > fs/compat_binfmt_elf.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c > index a81147e..4d24d17 100644 > --- a/fs/compat_binfmt_elf.c > +++ b/fs/compat_binfmt_elf.c > @@ -88,6 +88,11 @@ static void cputime_to_compat_timeval(const cputime_t cputime, > #define ELF_HWCAP COMPAT_ELF_HWCAP > #endif > > +#ifdef COMPAT_ELF_HWCAP2 > +#undef ELF_HWCAP2 > +#define ELF_HWCAP2 COMPAT_ELF_HWCAP2 > +#endif > + > #ifdef COMPAT_ARCH_DLINFO > #undef ARCH_DLINFO > #define ARCH_DLINFO COMPAT_ARCH_DLINFO > -- > 1.8.3.2 > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 2/5] binfmt_elf: add ELF_HWCAP2 to compat auxv entries 2014-02-05 14:08 ` [PATCH v2 2/5] binfmt_elf: add ELF_HWCAP2 to compat auxv entries Ard Biesheuvel @ 2014-02-12 13:26 ` Ard Biesheuvel 2014-02-19 12:48 ` Ard Biesheuvel 0 siblings, 1 reply; 5+ messages in thread From: Ard Biesheuvel @ 2014-02-12 13:26 UTC (permalink / raw) To: viro@zeniv.linux.org.uk, linux-fsdevel; +Cc: Ard Biesheuvel, Catalin Marinas Ping? On 5 February 2014 15:08, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: > Hello Al, > > May we please have your Ack on this patch so it can go through one of > the ARM trees? > > Thank you, > Ard. > > > On 23 December 2013 15:06, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: >> Add ELF_HWCAP2 to the set of auxv entries that is passed to >> a 32-bit ELF program running in 32-bit compat mode under a >> 64-bit kernel. >> >> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> >> Acked-by: Catalin Marinas <catalin.marinas@arm.com> >> --- >> fs/compat_binfmt_elf.c | 5 +++++ >> 1 file changed, 5 insertions(+) >> >> diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c >> index a81147e..4d24d17 100644 >> --- a/fs/compat_binfmt_elf.c >> +++ b/fs/compat_binfmt_elf.c >> @@ -88,6 +88,11 @@ static void cputime_to_compat_timeval(const cputime_t cputime, >> #define ELF_HWCAP COMPAT_ELF_HWCAP >> #endif >> >> +#ifdef COMPAT_ELF_HWCAP2 >> +#undef ELF_HWCAP2 >> +#define ELF_HWCAP2 COMPAT_ELF_HWCAP2 >> +#endif >> + >> #ifdef COMPAT_ARCH_DLINFO >> #undef ARCH_DLINFO >> #define ARCH_DLINFO COMPAT_ARCH_DLINFO >> -- >> 1.8.3.2 >> ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 2/5] binfmt_elf: add ELF_HWCAP2 to compat auxv entries 2014-02-12 13:26 ` Ard Biesheuvel @ 2014-02-19 12:48 ` Ard Biesheuvel 2014-02-19 20:43 ` Andrew Morton 0 siblings, 1 reply; 5+ messages in thread From: Ard Biesheuvel @ 2014-02-19 12:48 UTC (permalink / raw) To: viro@zeniv.linux.org.uk, linux-fsdevel, gregkh@linuxfoundation.org, Andrew Morton Cc: Ard Biesheuvel, Catalin Marinas Ping? This is a fairly trivial yet obvious patch so if there is anyone else who would like to ack it? Thanks, Ard. On 12 February 2014 14:26, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: > Ping? > > On 5 February 2014 15:08, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: >> Hello Al, >> >> May we please have your Ack on this patch so it can go through one of >> the ARM trees? >> >> Thank you, >> Ard. >> >> >> On 23 December 2013 15:06, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: >>> Add ELF_HWCAP2 to the set of auxv entries that is passed to >>> a 32-bit ELF program running in 32-bit compat mode under a >>> 64-bit kernel. >>> >>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> >>> Acked-by: Catalin Marinas <catalin.marinas@arm.com> >>> --- >>> fs/compat_binfmt_elf.c | 5 +++++ >>> 1 file changed, 5 insertions(+) >>> >>> diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c >>> index a81147e..4d24d17 100644 >>> --- a/fs/compat_binfmt_elf.c >>> +++ b/fs/compat_binfmt_elf.c >>> @@ -88,6 +88,11 @@ static void cputime_to_compat_timeval(const cputime_t cputime, >>> #define ELF_HWCAP COMPAT_ELF_HWCAP >>> #endif >>> >>> +#ifdef COMPAT_ELF_HWCAP2 >>> +#undef ELF_HWCAP2 >>> +#define ELF_HWCAP2 COMPAT_ELF_HWCAP2 >>> +#endif >>> + >>> #ifdef COMPAT_ARCH_DLINFO >>> #undef ARCH_DLINFO >>> #define ARCH_DLINFO COMPAT_ARCH_DLINFO >>> -- >>> 1.8.3.2 >>> ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 2/5] binfmt_elf: add ELF_HWCAP2 to compat auxv entries 2014-02-19 12:48 ` Ard Biesheuvel @ 2014-02-19 20:43 ` Andrew Morton 2014-02-19 20:50 ` Ard Biesheuvel 0 siblings, 1 reply; 5+ messages in thread From: Andrew Morton @ 2014-02-19 20:43 UTC (permalink / raw) To: Ard Biesheuvel Cc: viro@zeniv.linux.org.uk, linux-fsdevel, gregkh@linuxfoundation.org, Catalin Marinas On Wed, 19 Feb 2014 13:48:39 +0100 Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: > Ping? > > This is a fairly trivial yet obvious patch so if there is anyone else > who would like to ack it? I'll ack it, but only if you promise to cut out the top-posting! > >>> --- a/fs/compat_binfmt_elf.c > >>> +++ b/fs/compat_binfmt_elf.c > >>> @@ -88,6 +88,11 @@ static void cputime_to_compat_timeval(const cputime_t cputime, > >>> #define ELF_HWCAP COMPAT_ELF_HWCAP > >>> #endif > >>> > >>> +#ifdef COMPAT_ELF_HWCAP2 > >>> +#undef ELF_HWCAP2 > >>> +#define ELF_HWCAP2 COMPAT_ELF_HWCAP2 > >>> +#endif > >>> + > >>> #ifdef COMPAT_ARCH_DLINFO > >>> #undef ARCH_DLINFO > >>> #define ARCH_DLINFO COMPAT_ARCH_DLINFO ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 2/5] binfmt_elf: add ELF_HWCAP2 to compat auxv entries 2014-02-19 20:43 ` Andrew Morton @ 2014-02-19 20:50 ` Ard Biesheuvel 0 siblings, 0 replies; 5+ messages in thread From: Ard Biesheuvel @ 2014-02-19 20:50 UTC (permalink / raw) To: Andrew Morton Cc: viro@zeniv.linux.org.uk, linux-fsdevel, gregkh@linuxfoundation.org, Catalin Marinas On 19 February 2014 21:43, Andrew Morton <akpm@linux-foundation.org> wrote: > On Wed, 19 Feb 2014 13:48:39 +0100 Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote: > >> Ping? >> >> This is a fairly trivial yet obvious patch so if there is anyone else >> who would like to ack it? > > I'll ack it, but only if you promise to cut out the top-posting! > That's a deal! Cheers, Ard. >> >>> --- a/fs/compat_binfmt_elf.c >> >>> +++ b/fs/compat_binfmt_elf.c >> >>> @@ -88,6 +88,11 @@ static void cputime_to_compat_timeval(const cputime_t cputime, >> >>> #define ELF_HWCAP COMPAT_ELF_HWCAP >> >>> #endif >> >>> >> >>> +#ifdef COMPAT_ELF_HWCAP2 >> >>> +#undef ELF_HWCAP2 >> >>> +#define ELF_HWCAP2 COMPAT_ELF_HWCAP2 >> >>> +#endif >> >>> + >> >>> #ifdef COMPAT_ARCH_DLINFO >> >>> #undef ARCH_DLINFO >> >>> #define ARCH_DLINFO COMPAT_ARCH_DLINFO > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-02-19 20:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1387807592-26375-1-git-send-email-ard.biesheuvel@linaro.org>
[not found] ` <1387807592-26375-3-git-send-email-ard.biesheuvel@linaro.org>
2014-02-05 14:08 ` [PATCH v2 2/5] binfmt_elf: add ELF_HWCAP2 to compat auxv entries Ard Biesheuvel
2014-02-12 13:26 ` Ard Biesheuvel
2014-02-19 12:48 ` Ard Biesheuvel
2014-02-19 20:43 ` Andrew Morton
2014-02-19 20:50 ` Ard Biesheuvel
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).