All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] x86/vvmx: a couple of fixes (vmptrld + vmread/vmwrite)
@ 2017-03-01  9:13 Sergey Dyasli
  2017-03-01  9:13 ` [PATCH v1 1/2] x86/vvmx: check vmcs address in vmread/vmwrite Sergey Dyasli
  2017-03-01  9:13 ` [PATCH v1 2/2] x86/vvmx: add vmcs id check into vmptrld emulation Sergey Dyasli
  0 siblings, 2 replies; 17+ messages in thread
From: Sergey Dyasli @ 2017-03-01  9:13 UTC (permalink / raw)
  To: xen-devel
  Cc: Andrew Cooper, Kevin Tian, Jan Beulich, Jun Nakajima,
	Sergey Dyasli

I have found 2 more ways to crash Xen from a guest with nested virt.
These patches implement some missing checks.

Sergey Dyasli (2):
  x86/vvmx: check vmcs address in vmread/vmwrite
  x86/vvmx: add vmcs id check into vmptrld emulation

 xen/arch/x86/hvm/vmx/vvmx.c        | 23 +++++++++++++++++++++++
 xen/include/asm-x86/hvm/vmx/vmcs.h |  1 +
 2 files changed, 24 insertions(+)

-- 
2.9.3


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-03-03 10:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-01  9:13 [PATCH v1 0/2] x86/vvmx: a couple of fixes (vmptrld + vmread/vmwrite) Sergey Dyasli
2017-03-01  9:13 ` [PATCH v1 1/2] x86/vvmx: check vmcs address in vmread/vmwrite Sergey Dyasli
2017-03-01 10:58   ` Andrew Cooper
2017-03-01 12:55   ` Jan Beulich
2017-03-01 13:22     ` Andrew Cooper
2017-03-01 13:40       ` Jan Beulich
2017-03-01 13:44     ` Sergey Dyasli
2017-03-01 14:04       ` Jan Beulich
2017-03-01 14:22         ` Sergey Dyasli
2017-03-01 14:28           ` Jan Beulich
2017-03-01 15:23             ` Sergey Dyasli
2017-03-01 15:39               ` Jan Beulich
2017-03-03  8:21                 ` Tian, Kevin
2017-03-01  9:13 ` [PATCH v1 2/2] x86/vvmx: add vmcs id check into vmptrld emulation Sergey Dyasli
2017-03-01 11:01   ` Andrew Cooper
2017-03-03 10:54     ` Jan Beulich
2017-03-03  8:21   ` Tian, Kevin

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.