summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
diff options
context:
space:
mode:
authorGabriel Krisman Bertazi <krisman@collabora.com>2020-10-04 05:25:30 +0200
committerThomas Gleixner <tglx@linutronix.de>2020-10-26 13:46:46 +0100
commit2656af0d5abfa26d7f1e40f92e9953fe155b950a (patch)
tree7289000583072d1f45ddd91274072af08a6b5443 /fs/binfmt_elf.c
parentx86/oprofile: Avoid TIF_IA32 when checking 64bit mode (diff)
downloadlinux-2656af0d5abfa26d7f1e40f92e9953fe155b950a.tar.xz
linux-2656af0d5abfa26d7f1e40f92e9953fe155b950a.zip
x86/elf: Use e_machine to choose DLINFO in compat
Since TIF_X32 is going away, avoid using it to find the ELF type on ARCH_DLINFO. According to SysV AMD64 ABI Draft, an AMD64 ELF object using ILP32 must have ELFCLASS32 with (E_MACHINE == EM_X86_64), so use that ELF field to differentiate a x32 object from a IA32 object when loading ARCH_DLINFO in compat mode. Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Andy Lutomirski <luto@kernel.org> Link: https://lore.kernel.org/r/20201004032536.1229030-5-krisman@collabora.com
Diffstat (limited to 'fs/binfmt_elf.c')
0 files changed, 0 insertions, 0 deletions