We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051f5dc commit dacb0baCopy full SHA for dacb0ba
Documentation/admin-guide/hw-vuln/gather_data_sampling.rst
@@ -63,7 +63,7 @@ GDS can also be mitigated on systems that don't have updated microcode by
63
disabling AVX. This can be done by setting gather_data_sampling="force" or
64
"clearcpuid=avx" on the kernel command-line.
65
66
-If used, these options will disable AVX use by turning on XSAVE YMM support.
+If used, these options will disable AVX use by turning off XSAVE YMM support.
67
However, the processor will still enumerate AVX support. Userspace that
68
does not follow proper AVX enumeration to check both AVX *and* XSAVE YMM
69
support will break.
0 commit comments