[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-a237f762681e2a394ca67f21df2feb2b76a3609b@git.kernel.org>
Date: Sun, 14 Jan 2018 02:46:24 -0800
From: "tip-bot for W. Trevor King" <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, james.l.morris@...cle.com,
mingo@...nel.org, serge@...lyn.com, tglx@...utronix.de,
dave.hansen@...ux.intel.com, hpa@...or.com, wking@...mily.us
Subject: [tip:x86/pti] security/Kconfig: Correct the Documentation reference
for PTI
Commit-ID: a237f762681e2a394ca67f21df2feb2b76a3609b
Gitweb: https://git.kernel.org/tip/a237f762681e2a394ca67f21df2feb2b76a3609b
Author: W. Trevor King <wking@...mily.us>
AuthorDate: Fri, 12 Jan 2018 15:24:59 -0800
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Sun, 14 Jan 2018 11:42:10 +0100
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: W. Trevor King <wking@...mily.us>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Cc: Dave Hansen <dave.hansen@...ux.intel.com>
Cc: linux-mm@...ck.org
Cc: linux-security-module@...r.kernel.org
Cc: James Morris <james.l.morris@...cle.com>
Cc: "Serge E. Hallyn" <serge@...lyn.com>
Cc: stable@...r.kernel.org
Link: https://lkml.kernel.org/r/3009cc8ccbddcd897ec1e0cb6dda524929de0d14.1515799398.git.wking@tremily.us
---
security/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/Kconfig b/security/Kconfig
index 3d4debd..b0cb9a5 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -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"
Powered by blists - more mailing lists