Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932652AbbFHNqd (ORCPT ); Mon, 8 Jun 2015 09:46:33 -0400 Received: from mail-ob0-f180.google.com ([209.85.214.180]:33418 "EHLO mail-ob0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753554AbbFHNqP (ORCPT ); Mon, 8 Jun 2015 09:46:15 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 8 Jun 2015 09:46:14 -0400 Message-ID: Subject: Re: [tip:x86/asm] x86/asm/entry: Rename compat syscall entry points From: Brian Gerst To: "H. Peter Anvin" , Linux Kernel Mailing List , Denys Vlasenko , Peter Zijlstra , Borislav Petkov , Andy Lutomirski , Brian Gerst , Linus Torvalds , Ingo Molnar , Thomas Gleixner Cc: linux-tip-commits@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 772 Lines: 22 > diff --git a/arch/x86/entry/syscall_32.c b/arch/x86/entry/syscall_32.c > index 3777189..e398d03 100644 > --- a/arch/x86/entry/syscall_32.c > +++ b/arch/x86/entry/syscall_32.c > @@ -10,7 +10,7 @@ > #else > #define SYM(sym, compat) sym > #define ia32_sys_call_table sys_call_table > -#define __NR_ia32_syscall_max __NR_syscall_max > +#define __NR_entry_INT80_compat_max __NR_syscall_max > #endif This change doesn't look intended. __NR_ia32_syscall_max is used by all compat entry points, not just INT80, -- Brian Gerst -- 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/