File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ Memory Protection Keys
5
5
======================
6
6
7
7
Memory Protection Keys for Userspace (PKU aka PKEYs) is a feature
8
- which is found on Intel's Skylake "Scalable Processor" Server CPUs.
9
- It will be avalable in future non-server parts.
8
+ which is found on Intel's Skylake (and later) "Scalable Processor"
9
+ Server CPUs. It will be available in future non-server Intel parts
10
+ and future AMD processors.
10
11
11
12
For anyone wishing to test or use this feature, it is available in
12
13
Amazon's EC2 C5 instances and is known to work there using an Ubuntu
Original file line number Diff line number Diff line change @@ -1887,10 +1887,10 @@ config X86_UMIP
1887
1887
results are dummy.
1888
1888
1889
1889
config X86_INTEL_MEMORY_PROTECTION_KEYS
1890
- prompt "Intel Memory Protection Keys"
1890
+ prompt "Memory Protection Keys"
1891
1891
def_bool y
1892
1892
# Note: only available in 64-bit mode
1893
- depends on CPU_SUP_INTEL && X86_64
1893
+ depends on X86_64 && (CPU_SUP_INTEL || CPU_SUP_AMD)
1894
1894
select ARCH_USES_HIGH_VMA_FLAGS
1895
1895
select ARCH_HAS_PKEYS
1896
1896
---help---
You can’t perform that action at this time.
0 commit comments