]> git.ipfire.org Git - people/arne_f/kernel.git/commit
x86/kvm: Update spectre-v1 mitigation
authorDan Williams <dan.j.williams@intel.com>
Fri, 23 Feb 2018 10:42:10 +0000 (11:42 +0100)
committerSasha Levin <alexander.levin@microsoft.com>
Sun, 4 Mar 2018 15:28:33 +0000 (10:28 -0500)
commit980fe40629da6ca345e734236e3ed1ab8b639ec4
treeef532cc16cc08fa6c60300ecffe4fa9b963b457f
parent8b9694307e13a50d30504ab65afaaa9db4a64937
x86/kvm: Update spectre-v1 mitigation

[ Upstream commit 085331dfc6bbe3501fb936e657331ca943827600 ]

Commit 75f139aaf896 "KVM: x86: Add memory barrier on vmcs field lookup"
added a raw 'asm("lfence");' to prevent a bounds check bypass of
'vmcs_field_to_offset_table'.

The lfence can be avoided in this path by using the array_index_nospec()
helper designed for these types of fixes.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Cc: Andrew Honig <ahonig@google.com>
Cc: kvm@vger.kernel.org
Cc: Jim Mattson <jmattson@google.com>
Link: https://lkml.kernel.org/r/151744959670.6342.3001723920950249067.stgit@dwillia2-desk3.amr.corp.intel.com
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
arch/x86/kvm/vmx.c