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

Commit a237f762 authored by W. Trevor King's avatar W. Trevor King Committed by Thomas Gleixner
Browse files

security/Kconfig: Correct the Documentation reference for PTI



When the config option for PTI was added a reference to documentation was
added as well. But the documentation did not exist at that point. The final
documentation has a different file name.

Fix it up to point to the proper file.

Fixes: 385ce0ea ("x86/mm/pti: Add Kconfig")
Signed-off-by: default avatarW. Trevor King <wking@tremily.us>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: linux-mm@kvack.org
Cc: linux-security-module@vger.kernel.org
Cc: James Morris <james.l.morris@oracle.com>
Cc: "Serge E. Hallyn" <serge@hallyn.com>
Cc: stable@vger.kernel.org
Link: https://lkml.kernel.org/r/3009cc8ccbddcd897ec1e0cb6dda524929de0d14.1515799398.git.wking@tremily.us
parent f10ee3dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ config PAGE_TABLE_ISOLATION
	  ensuring that the majority of kernel addresses are not mapped
	  into userspace.

	  See Documentation/x86/pagetable-isolation.txt for more details.
	  See Documentation/x86/pti.txt for more details.

config SECURITY_INFINIBAND
	bool "Infiniband Security Hooks"