On Tue, Jul 08, 2025, Dave Hansen wrote: > On 7/8/25 03:19, Kirill A. Shutemov wrote: > > @@ -26952,12 +26952,18 @@ L: linux-coco@xxxxxxxxxxxxxxx > > S: Supported > > T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/tdx > > F: Documentation/ABI/testing/sysfs-devices-virtual-misc-tdx_guest > > +F: Documentation/arch/x86/tdx.rst > > +F: Documentation/virt/coco/tdx-guest.rst > > +F: Documentation/virt/kvm/x86/intel-tdx.rst > > F: arch/x86/boot/compressed/tdx* > > +F: arch/x86/boot/compressed/tdcall.S > > F: arch/x86/coco/tdx/ > > -F: arch/x86/include/asm/shared/tdx.h > > -F: arch/x86/include/asm/tdx.h > > +F: arch/x86/include/asm/shared/tdx* > > +F: arch/x86/include/asm/tdx* > > +F: arch/x86/kvm/vmx/tdx* > > F: arch/x86/virt/vmx/tdx/ > > -F: drivers/virt/coco/tdx-guest > > +F: drivers/virt/coco/tdx-guest/ > > +F: tools/testing/selftests/tdx/ > > That file list is getting a bit long, but it _is_ the truth. What about adding K: tdx instead of listing each file individually? That might also help clarify what's up for cases where there is overlap, e.g. with KVM, to convey that this is a "secondary" entry of sorts. > It's also adding some arch/x86/kvm/vmx/ files, but I assume Sean and > Paolo will welcome having some more people cc'd on those patches. The > hyper-v folks have a similar entry. No objection from me. > I'll plan to apply this as-is unless someone screams.