Skip to content

Commit a237f76

Browse files
wkingKAGA-KOKO
authored andcommitted
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: 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
1 parent f10ee3d commit a237f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ config PAGE_TABLE_ISOLATION
6363
ensuring that the majority of kernel addresses are not mapped
6464
into userspace.
6565

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

6868
config SECURITY_INFINIBAND
6969
bool "Infiniband Security Hooks"

0 commit comments

Comments
 (0)