[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1703311650220.1780@nanos>
Date: Fri, 31 Mar 2017 16:51:25 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Dmitry Safonov <dsafonov@...tuozzo.com>
cc: linux-kernel@...r.kernel.org, 0x7f454c46@...il.com,
Adam Borowski <kilobyte@...band.pl>,
"H. Peter Anvin" <hpa@...or.com>, linux-mm@...ck.org,
Andrei Vagin <avagin@...il.com>,
Cyrill Gorcunov <gorcunov@...nvz.org>,
Borislav Petkov <bp@...e.de>,
"Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>,
x86@...nel.org, Andy Lutomirski <luto@...nel.org>,
Ingo Molnar <mingo@...hat.com>
Subject: Re: [PATCHv5] x86/mm: make in_compat_syscall() work during exec
On Fri, 31 Mar 2017, Dmitry Safonov wrote:
> #include <asm/intel_rdt.h>
> +#include <asm/unistd_64.h>
> +#ifdef CONFIG_X86_X32
> +#include <asm/unistd_64_x32.h>
> +#endif
Bah. asm/unistd.h includes both 64bit and x32 headers.
Powered by blists - more mailing lists