v4 -> v5: 1. In patch# 1, the storage for the 'type' variable has been changed back to u32. 2. In patch# 1, the two 'if' conditions in the second check have been merged into one. [PATCH 1/2 v5] KVM: nSVM: Check reserved values for 'Type' and invalid [PATCH 2/2 v5] nSVM: Test reserved values for 'Type' and invalid vectors in arch/x86/include/asm/svm.h | 4 ++++ arch/x86/kvm/svm/nested.c | 15 +++++++++++++++ 2 files changed, 19 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