All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linux Doc Mailing List <linux-doc@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	Jonathan Corbet <corbet@lwn.net>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, Borislav Petkov <bp@alien8.de>,
	"H. Peter Anvin" <hpa@zytor.com>,
	x86@kernel.org, Dave Hansen <dave.hansen@linux.intel.com>
Subject: [PATCH 6/7] docs: remove nompx kernel parameter and intel_mpx from index.rst
Date: Sat, 22 Feb 2020 10:00:06 +0100	[thread overview]
Message-ID: <934144ad8199db837c3b21479e6966c597706dab.1582361738.git.mchehab+huawei@kernel.org> (raw)
In-Reply-To: <cover.1582361737.git.mchehab+huawei@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 <mchehab+huawei@kernel.org>
---
 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


  parent reply	other threads:[~2020-02-22  9:00 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-22  9:00 [PATCH 0/7] Some cross-reference fixes due to fixes renames Mauro Carvalho Chehab
2020-02-22  9:00 ` [PATCH 1/7] scripts: documentation-file-ref-check: improve :doc: handling Mauro Carvalho Chehab
2020-02-22  9:00 ` [PATCH 2/7] docs: dt: fix several broken references due to renames Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-24  0:07   ` Andrew Jeffery
2020-02-24  0:07     ` Andrew Jeffery
2020-02-24  0:07     ` Andrew Jeffery
2020-02-24  0:07     ` Andrew Jeffery
2020-02-24 13:02   ` Dan Murphy
2020-02-24 13:02     ` Dan Murphy
2020-02-24 13:02     ` Dan Murphy
2020-02-24 13:02     ` Dan Murphy
2020-02-24 14:55   ` Amit Kucheria
2020-02-24 14:55     ` Amit Kucheria
2020-02-24 14:55     ` Amit Kucheria
2020-02-24 14:55     ` Amit Kucheria
2020-02-24 14:55     ` Amit Kucheria
2020-02-24 18:14   ` Rob Herring
2020-02-24 18:14     ` Rob Herring
2020-02-24 18:14     ` Rob Herring
2020-02-24 18:14     ` Rob Herring
2020-02-24 18:14     ` Rob Herring
2020-02-27  9:16   ` Daniel Lezcano
2020-02-27  9:16     ` Daniel Lezcano
2020-02-27  9:16     ` Daniel Lezcano
2020-02-27  9:16     ` Daniel Lezcano
2020-02-22  9:00 ` [PATCH 3/7] docs: fix broken references to text files Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-22 17:51   ` Daniel Vetter
2020-02-22 17:51     ` Daniel Vetter
2020-02-22 17:51     ` Daniel Vetter
2020-02-22 17:51     ` Daniel Vetter
2020-02-22 17:51     ` Daniel Vetter
2020-02-22 17:51     ` Daniel Vetter
2020-02-22 17:51     ` Daniel Vetter
2020-02-24  9:26   ` Federico Vaga
2020-02-24  9:26     ` Federico Vaga
2020-02-24  9:26     ` Federico Vaga
2020-02-24  9:26     ` Federico Vaga
2020-02-24  9:26     ` Federico Vaga
2020-02-24  9:26     ` Federico Vaga
2020-03-25  2:42   ` Stephen Boyd
2020-03-25  2:42     ` Stephen Boyd
2020-03-25  2:42     ` Stephen Boyd
2020-03-25  2:42     ` Stephen Boyd
2020-03-25  2:42     ` Stephen Boyd
2020-03-25  2:42     ` Stephen Boyd
2020-02-22  9:00 ` [PATCH 4/7] docs: adm1177: fix a broken reference Mauro Carvalho Chehab
2020-02-22 15:48   ` Guenter Roeck
2020-02-22  9:00 ` [PATCH 5/7] docs: fix broken references for ReST files that moved around Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-23  8:12   ` Paolo Bonzini
2020-02-23  8:12     ` Paolo Bonzini
2020-02-22  9:00 ` Mauro Carvalho Chehab [this message]
2020-02-24 17:30   ` [PATCH 6/7] docs: remove nompx kernel parameter and intel_mpx from index.rst Dave Hansen
2020-02-25 10:06     ` Jonathan Corbet
2020-02-22  9:00 ` [PATCH 7/7] docs: gpu: i915.rst: fix warnings due to file renames Mauro Carvalho Chehab
2020-02-22  9:00   ` [Intel-gfx] " Mauro Carvalho Chehab
2020-02-22  9:00   ` Mauro Carvalho Chehab
2020-02-25 23:36   ` Rodrigo Vivi
2020-02-25 23:36     ` [Intel-gfx] " Rodrigo Vivi
2020-02-25 23:36     ` Rodrigo Vivi
2020-02-25 10:05 ` [PATCH 0/7] Some cross-reference fixes due to fixes renames Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=934144ad8199db837c3b21479e6966c597706dab.1582361738.git.mchehab+huawei@kernel.org \
    --to=mchehab+huawei@kernel.org \
    --cc=bp@alien8.de \
    --cc=corbet@lwn.net \
    --cc=dave.hansen@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.