Skip to content

Commit dacb0ba

Browse files
hansendcgregkh
authored andcommitted
Documentation/x86: Fix backwards on/off logic about YMM support
commit 1b0fc03 upstream These options clearly turn *off* XSAVE YMM support. Correct the typo. Reported-by: Ben Hutchings <[email protected]> Fixes: 553a5c0 ("x86/speculation: Add force option to GDS mitigation") Signed-off-by: Dave Hansen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 051f5dc commit dacb0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/admin-guide/hw-vuln/gather_data_sampling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GDS can also be mitigated on systems that don't have updated microcode by
6363
disabling AVX. This can be done by setting gather_data_sampling="force" or
6464
"clearcpuid=avx" on the kernel command-line.
6565

66-
If used, these options will disable AVX use by turning on XSAVE YMM support.
66+
If used, these options will disable AVX use by turning off XSAVE YMM support.
6767
However, the processor will still enumerate AVX support. Userspace that
6868
does not follow proper AVX enumeration to check both AVX *and* XSAVE YMM
6969
support will break.

0 commit comments

Comments
 (0)