Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1614089 > unrolled thread

Re: [PATCHv5] x86/mm: make in_compat_syscall() work during exec

Started byThomas Gleixner <tglx@linutronix.de>
First post2017-03-31 17:00 +0200
Last post2017-03-31 17:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCHv5] x86/mm: make in_compat_syscall() work during exec Thomas Gleixner <tglx@linutronix.de> - 2017-03-31 17:00 +0200

#1614089 — Re: [PATCHv5] x86/mm: make in_compat_syscall() work during exec

FromThomas Gleixner <tglx@linutronix.de>
Date2017-03-31 17:00 +0200
SubjectRe: [PATCHv5] x86/mm: make in_compat_syscall() work during exec
Message-ID<tr6bU-5VY-23@gated-at.bofh.it>
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.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web