Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1614089
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCHv5] x86/mm: make in_compat_syscall() work during exec |
| Date | 2017-03-31 17:00 +0200 |
| Message-ID | <tr6bU-5VY-23@gated-at.bofh.it> (permalink) |
| References | <tr6bU-5VY-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCHv5] x86/mm: make in_compat_syscall() work during exec Thomas Gleixner <tglx@linutronix.de> - 2017-03-31 17:00 +0200
csiph-web