All of lore.kernel.org
 help / color / mirror / Atom feed
* [MODERATED] [PATCH 0/2] L1TF KVM v2 0
@ 2018-06-20 16:42 Paolo Bonzini
  2018-06-20 16:42 ` [MODERATED] [PATCH 1/2] L1TF KVM v2 1 Paolo Bonzini
  2018-06-20 16:42 ` [MODERATED] [PATCH 2/2] L1TF KVM v2 2 Paolo Bonzini
  0 siblings, 2 replies; 14+ messages in thread
From: Paolo Bonzini @ 2018-06-20 16:42 UTC (permalink / raw)
  To: speck

Here is at last the respin (almost rewrite) of the L1 terminal fault KVM
mitigation patches, adding a TLB flush on vmentry.  They take into account
Thomas and Peter's review.

Thanks,

Paolo

Paolo Bonzini (2):
  kvm: x86: mitigation for L1 cache terminal fault vulnerabilities
  kvm: x86: add support for L1D flush MSR

 arch/x86/include/asm/cpufeatures.h |  1 +
 arch/x86/include/asm/kvm_host.h    |  7 +++-
 arch/x86/include/asm/msr-index.h   |  3 ++
 arch/x86/kvm/mmu.c                 |  1 +
 arch/x86/kvm/svm.c                 |  3 +-
 arch/x86/kvm/vmx.c                 | 46 +++++++++++++++++++++++++-
 arch/x86/kvm/x86.c                 | 66 ++++++++++++++++++++++++++++++++++++--
 7 files changed, 122 insertions(+), 5 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-06-21  8:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-20 16:42 [MODERATED] [PATCH 0/2] L1TF KVM v2 0 Paolo Bonzini
2018-06-20 16:42 ` [MODERATED] [PATCH 1/2] L1TF KVM v2 1 Paolo Bonzini
2018-06-20 20:13   ` [MODERATED] " Andi Kleen
2018-06-20 20:16     ` Thomas Gleixner
2018-06-20 20:31       ` [MODERATED] " Konrad Rzeszutek Wilk
2018-06-20 20:49         ` Thomas Gleixner
2018-06-20 20:52         ` [MODERATED] " Jiri Kosina
2018-06-20 20:24     ` Jiri Kosina
2018-06-20 21:01   ` Konrad Rzeszutek Wilk
2018-06-20 21:43     ` Konrad Rzeszutek Wilk
2018-06-21  8:15   ` Peter Zijlstra
2018-06-20 16:42 ` [MODERATED] [PATCH 2/2] L1TF KVM v2 2 Paolo Bonzini
2018-06-20 20:25   ` [MODERATED] " Jiri Kosina
2018-06-20 20:32     ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.