From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B1CAC35672 for ; Sat, 22 Feb 2020 09:00:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1375D24670 for ; Sat, 22 Feb 2020 09:00:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582362017; bh=ehPcdqKDedmtZdhcx7QZ6ydHVdHVAdkk3dkM9dUwmS8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=F6mCHNmCG4YZt1wy4RCTSEXSjWGaEISBrZ9aEkv1X3mMfCpdI+W4Hy7Xr3Dff8+yv x8ZaGBTiKmwGAYwcJDNKrYsuFYfCAS1tP6wpy9q6fYWy+TkxG5pvEYLWvVFYU/5JOX 37BLDaNIzbWLuVDZETRGixmVV+W3UOmg4IX9oW6g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727023AbgBVJAQ (ORCPT ); Sat, 22 Feb 2020 04:00:16 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:60486 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726930AbgBVJAQ (ORCPT ); Sat, 22 Feb 2020 04:00:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description; bh=0gU+Ww+lXyNnbCfovazHo/QlVd1+/Lpel2osANT7sOc=; b=indTi53XWNQFszSF7G9eNjgnOv KJMFNOLCOT+35EXCHrvhZy3y2Un7JkrShSGvhVnt9aDeSdN6kzfe56S1xrPpREUoE7tkT3KwYpvN3 Hqx3LtRw+39RJDtA5AMxOYxxqMt38A38oCSyh7OZsiaof2qg8QA1wTxEShO7Z3+nH1RqUAQ1lykiF y1GtgLeJwe9RS9PJ+eeLwLY9VBDpssi0oZjNemjLbVHXEmH/JDKbTJt39au5gQZtTkNNW0DGJQTIU /+JODLPSbtp3oRbJdudeTP+ORlFRci3azh8dnyeoUqOz44mcYksjQtlntMvrOdukq5T+QoYOy5Q4h iivr3VDQ==; Received: from [80.156.29.194] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1j5Qdz-0007Hs-Bk; Sat, 22 Feb 2020 09:00:15 +0000 Received: from mchehab by bombadil.infradead.org with local (Exim 4.92.3) (envelope-from ) id 1j5Qdx-001N4b-MI; Sat, 22 Feb 2020 10:00:13 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Jonathan Corbet , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , x86@kernel.org, Dave Hansen Subject: [PATCH 6/7] docs: remove nompx kernel parameter and intel_mpx from index.rst Date: Sat, 22 Feb 2020 10:00:06 +0100 Message-Id: <934144ad8199db837c3b21479e6966c597706dab.1582361738.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org The Intel MPX support was removed by changeset 45fc24e89b7c ("x86/mpx: remove MPX from arch/x86"). Remove the corresponding parameter that were mentioning a removed document, plus its entry at x86/index.rst. Fixes: 45fc24e89b7c ("x86/mpx: remove MPX from arch/x86") Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/kernel-parameters.txt | 4 ---- Documentation/x86/index.rst | 1 - 2 files changed, 5 deletions(-) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index e0fe9f70d22b..50a0cd2726e6 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -987,10 +987,6 @@ Documentation/admin-guide/dynamic-debug-howto.rst for details. - nompx [X86] Disables Intel Memory Protection Extensions. - See Documentation/x86/intel_mpx.rst for more - information about the feature. - nopku [X86] Disable Memory Protection Keys CPU feature found in some Intel CPUs. diff --git a/Documentation/x86/index.rst b/Documentation/x86/index.rst index a8de2fbc1caa..265d9e9a093b 100644 --- a/Documentation/x86/index.rst +++ b/Documentation/x86/index.rst @@ -19,7 +19,6 @@ x86-specific Documentation tlb mtrr pat - intel_mpx intel-iommu intel_txt amd-memory-encryption -- 2.24.1