From 7a8c57d0f5546827afeba86db59b104489baeacc Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 18 Aug 2019 05:37:30 -0400 Subject: [PATCH] stop marking MPK support 'extremely experimental' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 855c49b..3c0ed93 100644 --- a/README.md +++ b/README.md @@ -210,9 +210,9 @@ The following boolean configuration options are available: * `CONFIG_SEAL_METADATA`: `true` or `false` (default) to control whether Memory Protection Keys are used to disable access to all writable allocator state outside of the memory allocator code. It's currently disabled by default due - to being extremely experimental and a significant performance cost for this - use case on current generation hardware, which may become drastically lower - in the future. Whether or not this feature is enabled, the metadata is all + to lack of regular testing and a significant performance cost for this use + case on current generation hardware, which may become drastically lower in + the future. Whether or not this feature is enabled, the metadata is all contained within an isolated memory region with high entropy random guard regions around it.