Commit 65fd4cb6 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

Documentation: Move L1TF to separate directory



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>
parent 22dd8365
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -498,7 +498,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
@@ -2114,7 +2114,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