From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933389AbdCaOve (ORCPT ); Fri, 31 Mar 2017 10:51:34 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:41898 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933206AbdCaOvc (ORCPT ); Fri, 31 Mar 2017 10:51:32 -0400 Date: Fri, 31 Mar 2017 16:51:25 +0200 (CEST) From: Thomas Gleixner To: Dmitry Safonov cc: linux-kernel@vger.kernel.org, 0x7f454c46@gmail.com, Adam Borowski , "H. Peter Anvin" , linux-mm@kvack.org, Andrei Vagin , Cyrill Gorcunov , Borislav Petkov , "Kirill A. Shutemov" , x86@kernel.org, Andy Lutomirski , Ingo Molnar Subject: Re: [PATCHv5] x86/mm: make in_compat_syscall() work during exec In-Reply-To: <20170331111137.28170-1-dsafonov@virtuozzo.com> Message-ID: References: <20170331111137.28170-1-dsafonov@virtuozzo.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 31 Mar 2017, Dmitry Safonov wrote: > #include > +#include > +#ifdef CONFIG_X86_X32 > +#include > +#endif Bah. asm/unistd.h includes both 64bit and x32 headers. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f72.google.com (mail-wm0-f72.google.com [74.125.82.72]) by kanga.kvack.org (Postfix) with ESMTP id A237D6B0038 for ; Fri, 31 Mar 2017 10:51:37 -0400 (EDT) Received: by mail-wm0-f72.google.com with SMTP id 2so49178wmp.21 for ; Fri, 31 Mar 2017 07:51:37 -0700 (PDT) Received: from Galois.linutronix.de (Galois.linutronix.de. [2a01:7a0:2:106d:700::1]) by mx.google.com with ESMTPS id 8si3759943wmc.94.2017.03.31.07.51.36 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 31 Mar 2017 07:51:36 -0700 (PDT) Date: Fri, 31 Mar 2017 16:51:25 +0200 (CEST) From: Thomas Gleixner Subject: Re: [PATCHv5] x86/mm: make in_compat_syscall() work during exec In-Reply-To: <20170331111137.28170-1-dsafonov@virtuozzo.com> Message-ID: References: <20170331111137.28170-1-dsafonov@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-linux-mm@kvack.org List-ID: To: Dmitry Safonov Cc: linux-kernel@vger.kernel.org, 0x7f454c46@gmail.com, Adam Borowski , "H. Peter Anvin" , linux-mm@kvack.org, Andrei Vagin , Cyrill Gorcunov , Borislav Petkov , "Kirill A. Shutemov" , x86@kernel.org, Andy Lutomirski , Ingo Molnar On Fri, 31 Mar 2017, Dmitry Safonov wrote: > #include > +#include > +#ifdef CONFIG_X86_X32 > +#include > +#endif Bah. asm/unistd.h includes both 64bit and x32 headers. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org