Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965360AbeALX1L (ORCPT + 1 other); Fri, 12 Jan 2018 18:27:11 -0500 Received: from resqmta-po-08v.sys.comcast.net ([96.114.154.167]:56278 "EHLO resqmta-po-08v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965260AbeALX1J (ORCPT ); Fri, 12 Jan 2018 18:27:09 -0500 From: "W. Trevor King" To: linux-security-module@vger.kernel.org Cc: Dave Hansen , James Morris , "Serge E. Hallyn" , linux-mm@kvack.org, linux-kernel@vger.kernel.org, "W. Trevor King" Subject: [PATCH] security/Kconfig: Replace pagetable-isolation.txt reference with pti.txt Date: Fri, 12 Jan 2018 15:24:59 -0800 Message-Id: <3009cc8ccbddcd897ec1e0cb6dda524929de0d14.1515799398.git.wking@tremily.us> X-Mailer: git-send-email 2.13.6 In-Reply-To: <9b21ce8f-625c-6915-654b-42334cf38e99@linux.intel.com> References: <9b21ce8f-625c-6915-654b-42334cf38e99@linux.intel.com> X-CMAE-Envelope: MS4wfEAbZd8MhZkmwWLFJ1pqhrKOH9+4LBJgAq53DtKZWzw5A2mvUZGKOPa3bjgw0RWt8Y7gcts0tWDa46aXZOtFi7UZU9qlLdcggiE5WYQgx5dejnTbeLBv Rkcm2noWZMf6ezaTzalMv+Wtdymb2XP5eS6ASE1qFJlUPj/kJ4ympyN6F/x12WMCnfaUT/80yftfsAYqrULNfJkoTuJ8uUpP8LxH2xn5pt7F0WgP/bsrN3am sEUS4ko/l3Ctcxyt7pjiFrBXWdYwdxcqJwWF8nEgEyvctYOfI+rsfaxAcgLYsbS9wpXyB9V7Sue0JdRot9OZg1PHvUWS4eseAqbpdyNMdllrl5luglC7HzQA ODC7NAJPPNNapcUPRoWdjWZk4TLUlw== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: The reference landed with the config option in 385ce0ea (x86/mm/pti: Add Kconfig, 2017-12-04), but the referenced file was not committed then. It eventually landed in 01c9b17b (x86/Documentation: Add PTI description, 2018-01-05) as pti.txt. Signed-off-by: W. Trevor King --- On Fri, Jan 12, 2018 at 03:10:53PM -0800, Dave Hansen wrote: > There is a new file in -tip: > > https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=x86/pti&id=01c9b17bf673b05bb401b76ec763e9730ccf1376 > > If you're going to patch this, please send an update to -tip that > corrects the filename. Here you go :). Cheers, Trevor security/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/Kconfig b/security/Kconfig index 3d4debd0257e..b0cb9a5f9448 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" -- 2.13.6