Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751441AbeANKrn (ORCPT + 1 other); Sun, 14 Jan 2018 05:47:43 -0500 Received: from terminus.zytor.com ([65.50.211.136]:49879 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751060AbeANKrl (ORCPT ); Sun, 14 Jan 2018 05:47:41 -0500 Date: Sun, 14 Jan 2018 02:46:24 -0800 From: "tip-bot for W. Trevor King" Message-ID: Cc: linux-kernel@vger.kernel.org, james.l.morris@oracle.com, mingo@kernel.org, serge@hallyn.com, tglx@linutronix.de, dave.hansen@linux.intel.com, hpa@zytor.com, wking@tremily.us Reply-To: mingo@kernel.org, james.l.morris@oracle.com, linux-kernel@vger.kernel.org, hpa@zytor.com, wking@tremily.us, dave.hansen@linux.intel.com, serge@hallyn.com, tglx@linutronix.de In-Reply-To: <3009cc8ccbddcd897ec1e0cb6dda524929de0d14.1515799398.git.wking@tremily.us> References: <3009cc8ccbddcd897ec1e0cb6dda524929de0d14.1515799398.git.wking@tremily.us> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/pti] security/Kconfig: Correct the Documentation reference for PTI Git-Commit-ID: a237f762681e2a394ca67f21df2feb2b76a3609b X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Commit-ID: a237f762681e2a394ca67f21df2feb2b76a3609b Gitweb: https://git.kernel.org/tip/a237f762681e2a394ca67f21df2feb2b76a3609b Author: W. Trevor King AuthorDate: Fri, 12 Jan 2018 15:24:59 -0800 Committer: Thomas Gleixner 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 Signed-off-by: Thomas Gleixner Cc: Dave Hansen Cc: linux-mm@kvack.org Cc: linux-security-module@vger.kernel.org Cc: James Morris Cc: "Serge E. Hallyn" Cc: stable@vger.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"