From: Paolo Bonzini Date: Thu, 15 May 2014 16:09:29 +0000 (+0200) Subject: KVM: x86: check CS.DPL against RPL during task switch X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5045b468037d;p=pandora-kernel.git KVM: x86: check CS.DPL against RPL during task switch Table 7-1 of the SDM mentions a check that the code segment's DPL must match the selector's RPL. This was not done by KVM, fix it. Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed