Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1eecbcdc authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet
Browse files

docs: move protection-keys.rst to the core-api book



This document is used by multiple architectures:

	$ echo $(git grep -l  pkey_mprotect arch|cut -d'/' -f 2|sort|uniq)
	alpha arm arm64 ia64 m68k microblaze mips parisc powerpc s390 sh sparc x86 xtensa

So, let's move it to the core book and adjust the links to it
accordingly.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 14b76743
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ Core utilities
   timekeeping
   boot-time-mm
   memory-hotplug
   protection-keys


Interfaces for kernel debugging
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ x86-specific Documentation
   tlb
   mtrr
   pat
   protection-keys
   intel_mpx
   amd-memory-encryption
   pti
+1 −1
Original line number Diff line number Diff line
@@ -898,7 +898,7 @@ config PPC_MEM_KEYS
	  page-based protections, but without requiring modification of the
	  page tables when an application changes protection domains.

	  For details, see Documentation/vm/protection-keys.rst
	  For details, see Documentation/core-api/protection-keys.rst

	  If unsure, say y.

+1 −1
Original line number Diff line number Diff line
@@ -1911,7 +1911,7 @@ config X86_INTEL_MEMORY_PROTECTION_KEYS
	  page-based protections, but without requiring modification of the
	  page tables when an application changes protection domains.

	  For details, see Documentation/x86/protection-keys.txt
	  For details, see Documentation/core-api/protection-keys.rst

	  If unsure, say y.

Loading