From patchwork Fri Jan 12 23:24:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "W. Trevor King" X-Patchwork-Id: 10161905 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3E0D260327 for ; Fri, 12 Jan 2018 23:27:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2205D28488 for ; Fri, 12 Jan 2018 23:27:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 15AE228AA9; Fri, 12 Jan 2018 23:27:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7CA1528488 for ; Fri, 12 Jan 2018 23:27:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965270AbeALX1K (ORCPT ); Fri, 12 Jan 2018 18:27:10 -0500 Received: from resqmta-po-07v.sys.comcast.net ([96.114.154.166]:38246 "EHLO resqmta-po-07v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965236AbeALX1J (ORCPT ); Fri, 12 Jan 2018 18:27:09 -0500 Received: from resomta-po-10v.sys.comcast.net ([96.114.154.234]) by resqmta-po-07v.sys.comcast.net with ESMTP id a8j7egd0xmVsPa8j7eAcGB; Fri, 12 Jan 2018 23:27:09 +0000 Received: from mail.tremily.us ([71.231.45.70]) by resomta-po-10v.sys.comcast.net with SMTP id a8h9ezk5o4HHha8hAej1zl; Fri, 12 Jan 2018 23:25:09 +0000 Received: from ullr.tremily.us (ullr.tremily.us [192.168.10.7]) by mail.tremily.us (Postfix) with SMTP id 00B0010CBD8E; Fri, 12 Jan 2018 15:25:14 -0800 (PST) Received: (nullmailer pid 4800 invoked by uid 1000); Fri, 12 Jan 2018 23:25:00 -0000 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: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: X-Virus-Scanned: ClamAV using ClamSMTP 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"