Re: [PATCH 00/34] x86: Memory Protection Keys (v5)
From: Andy Lutomirski <luto@amacapital.net>
Date: 2015-12-04 23:31:58
Also in:
linux-api, linux-mm, lkml
From: Andy Lutomirski <luto@amacapital.net>
Date: 2015-12-04 23:31:58
Also in:
linux-api, linux-mm, lkml
On Thu, Dec 3, 2015 at 5:14 PM, Dave Hansen [off-list ref] wrote:
Memory Protection Keys for User pages is a CPU feature which will first appear on Skylake Servers, but will also be supported on future non-server parts. It provides a mechanism for enforcing page-based protections, but without requiring modification of the page tables when an application changes protection domains. See the Documentation/ patch for more details.
What, if anything, happened to the signal handling parts? Also, do you have a git tree for this somewhere? I can't actually enable it (my laptop, while very shiny, is not a Skylake server), but I can poke around a bit. --Andy