Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1614089 > unrolled thread
| Started by | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| First post | 2017-03-31 17:00 +0200 |
| Last post | 2017-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.
Re: [PATCHv5] x86/mm: make in_compat_syscall() work during exec Thomas Gleixner <tglx@linutronix.de> - 2017-03-31 17:00 +0200
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Date | 2017-03-31 17:00 +0200 |
| Subject | Re: [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.
Back to top | Article view | linux.kernel
csiph-web