All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 v4] KVM: nSVM: Check reserved values for 'Type' and invalid vectors in EVENTINJ
@ 2020-12-07 19:41 Krish Sadhukhan
  2020-12-07 19:41 ` [PATCH 1/2 " Krish Sadhukhan
  2020-12-07 19:41 ` [PATCH 2/2 v4] nSVM: Test " Krish Sadhukhan
  0 siblings, 2 replies; 6+ messages in thread
From: Krish Sadhukhan @ 2020-12-07 19:41 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, jmattson, seanjc

v3 -> v4:
	1. Changed storage type of local variables, 'type' and 'vector' in
	   patch# 1, from u32 to u8.
	2. Fixed build breakage due to missing parentheses around logical
	   operators. The second check has also been split into two 'if-else'
	   conditionals.

[PATCH 1/2 v4] KVM: nSVM: Check reserved values for 'Type' and invalid
[PATCH 2/2 v4] nSVM: Test reserved values for 'Type' and invalid vectors in

 arch/x86/include/asm/svm.h |  4 ++++
 arch/x86/kvm/svm/nested.c  | 14 ++++++++++++++
 2 files changed, 18 insertions(+)

Krish Sadhukhan (1):
      KVM: nSVM: Check reserved values for 'Type' and invalid vectors in EVENTINJ

 x86/svm_tests.c | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Krish Sadhukhan (1):
      nSVM: Test reserved values for 'Type' and invalid vectors in EVENTINJ


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

end of thread, other threads:[~2020-12-11 22:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 19:41 [PATCH 0/2 v4] KVM: nSVM: Check reserved values for 'Type' and invalid vectors in EVENTINJ Krish Sadhukhan
2020-12-07 19:41 ` [PATCH 1/2 " Krish Sadhukhan
2020-12-07 20:17   ` Sean Christopherson
2020-12-11 21:44     ` Krish Sadhukhan
2020-12-11 21:49       ` Paolo Bonzini
2020-12-07 19:41 ` [PATCH 2/2 v4] nSVM: Test " Krish Sadhukhan

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.