summaryrefslogtreecommitdiff
authorDiana Craciun <diana.craciun@nxp.com>2018-07-27 23:06:39 (GMT)
committer Greg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-02 07:32:07 (GMT)
commit5bf817bf61cd60e0a47b45369e228fddb4a854ea (patch)
treec3d97987a8594c4498531c4d717a0f9c5405c2a4
parent0feb3712a066cafb46d94a3d5f745d935c2e424b (diff)
downloadcommon-5bf817bf61cd60e0a47b45369e228fddb4a854ea.zip
common-5bf817bf61cd60e0a47b45369e228fddb4a854ea.tar.gz
common-5bf817bf61cd60e0a47b45369e228fddb4a854ea.tar.bz2
Documentation: Add nospectre_v1 parameter
commit 26cb1f36c43ee6e89d2a9f48a5a7500d5248f836 upstream. Currently only supported on powerpc. Signed-off-by: Diana Craciun <diana.craciun@nxp.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat
-rw-r--r--Documentation/kernel-parameters.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index dfdb8c5..a1472b4 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -2758,6 +2758,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
nohugeiomap [KNL,x86] Disable kernel huge I/O mappings.
+ nospectre_v1 [PPC] Disable mitigations for Spectre Variant 1 (bounds
+ check bypass). With this option data leaks are possible
+ in the system.
+
nosmt [KNL,S390] Disable symmetric multithreading (SMT).
Equivalent to smt=1.