All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <sashal@kernel.org>
To: gregkh@linuxfoundation.org
Cc: sean.j.christopherson@intel.com, jmattson@google.com,
	namit@vmware.com, pbonzini@redhat.com, stable@vger.kernel.org
Subject: Re: FAILED: patch "[PATCH] KVM: nVMX: Fix consistency check on injected exception error" failed to apply to 5.3-stable tree
Date: Tue, 8 Oct 2019 18:15:27 -0400	[thread overview]
Message-ID: <20191008221527.GF1396@sasha-vm> (raw)
In-Reply-To: <1570519311128161@kroah.com>

On Tue, Oct 08, 2019 at 09:21:51AM +0200, gregkh@linuxfoundation.org wrote:
>
>The patch below does not apply to the 5.3-stable tree.
>If someone wants it applied there, or to any other stable or longterm
>tree, then please email the backport, including the original git commit
>id to <stable@vger.kernel.org>.
>
>thanks,
>
>greg k-h
>
>------------------ original commit in Linus's tree ------------------
>
>From 567926cca99ba1750be8aae9c4178796bf9bb90b Mon Sep 17 00:00:00 2001
>From: Sean Christopherson <sean.j.christopherson@intel.com>
>Date: Tue, 1 Oct 2019 09:21:23 -0700
>Subject: [PATCH] KVM: nVMX: Fix consistency check on injected exception error
> code
>
>Current versions of Intel's SDM incorrectly state that "bits 31:15 of
>the VM-Entry exception error-code field" must be zero.  In reality, bits
>31:16 must be zero, i.e. error codes are 16-bit values.
>
>The bogus error code check manifests as an unexpected VM-Entry failure
>due to an invalid code field (error number 7) in L1, e.g. when injecting
>a #GP with error_code=0x9f00.
>
>Nadav previously reported the bug[*], both to KVM and Intel, and fixed
>the associated kvm-unit-test.
>
>[*] https://patchwork.kernel.org/patch/11124749/
>
>Reported-by: Nadav Amit <namit@vmware.com>
>Cc: stable@vger.kernel.org
>Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
>Reviewed-by: Jim Mattson <jmattson@google.com>
>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

There were minor conflicts due to missing tracepoint in 5.3 and code
movement in 4.19. I've fixed it up.

-- 
Thanks,
Sasha

  reply	other threads:[~2019-10-08 22:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-08  7:21 FAILED: patch "[PATCH] KVM: nVMX: Fix consistency check on injected exception error" failed to apply to 5.3-stable tree gregkh
2019-10-08 22:15 ` Sasha Levin [this message]
2019-10-09  7:47   ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2019-10-08  7:23 gregkh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191008221527.GF1396@sasha-vm \
    --to=sashal@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jmattson@google.com \
    --cc=namit@vmware.com \
    --cc=pbonzini@redhat.com \
    --cc=sean.j.christopherson@intel.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.