Searched hist:"0 e6d3112a4e95d55cf6dca88f298d5f4b8f29bd1" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | elf.h | diff 0e6d3112a4e95d55cf6dca88f298d5f4b8f29bd1 Sun Sep 07 22:05:05 CEST 2014 Ben Hutchings <ben@decadent.org.uk> x86: Reject x32 executables if x32 ABI not supported
It is currently possible to execve() an x32 executable on an x86_64 kernel that has only ia32 compat enabled. However all its syscalls will fail, even _exit(). This usually causes it to segfault.
Change the ELF compat architecture check so that x32 executables are rejected if we don't support the x32 ABI.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Link: http://lkml.kernel.org/r/1410120305.6822.9.camel@decadent.org.uk Cc: stable@vger.kernel.org Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|