From: Sean Christopherson <seanjc@google.com>
To: Xiaoyao Li <xiaoyao.li@intel.com>
Cc: Rick P Edgecombe <rick.p.edgecombe@intel.com>,
"pbonzini@redhat.com" <pbonzini@redhat.com>,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
"linux-coco@lists.linux.dev" <linux-coco@lists.linux.dev>,
"kas@kernel.org" <kas@kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"nik.borisov@suse.com" <nik.borisov@suse.com>
Subject: Re: [PATCH v3 4/4] KVM: TDX: Enable Bus Lock VM exit
Date: Mon, 17 Aug 2026 11:06:00 -0700 [thread overview]
Message-ID: <aoNNiAbZUbkWoZ6t@google.com> (raw)
In-Reply-To: <1dcbf1b2-dc89-4624-b98e-d34f40558cfb@intel.com>
On Sat, Aug 15, 2026, Xiaoyao Li wrote:
> On 8/14/2026 11:46 PM, Sean Christopherson wrote:
> > On Fri, Aug 14, 2026, Xiaoyao Li wrote:
> > > On 8/13/2026 10:43 PM, Sean Christopherson wrote:
> > > > On Thu, Aug 13, 2026, Xiaoyao Li wrote:
> > > > > On 8/13/2026 6:58 AM, Edgecombe, Rick P wrote:
> >
> > ...
> >
> > > > The more I look at this, the more I'm against shoving garbage into vt->exit_reasons.
> > > > With tdx_is_exit_reason_valid(), this is trivially easy to handle, *and* explicitly
> > > > captures the logic instead of subtly rerouting KVM away from meaningful handling.
> > >
> > > tdx_is_exit_reason_valid() doesn't work unless we update the vp_enter_ret to
> > > one that isn't one of the status code with valid Exit Reason. See below.
> >
> > Correct.
> >
> > > About the idea, isn't the purpose of setting the Exit Reason to a synthesized
> > > one is to avoid the undefined Exit Reason causing false-positives when it
> > > happens to match one of the existing ones?
> >
> > Yes. The nuance is that I'm against clobbering the *full* exit reason. I am
> > not against setting exit_reason.basic to something like EXIT_REASON_INVALID_STATE.
>
> I'm not sure why you are not OK with setting the bit[31:16] to 0 ...
I'm all for that. I'm against setting them to 1, which is what using -1u does.
Ah, I'm guessing my use of "clobbering" is confusing. I was mentally viewing
setting them to '1' as clobbering, versus setting them to '0' as "doing the right
thing.
E.g. the VM-Exit (that didn't happen) wasn't due to a failed guest consistency
check; it certainly wasn't an SMI from VMX Root, nor was an MTF pending at the
time of the SMI that didn't happen; the guest wasn't in enclave mode; there was
no concident bus lock; all other bits are reserved to zero.
Sorry, I should have clarified that writing the full exit reason is ok, but setting
arbitrary bits in a way that isn't consistent with reality is not.
prev parent reply other threads:[~2026-08-17 18:06 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-12 8:02 [PATCH v3 0/4] KVM: TDX: Enable VM-DoS Prevention Features for TDX Xiaoyao Li
2026-08-12 8:02 ` [PATCH v3 1/4] KVM: TDX: Enable Notify VM exit Xiaoyao Li
2026-08-12 8:02 ` [PATCH v3 2/4] KVM: TDX: Set bits 31:16 to 0 for the synthesized Exit Reason Xiaoyao Li
2026-08-12 21:58 ` Edgecombe, Rick P
2026-08-12 8:02 ` [PATCH v3 3/4] KVM: TDX: Don't assume exit_reason[31:16] as all-0 in tdx_to_vmx_exit_reason() Xiaoyao Li
2026-08-12 8:23 ` sashiko-bot
2026-08-12 9:07 ` Xiaoyao Li
2026-08-12 22:55 ` Edgecombe, Rick P
2026-08-13 23:44 ` Sean Christopherson
2026-08-14 1:02 ` Xiaoyao Li
2026-08-14 15:12 ` Sean Christopherson
2026-08-17 2:49 ` Xiaoyao Li
2026-08-17 18:19 ` Sean Christopherson
2026-08-13 0:14 ` Sean Christopherson
2026-08-13 8:42 ` Xiaoyao Li
2026-08-12 8:02 ` [PATCH v3 4/4] KVM: TDX: Enable Bus Lock VM exit Xiaoyao Li
2026-08-12 8:20 ` sashiko-bot
2026-08-12 9:11 ` Xiaoyao Li
2026-08-13 0:06 ` Sean Christopherson
2026-08-12 22:58 ` Edgecombe, Rick P
2026-08-13 11:17 ` Xiaoyao Li
2026-08-13 14:43 ` Sean Christopherson
2026-08-14 0:49 ` Xiaoyao Li
2026-08-14 15:46 ` Sean Christopherson
2026-08-15 13:28 ` Xiaoyao Li
2026-08-17 18:06 ` Sean Christopherson [this message]
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=aoNNiAbZUbkWoZ6t@google.com \
--to=seanjc@google.com \
--cc=kas@kernel.org \
--cc=kvm@vger.kernel.org \
--cc=linux-coco@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=nik.borisov@suse.com \
--cc=pbonzini@redhat.com \
--cc=rick.p.edgecombe@intel.com \
--cc=xiaoyao.li@intel.com \
/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.