Re: [PATCH v18 00/24] selftests, powerpc, x86: Memory Protection Keys

2020-03-02 Thread Sandipan Das
Hi Shuah, On 31/01/20 3:21 am, Dave Hansen wrote: > On 1/29/20 10:36 PM, Sandipan Das wrote: >> v18: >> (1) Fixed issues with x86 multilib builds based on >> feedback from Dave. >> (2) Moved patch 2 to the end of the series. > > These (finally) build and run successfully for me

Re: [PATCH v18 00/24] selftests, powerpc, x86: Memory Protection Keys

2020-01-30 Thread Dave Hansen
On 1/29/20 10:36 PM, Sandipan Das wrote: > v18: > (1) Fixed issues with x86 multilib builds based on > feedback from Dave. > (2) Moved patch 2 to the end of the series. These (finally) build and run successfully for me on an x86 system with protection keys. Feel free to add

[PATCH v18 00/24] selftests, powerpc, x86: Memory Protection Keys

2020-01-29 Thread Sandipan Das
Memory protection keys enables an application to protect its address space from inadvertent access by its own code. This feature is now enabled on powerpc and has been available since 4.16-rc1. The patches move the selftests to arch neutral directory and enhance their test coverage. Tested on pow