From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2 3/4] KVM: x86: check CS.DPL against RPL during task switch Date: Mon, 26 May 2014 14:01:18 -0300 Message-ID: <20140526170118.GC30582@amt.cnet> References: <1400172691-27030-1-git-send-email-pbonzini@redhat.com> <1400172691-27030-4-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, jan.kiszka@siemens.com, kvm@vger.kernel.org, gleb@kernel.org, avi.kivity@gmail.com To: Paolo Bonzini Return-path: Content-Disposition: inline In-Reply-To: <1400172691-27030-4-git-send-email-pbonzini@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Thu, May 15, 2014 at 06:51:30PM +0200, Paolo Bonzini wrote: > 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 Exception number is incorrect, however not introduced by this patchset. Reviewed-by: Marcelo Tosatti