]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/compat: Check for both 32-bit compat and x32 in get_gate_vma()
authorBrian Gerst <brgerst@gmail.com>
Mon, 22 Jun 2015 11:55:16 +0000 (07:55 -0400)
committerIngo Molnar <mingo@kernel.org>
Mon, 6 Jul 2015 13:28:57 +0000 (15:28 +0200)
commitc338867d0e4224771c68d0a7727289b86c23eccd
tree3e1f136a334b59190dfce890dd83be8d5b84a9e6
parentab8b82ee6dad7c9c257f450d14719a0e3f327244
x86/compat: Check for both 32-bit compat and x32 in get_gate_vma()

Change this to CONFIG_COMPAT so both 32-bit compat and x32 will
do the check.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Acked-by: Andy Lutomirski <luto@kernel.org>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1434974121-32575-8-git-send-email-brgerst@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/entry/vsyscall/vsyscall_64.c