From: Sean Christopherson <seanjc@google.com>
To: Rick P Edgecombe <rick.p.edgecombe@intel.com>
Cc: "chenhuacai@kernel.org" <chenhuacai@kernel.org>,
"frankja@linux.ibm.com" <frankja@linux.ibm.com>,
"maz@kernel.org" <maz@kernel.org>,
"borntraeger@linux.ibm.com" <borntraeger@linux.ibm.com>,
"pjw@kernel.org" <pjw@kernel.org>,
"aou@eecs.berkeley.edu" <aou@eecs.berkeley.edu>,
"kas@kernel.org" <kas@kernel.org>,
"maobibo@loongson.cn" <maobibo@loongson.cn>,
"pbonzini@redhat.com" <pbonzini@redhat.com>,
"maddy@linux.ibm.com" <maddy@linux.ibm.com>,
"palmer@dabbelt.com" <palmer@dabbelt.com>,
"imbrenda@linux.ibm.com" <imbrenda@linux.ibm.com>,
"zhaotianrui@loongson.cn" <zhaotianrui@loongson.cn>,
"anup@brainfault.org" <anup@brainfault.org>,
"oliver.upton@linux.dev" <oliver.upton@linux.dev>,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
"linux-coco@lists.linux.dev" <linux-coco@lists.linux.dev>,
Kai Huang <kai.huang@intel.com>,
Yan Y Zhao <yan.y.zhao@intel.com>,
"michael.roth@amd.com" <michael.roth@amd.com>,
"binbin.wu@linux.intel.com" <binbin.wu@linux.intel.com>,
Ira Weiny <ira.weiny@intel.com>,
"loongarch@lists.linux.dev" <loongarch@lists.linux.dev>,
"ackerleytng@google.com" <ackerleytng@google.com>,
"kvmarm@lists.linux.dev" <kvmarm@lists.linux.dev>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"kvm-riscv@lists.infradead.org" <kvm-riscv@lists.infradead.org>,
Vishal Annapurve <vannapurve@google.com>,
"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-mips@vger.kernel.org" <linux-mips@vger.kernel.org>,
"linux-riscv@lists.infradead.org"
<linux-riscv@lists.infradead.org>,
"x86@kernel.org" <x86@kernel.org>
Subject: Re: [PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
Date: Tue, 4 Nov 2025 09:58:48 -0800 [thread overview]
Message-ID: <aQo-2OQd8ktU0ygn@google.com> (raw)
In-Reply-To: <725c68f2607ad2d4f742fd749ea517a98d669384.camel@intel.com>
On Fri, Oct 31, 2025, Rick P Edgecombe wrote:
> On Thu, 2025-10-30 at 13:09 -0700, Sean Christopherson wrote:
> > v4:
> > - Collect reviews/acks.
> > - Add a lockdep assertion in kvm_tdp_mmu_map_private_pfn(). [Yan]
> > - Wrap kvm_tdp_mmu_map_private_pfn() with CONFIG_KVM_GUEST_MEMFD=y. [test bot]
> > - Improve (or add) comments. [Kai, and probably others]
> > - s/spte/mirror_spte to make it clear what's being passed in
> > - Update set_external_spte() to take @mirror_spte as well. [Yan]
> > - Move the KVM_BUG_ON() on tdh_mr_extend() failure to the end. [Rick]
> > - Take "all" the locks in tdx_vm_ioctl(). [Kai]
> > - WARN if KVM attempts to map SPTEs into an invalid root. [Yan]
> > - Use tdx_flush_vp_on_cpu() instead of tdx_disassociate_vp() when freeing
> > a vCPU in VCPU_TD_STATE_UNINITIALIZED state. [Yan]
>
> Do you want someone to follow up with a v2 of this after the series lands? (with
> Binbin's verbiage comments incorporated)
Feel free to send a v2 now. Or just reply to Binbin's mail with the updated
comment.
> https://lore.kernel.org/kvm/20251028002824.1470939-1-rick.p.edgecombe@intel.com/#t
--
kvm-riscv mailing list
kvm-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kvm-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Sean Christopherson <seanjc@google.com>
To: Rick P Edgecombe <rick.p.edgecombe@intel.com>
Cc: "chenhuacai@kernel.org" <chenhuacai@kernel.org>,
"frankja@linux.ibm.com" <frankja@linux.ibm.com>,
"maz@kernel.org" <maz@kernel.org>,
"borntraeger@linux.ibm.com" <borntraeger@linux.ibm.com>,
"pjw@kernel.org" <pjw@kernel.org>,
"aou@eecs.berkeley.edu" <aou@eecs.berkeley.edu>,
"kas@kernel.org" <kas@kernel.org>,
"maobibo@loongson.cn" <maobibo@loongson.cn>,
"pbonzini@redhat.com" <pbonzini@redhat.com>,
"maddy@linux.ibm.com" <maddy@linux.ibm.com>,
"palmer@dabbelt.com" <palmer@dabbelt.com>,
"imbrenda@linux.ibm.com" <imbrenda@linux.ibm.com>,
"zhaotianrui@loongson.cn" <zhaotianrui@loongson.cn>,
"anup@brainfault.org" <anup@brainfault.org>,
"oliver.upton@linux.dev" <oliver.upton@linux.dev>,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
"linux-coco@lists.linux.dev" <linux-coco@lists.linux.dev>,
Kai Huang <kai.huang@intel.com>,
Yan Y Zhao <yan.y.zhao@intel.com>,
"michael.roth@amd.com" <michael.roth@amd.com>,
"binbin.wu@linux.intel.com" <binbin.wu@linux.intel.com>,
Ira Weiny <ira.weiny@intel.com>,
"loongarch@lists.linux.dev" <loongarch@lists.linux.dev>,
"ackerleytng@google.com" <ackerleytng@google.com>,
"kvmarm@lists.linux.dev" <kvmarm@lists.linux.dev>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"kvm-riscv@lists.infradead.org" <kvm-riscv@lists.infradead.org>,
Vishal Annapurve <vannapurve@google.com>,
"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-mips@vger.kernel.org" <linux-mips@vger.kernel.org>,
"linux-riscv@lists.infradead.org"
<linux-riscv@lists.infradead.org>,
"x86@kernel.org" <x86@kernel.org>
Subject: Re: [PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
Date: Tue, 4 Nov 2025 09:58:48 -0800 [thread overview]
Message-ID: <aQo-2OQd8ktU0ygn@google.com> (raw)
In-Reply-To: <725c68f2607ad2d4f742fd749ea517a98d669384.camel@intel.com>
On Fri, Oct 31, 2025, Rick P Edgecombe wrote:
> On Thu, 2025-10-30 at 13:09 -0700, Sean Christopherson wrote:
> > v4:
> > - Collect reviews/acks.
> > - Add a lockdep assertion in kvm_tdp_mmu_map_private_pfn(). [Yan]
> > - Wrap kvm_tdp_mmu_map_private_pfn() with CONFIG_KVM_GUEST_MEMFD=y. [test bot]
> > - Improve (or add) comments. [Kai, and probably others]
> > - s/spte/mirror_spte to make it clear what's being passed in
> > - Update set_external_spte() to take @mirror_spte as well. [Yan]
> > - Move the KVM_BUG_ON() on tdh_mr_extend() failure to the end. [Rick]
> > - Take "all" the locks in tdx_vm_ioctl(). [Kai]
> > - WARN if KVM attempts to map SPTEs into an invalid root. [Yan]
> > - Use tdx_flush_vp_on_cpu() instead of tdx_disassociate_vp() when freeing
> > a vCPU in VCPU_TD_STATE_UNINITIALIZED state. [Yan]
>
> Do you want someone to follow up with a v2 of this after the series lands? (with
> Binbin's verbiage comments incorporated)
Feel free to send a v2 now. Or just reply to Binbin's mail with the updated
comment.
> https://lore.kernel.org/kvm/20251028002824.1470939-1-rick.p.edgecombe@intel.com/#t
WARNING: multiple messages have this Message-ID (diff)
From: Sean Christopherson <seanjc@google.com>
To: Rick P Edgecombe <rick.p.edgecombe@intel.com>
Cc: "chenhuacai@kernel.org" <chenhuacai@kernel.org>,
"frankja@linux.ibm.com" <frankja@linux.ibm.com>,
"maz@kernel.org" <maz@kernel.org>,
"borntraeger@linux.ibm.com" <borntraeger@linux.ibm.com>,
"pjw@kernel.org" <pjw@kernel.org>,
"aou@eecs.berkeley.edu" <aou@eecs.berkeley.edu>,
"kas@kernel.org" <kas@kernel.org>,
"maobibo@loongson.cn" <maobibo@loongson.cn>,
"pbonzini@redhat.com" <pbonzini@redhat.com>,
"maddy@linux.ibm.com" <maddy@linux.ibm.com>,
"palmer@dabbelt.com" <palmer@dabbelt.com>,
"imbrenda@linux.ibm.com" <imbrenda@linux.ibm.com>,
"zhaotianrui@loongson.cn" <zhaotianrui@loongson.cn>,
"anup@brainfault.org" <anup@brainfault.org>,
"oliver.upton@linux.dev" <oliver.upton@linux.dev>,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
"linux-coco@lists.linux.dev" <linux-coco@lists.linux.dev>,
Kai Huang <kai.huang@intel.com>,
Yan Y Zhao <yan.y.zhao@intel.com>,
"michael.roth@amd.com" <michael.roth@amd.com>,
"binbin.wu@linux.intel.com" <binbin.wu@linux.intel.com>,
Ira Weiny <ira.weiny@intel.com>,
"loongarch@lists.linux.dev" <loongarch@lists.linux.dev>,
"ackerleytng@google.com" <ackerleytng@google.com>,
"kvmarm@lists.linux.dev" <kvmarm@lists.linux.dev>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"kvm-riscv@lists.infradead.org" <kvm-riscv@lists.infradead.org>,
Vishal Annapurve <vannapurve@google.com>,
"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-mips@vger.kernel.org" <linux-mips@vger.kernel.org>,
"linux-riscv@lists.infradead.org"
<linux-riscv@lists.infradead.org>,
"x86@kernel.org" <x86@kernel.org>
Subject: Re: [PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
Date: Tue, 4 Nov 2025 09:58:48 -0800 [thread overview]
Message-ID: <aQo-2OQd8ktU0ygn@google.com> (raw)
In-Reply-To: <725c68f2607ad2d4f742fd749ea517a98d669384.camel@intel.com>
On Fri, Oct 31, 2025, Rick P Edgecombe wrote:
> On Thu, 2025-10-30 at 13:09 -0700, Sean Christopherson wrote:
> > v4:
> > - Collect reviews/acks.
> > - Add a lockdep assertion in kvm_tdp_mmu_map_private_pfn(). [Yan]
> > - Wrap kvm_tdp_mmu_map_private_pfn() with CONFIG_KVM_GUEST_MEMFD=y. [test bot]
> > - Improve (or add) comments. [Kai, and probably others]
> > - s/spte/mirror_spte to make it clear what's being passed in
> > - Update set_external_spte() to take @mirror_spte as well. [Yan]
> > - Move the KVM_BUG_ON() on tdh_mr_extend() failure to the end. [Rick]
> > - Take "all" the locks in tdx_vm_ioctl(). [Kai]
> > - WARN if KVM attempts to map SPTEs into an invalid root. [Yan]
> > - Use tdx_flush_vp_on_cpu() instead of tdx_disassociate_vp() when freeing
> > a vCPU in VCPU_TD_STATE_UNINITIALIZED state. [Yan]
>
> Do you want someone to follow up with a v2 of this after the series lands? (with
> Binbin's verbiage comments incorporated)
Feel free to send a v2 now. Or just reply to Binbin's mail with the updated
comment.
> https://lore.kernel.org/kvm/20251028002824.1470939-1-rick.p.edgecombe@intel.com/#t
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2025-11-04 17:58 UTC|newest]
Thread overview: 198+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-30 20:09 [PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` [PATCH v4 01/28] KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` [PATCH v4 02/28] KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl() Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` [PATCH v4 03/28] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` [PATCH v4 04/28] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-31 7:58 ` Binbin Wu
2025-10-31 7:58 ` Binbin Wu
2025-10-31 7:58 ` Binbin Wu
2025-10-30 20:09 ` [PATCH v4 05/28] KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU root Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 22:17 ` Huang, Kai
2025-10-30 22:17 ` Huang, Kai
2025-10-30 22:17 ` Huang, Kai
2025-10-30 20:09 ` [PATCH v4 06/28] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU" Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` [PATCH v4 07/28] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault() Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` [PATCH v4 08/28] KVM: TDX: Drop superfluous page pinning in S-EPT management Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-31 8:29 ` Yan Zhao
2025-10-31 8:29 ` Yan Zhao
2025-10-31 8:29 ` Yan Zhao
2025-10-31 17:12 ` Sean Christopherson
2025-10-31 17:12 ` Sean Christopherson
2025-10-31 17:12 ` Sean Christopherson
2025-10-30 20:09 ` [PATCH v4 09/28] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 22:20 ` Huang, Kai
2025-10-30 22:20 ` Huang, Kai
2025-10-30 22:20 ` Huang, Kai
2025-10-30 20:09 ` [PATCH v4 10/28] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte() Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-31 8:23 ` Yan Zhao
2025-10-31 8:23 ` Yan Zhao
2025-10-31 8:23 ` Yan Zhao
2025-10-30 20:09 ` [PATCH v4 11/28] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte() Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 22:26 ` Huang, Kai
2025-10-30 22:26 ` Huang, Kai
2025-10-30 22:26 ` Huang, Kai
2025-10-30 20:09 ` [PATCH v4 12/28] KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 22:59 ` Huang, Kai
2025-10-30 22:59 ` Huang, Kai
2025-10-30 22:59 ` Huang, Kai
2025-10-30 23:40 ` Sean Christopherson
2025-10-30 23:40 ` Sean Christopherson
2025-10-30 23:40 ` Sean Christopherson
2025-10-30 23:59 ` Huang, Kai
2025-10-30 23:59 ` Huang, Kai
2025-10-30 23:59 ` Huang, Kai
2025-10-31 8:19 ` Binbin Wu
2025-10-31 8:19 ` Binbin Wu
2025-10-31 8:19 ` Binbin Wu
2025-10-30 20:09 ` [PATCH v4 13/28] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte() Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` [PATCH v4 14/28] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` [PATCH v4 15/28] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` [PATCH v4 16/28] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-31 8:54 ` Binbin Wu
2025-10-31 8:54 ` Binbin Wu
2025-10-31 8:54 ` Binbin Wu
2025-10-30 20:09 ` [PATCH v4 17/28] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte() Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-31 8:56 ` Binbin Wu
2025-10-31 8:56 ` Binbin Wu
2025-10-31 8:56 ` Binbin Wu
2025-10-30 20:09 ` [PATCH v4 18/28] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON() Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 23:20 ` Huang, Kai
2025-10-30 23:20 ` Huang, Kai
2025-10-30 23:20 ` Huang, Kai
2025-10-31 8:58 ` Binbin Wu
2025-10-31 8:58 ` Binbin Wu
2025-10-31 8:58 ` Binbin Wu
2025-10-30 20:09 ` [PATCH v4 19/28] KVM: TDX: Derive error argument names from the local variable names Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-31 9:00 ` Binbin Wu
2025-10-31 9:00 ` Binbin Wu
2025-10-31 9:00 ` Binbin Wu
2025-10-30 20:09 ` [PATCH v4 20/28] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 23:03 ` Huang, Kai
2025-10-30 23:03 ` Huang, Kai
2025-10-30 23:03 ` Huang, Kai
2025-10-31 9:05 ` Binbin Wu
2025-10-31 9:05 ` Binbin Wu
2025-10-31 9:05 ` Binbin Wu
2025-10-30 20:09 ` [PATCH v4 21/28] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 23:05 ` Huang, Kai
2025-10-30 23:05 ` Huang, Kai
2025-10-30 23:05 ` Huang, Kai
2025-10-31 9:08 ` Binbin Wu
2025-10-31 9:08 ` Binbin Wu
2025-10-31 9:08 ` Binbin Wu
2025-10-30 20:09 ` [PATCH v4 22/28] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-31 9:11 ` Binbin Wu
2025-10-31 9:11 ` Binbin Wu
2025-10-31 9:11 ` Binbin Wu
2025-10-30 20:09 ` [PATCH v4 23/28] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-31 9:15 ` Binbin Wu
2025-10-31 9:15 ` Binbin Wu
2025-10-31 9:15 ` Binbin Wu
2025-10-30 20:09 ` [PATCH v4 24/28] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl() Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-31 9:17 ` Binbin Wu
2025-10-31 9:17 ` Binbin Wu
2025-10-31 9:17 ` Binbin Wu
2025-10-30 20:09 ` [PATCH v4 25/28] KVM: TDX: Don't copy "cmd" back to userspace for KVM_TDX_CAPABILITIES Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 23:06 ` Huang, Kai
2025-10-30 23:06 ` Huang, Kai
2025-10-30 23:06 ` Huang, Kai
2025-10-30 20:09 ` [PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 23:08 ` Huang, Kai
2025-10-30 23:08 ` Huang, Kai
2025-10-30 23:08 ` Huang, Kai
2025-10-31 8:26 ` Yan Zhao
2025-10-31 8:26 ` Yan Zhao
2025-10-31 8:26 ` Yan Zhao
2025-10-31 17:34 ` Sean Christopherson
2025-10-31 17:34 ` Sean Christopherson
2025-10-31 17:34 ` Sean Christopherson
2025-11-03 1:36 ` Yan Zhao
2025-11-03 1:36 ` Yan Zhao
2025-11-03 1:36 ` Yan Zhao
2025-10-30 20:09 ` [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 23:09 ` Huang, Kai
2025-10-30 23:09 ` Huang, Kai
2025-10-30 23:09 ` Huang, Kai
2025-11-04 6:16 ` Binbin Wu
2025-11-04 6:16 ` Binbin Wu
2025-11-04 6:16 ` Binbin Wu
2025-11-04 18:02 ` Sean Christopherson
2025-11-04 18:02 ` Sean Christopherson
2025-11-04 18:02 ` Sean Christopherson
2025-10-30 20:09 ` [PATCH v4 28/28] KVM: TDX: Fix list_add corruption during vcpu_load() Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 20:09 ` Sean Christopherson
2025-10-30 23:12 ` Huang, Kai
2025-10-30 23:12 ` Huang, Kai
2025-10-30 23:12 ` Huang, Kai
2025-10-30 23:19 ` [PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups Huang, Kai
2025-10-30 23:19 ` Huang, Kai
2025-10-30 23:19 ` Huang, Kai
2025-10-31 8:54 ` Yan Zhao
2025-10-31 8:54 ` Yan Zhao
2025-10-31 8:54 ` Yan Zhao
2025-10-31 17:28 ` Edgecombe, Rick P
2025-10-31 17:28 ` Edgecombe, Rick P
2025-10-31 17:28 ` Edgecombe, Rick P
2025-11-04 17:58 ` Sean Christopherson [this message]
2025-11-04 17:58 ` Sean Christopherson
2025-11-04 17:58 ` Sean Christopherson
2025-11-10 15:37 ` Sean Christopherson
2025-11-10 15:37 ` Sean Christopherson
2025-11-10 15:37 ` Sean Christopherson
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=aQo-2OQd8ktU0ygn@google.com \
--to=seanjc@google.com \
--cc=ackerleytng@google.com \
--cc=anup@brainfault.org \
--cc=aou@eecs.berkeley.edu \
--cc=binbin.wu@linux.intel.com \
--cc=borntraeger@linux.ibm.com \
--cc=chenhuacai@kernel.org \
--cc=frankja@linux.ibm.com \
--cc=imbrenda@linux.ibm.com \
--cc=ira.weiny@intel.com \
--cc=kai.huang@intel.com \
--cc=kas@kernel.org \
--cc=kvm-riscv@lists.infradead.org \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.linux.dev \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-coco@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=loongarch@lists.linux.dev \
--cc=maddy@linux.ibm.com \
--cc=maobibo@loongson.cn \
--cc=maz@kernel.org \
--cc=michael.roth@amd.com \
--cc=oliver.upton@linux.dev \
--cc=palmer@dabbelt.com \
--cc=pbonzini@redhat.com \
--cc=pjw@kernel.org \
--cc=rick.p.edgecombe@intel.com \
--cc=vannapurve@google.com \
--cc=x86@kernel.org \
--cc=yan.y.zhao@intel.com \
--cc=zhaotianrui@loongson.cn \
/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.