diff options
author | Daniel Sneddon <daniel.sneddon@linux.intel.com> | 2023-07-12 19:43:14 -0700 |
---|---|---|
committer | Dave Hansen <dave.hansen@linux.intel.com> | 2023-07-21 13:02:35 -0700 |
commit | 81ac7e5d741742d650b4ed6186c4826c1a0631a7 (patch) | |
tree | d64990a59ca3a8f8718fd9fbc9281449618a1a3f /Documentation | |
parent | 53cf5797f114ba2bd86d23a862302119848eff19 (diff) | |
download | lwn-81ac7e5d741742d650b4ed6186c4826c1a0631a7.tar.gz lwn-81ac7e5d741742d650b4ed6186c4826c1a0631a7.zip |
KVM: Add GDS_NO support to KVM
Gather Data Sampling (GDS) is a transient execution attack using
gather instructions from the AVX2 and AVX512 extensions. This attack
allows malicious code to infer data that was previously stored in
vector registers. Systems that are not vulnerable to GDS will set the
GDS_NO bit of the IA32_ARCH_CAPABILITIES MSR. This is useful for VM
guests that may think they are on vulnerable systems that are, in
fact, not affected. Guests that are running on affected hosts where
the mitigation is enabled are protected as if they were running
on an unaffected system.
On all hosts that are not affected or that are mitigated, set the
GDS_NO bit.
Signed-off-by: Daniel Sneddon <daniel.sneddon@linux.intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Acked-by: Josh Poimboeuf <jpoimboe@kernel.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions