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