Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756110AbbGFPu4 (ORCPT ); Mon, 6 Jul 2015 11:50:56 -0400 Received: from terminus.zytor.com ([198.137.202.10]:49778 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753495AbbGFPuv (ORCPT ); Mon, 6 Jul 2015 11:50:51 -0400 Date: Mon, 6 Jul 2015 08:50:04 -0700 From: tip-bot for Brian Gerst Message-ID: Cc: mingo@kernel.org, dvlasenk@redhat.com, tglx@linutronix.de, torvalds@linux-foundation.org, peterz@infradead.org, bp@alien8.de, linux-kernel@vger.kernel.org, hpa@zytor.com, luto@amacapital.net, brgerst@gmail.com Reply-To: dvlasenk@redhat.com, mingo@kernel.org, peterz@infradead.org, torvalds@linux-foundation.org, tglx@linutronix.de, hpa@zytor.com, bp@alien8.de, linux-kernel@vger.kernel.org, brgerst@gmail.com, luto@amacapital.net In-Reply-To: <1434974121-32575-13-git-send-email-brgerst@gmail.com> References: <1434974121-32575-13-git-send-email-brgerst@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/asm] x86/compat: Separate ia32 and x32 compat ABIs Git-Commit-ID: 9b54050bfe438d9e1108211d28cb0b995b1f347c X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1760 Lines: 46 Commit-ID: 9b54050bfe438d9e1108211d28cb0b995b1f347c Gitweb: http://git.kernel.org/tip/9b54050bfe438d9e1108211d28cb0b995b1f347c Author: Brian Gerst AuthorDate: Mon, 22 Jun 2015 07:55:21 -0400 Committer: Ingo Molnar CommitDate: Mon, 6 Jul 2015 15:28:58 +0200 x86/compat: Separate ia32 and x32 compat ABIs The x32 ABI is now independent of the ia32 compat ABI. Common code is now conditional on CONFIG_COMPAT, but unshared code like syscall entry, signal handling, and the VDSO are under separate config options. Signed-off-by: Brian Gerst Cc: Andy Lutomirski Cc: Borislav Petkov Cc: Denys Vlasenko Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1434974121-32575-13-git-send-email-brgerst@gmail.com Signed-off-by: Ingo Molnar --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index d823a33..aa94fd0 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2530,7 +2530,7 @@ config IA32_AOUT config X86_X32 bool "x32 ABI for 64-bit mode" - depends on X86_64 && IA32_EMULATION + depends on X86_64 ---help--- Include code to run binaries for the x32 native 32-bit ABI for 64-bit processors. An x32 process gets access to the -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/