提交 66d6e3b3 编写于 作者: A Ard Biesheuvel 提交者: Catalin Marinas

binfmt_elf: add ELF_HWCAP2 to compat auxv entries

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: NArd Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
上级 bff70595
...@@ -88,6 +88,11 @@ static void cputime_to_compat_timeval(const cputime_t cputime, ...@@ -88,6 +88,11 @@ static void cputime_to_compat_timeval(const cputime_t cputime,
#define ELF_HWCAP COMPAT_ELF_HWCAP #define ELF_HWCAP COMPAT_ELF_HWCAP
#endif #endif
#ifdef COMPAT_ELF_HWCAP2
#undef ELF_HWCAP2
#define ELF_HWCAP2 COMPAT_ELF_HWCAP2
#endif
#ifdef COMPAT_ARCH_DLINFO #ifdef COMPAT_ARCH_DLINFO
#undef ARCH_DLINFO #undef ARCH_DLINFO
#define ARCH_DLINFO COMPAT_ARCH_DLINFO #define ARCH_DLINFO COMPAT_ARCH_DLINFO
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册