Re: [PATCH 0/9] [v3] System Calls for Memory Protection Keys

2016-06-30 Thread Andy Lutomirski
On Thu, Jun 30, 2016 at 9:46 AM, Dave Hansen wrote: > On 06/30/2016 02:41 AM, Ingo Molnar wrote: >> * Dave Hansen wrote: >>> Are there any concerns with merging these into the x86 tree so >>> that they go upstream for 4.8? The updates here are pretty >>> minor. >>

Re: [PATCH 0/9] [v3] System Calls for Memory Protection Keys

2016-06-30 Thread Andy Lutomirski
On Thu, Jun 30, 2016 at 9:46 AM, Dave Hansen wrote: > On 06/30/2016 02:41 AM, Ingo Molnar wrote: >> * Dave Hansen wrote: >>> Are there any concerns with merging these into the x86 tree so >>> that they go upstream for 4.8? The updates here are pretty >>> minor. >> >>> include/linux/pkeys.h

Re: [PATCH 0/9] [v3] System Calls for Memory Protection Keys

2016-06-30 Thread Dave Hansen
On 06/30/2016 02:41 AM, Ingo Molnar wrote: > * Dave Hansen wrote: >> Are there any concerns with merging these into the x86 tree so >> that they go upstream for 4.8? The updates here are pretty >> minor. > >> include/linux/pkeys.h | 39 +- >>

Re: [PATCH 0/9] [v3] System Calls for Memory Protection Keys

2016-06-30 Thread Dave Hansen
On 06/30/2016 02:41 AM, Ingo Molnar wrote: > * Dave Hansen wrote: >> Are there any concerns with merging these into the x86 tree so >> that they go upstream for 4.8? The updates here are pretty >> minor. > >> include/linux/pkeys.h | 39 +- >>

Re: [PATCH 0/9] [v3] System Calls for Memory Protection Keys

2016-06-30 Thread Ingo Molnar
* Dave Hansen wrote: > Are there any concerns with merging these into the x86 tree so > that they go upstream for 4.8? The updates here are pretty > minor. > include/linux/pkeys.h | 39 +- > include/uapi/asm-generic/mman-common.h|5 + >

Re: [PATCH 0/9] [v3] System Calls for Memory Protection Keys

2016-06-30 Thread Ingo Molnar
* Dave Hansen wrote: > Are there any concerns with merging these into the x86 tree so > that they go upstream for 4.8? The updates here are pretty > minor. > include/linux/pkeys.h | 39 +- > include/uapi/asm-generic/mman-common.h|5 + >

[PATCH 0/9] [v3] System Calls for Memory Protection Keys

2016-06-08 Thread Dave Hansen
Are there any concerns with merging these into the x86 tree so that they go upstream for 4.8? The updates here are pretty minor. Changes from v2: * selftest updates: * formatting changes like what Ingo asked for with MPX * actually call WRPKRU in __wrpkru() * once __wrpkru() was fixed,

[PATCH 0/9] [v3] System Calls for Memory Protection Keys

2016-06-08 Thread Dave Hansen
Are there any concerns with merging these into the x86 tree so that they go upstream for 4.8? The updates here are pretty minor. Changes from v2: * selftest updates: * formatting changes like what Ingo asked for with MPX * actually call WRPKRU in __wrpkru() * once __wrpkru() was fixed,