Skip to content

Commit

Permalink
security/Kconfig: Correct the Documentation reference for PTI
Browse files Browse the repository at this point in the history
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: 385ce0e ("x86/mm/pti: Add Kconfig")
Signed-off-by: W. Trevor King <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: James Morris <[email protected]>
Cc: "Serge E. Hallyn" <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/3009cc8ccbddcd897ec1e0cb6dda524929de0d14.1515799398.git.wking@tremily.us
  • Loading branch information
wking authored and KAGA-KOKO committed Jan 14, 2018
1 parent f10ee3d commit a237f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a237f76

Please sign in to comment.