Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3803099 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Greg Kroah-Hartman
Browse files

Documentation: Move L1TF to separate directory



commit 65fd4cb65b2dad97feb8330b6690445910b56d6a upstream

Move L!TF to a separate directory so the MDS stuff can be added at the
side. Otherwise the all hardware vulnerabilites have their own top level
entry. Should have done that right away.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: default avatarJon Masters <jcm@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c50e81fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -491,7 +491,7 @@ Description: Information about CPU vulnerabilities
		"Mitigation: $M"  CPU is affected and mitigation $M is in effect

		Details about the l1tf file can be found in
		Documentation/admin-guide/l1tf.rst
		Documentation/admin-guide/hw-vuln/l1tf.rst

What:		/sys/devices/system/cpu/smt
		/sys/devices/system/cpu/smt/active
+12 −0
Original line number Diff line number Diff line
========================
Hardware vulnerabilities
========================

This section describes CPU vulnerabilities and provides an overview of the
possible mitigations along with guidance for selecting mitigations if they
are configurable at compile, boot or run time.

.. toctree::
   :maxdepth: 1

   l1tf
+2 −4
Original line number Diff line number Diff line
@@ -17,14 +17,12 @@ etc.
   kernel-parameters
   devices

This section describes CPU vulnerabilities and provides an overview of the
possible mitigations along with guidance for selecting mitigations if they
are configurable at compile, boot or run time.
This section describes CPU vulnerabilities and their mitigations.

.. toctree::
   :maxdepth: 1

   l1tf
   hw-vuln/index

Here is a set of documents aimed at users who are trying to track down
problems and bugs in particular.
+1 −1
Original line number Diff line number Diff line
@@ -2079,7 +2079,7 @@

			Default is 'flush'.

			For details see: Documentation/admin-guide/l1tf.rst
			For details see: Documentation/admin-guide/hw-vuln/l1tf.rst

	l2cr=		[PPC]

Loading