mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 06:02:05 +00:00
Documentation: Correct the possible MDS sysfs values
Adjust the last two rows in the table that display possible values when MDS mitigation is enabled. They both were slightly innacurate. In addition, convert the table of possible values and their descriptions to a list-table. The simple table format uses the top border of equals signs to determine cell width which resulted in the first column being far too wide in comparison to the second column that contained the majority of the text. Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
e672f8bf71
commit
ea01668f9f
@ -95,22 +95,19 @@ mitigations are active. The relevant sysfs file is:
|
||||
|
||||
The possible values in this file are:
|
||||
|
||||
========================================= =================================
|
||||
'Not affected' The processor is not vulnerable
|
||||
.. list-table::
|
||||
|
||||
'Vulnerable' The processor is vulnerable,
|
||||
but no mitigation enabled
|
||||
* - 'Not affected'
|
||||
- The processor is not vulnerable
|
||||
* - 'Vulnerable'
|
||||
- The processor is vulnerable, but no mitigation enabled
|
||||
* - 'Vulnerable: Clear CPU buffers attempted, no microcode'
|
||||
- The processor is vulnerable but microcode is not updated.
|
||||
|
||||
'Vulnerable: Clear CPU buffers attempted' The processor is vulnerable but
|
||||
microcode is not updated.
|
||||
The mitigation is enabled on a
|
||||
best effort basis.
|
||||
See :ref:`vmwerv`
|
||||
|
||||
'Mitigation: CPU buffer clear' The processor is vulnerable and the
|
||||
CPU buffer clearing mitigation is
|
||||
enabled.
|
||||
========================================= =================================
|
||||
The mitigation is enabled on a best effort basis. See :ref:`vmwerv`
|
||||
* - 'Mitigation: Clear CPU buffers'
|
||||
- The processor is vulnerable and the CPU buffer clearing mitigation is
|
||||
enabled.
|
||||
|
||||
If the processor is vulnerable then the following information is appended
|
||||
to the above information:
|
||||
|
Loading…
Reference in New Issue
Block a user