summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>2025-07-08 13:19:20 +0300
committerDave Hansen <dave.hansen@linux.intel.com>2025-08-22 07:30:23 -0700
commit81e39b6d89b5148480f607f93a88cd16f7df6f4a (patch)
tree0a5b985b887e50a7809776d0b357e45e7e25a5a2
parentc17b750b3ad9f45f2b6f7e6f7f4679844244f0b9 (diff)
MAINTAINERS: Update the file list in the TDX entry.
This includes files that were previously missed in the TDX entry file list and makes it more future-proof. Most importantly, this now covers the recently added KVM enabling. [ dhansen: move from explicit files to "tdx" filename match ] Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Link: https://lore.kernel.org/all/20250708101922.50560-2-kirill.shutemov%40linux.intel.com
-rw-r--r--MAINTAINERS9
1 files changed, 2 insertions, 7 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index daf520a13bdf..31632e78de80 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -27329,13 +27329,8 @@ L: x86@kernel.org
L: linux-coco@lists.linux.dev
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: arch/x86/boot/compressed/tdx*
-F: arch/x86/coco/tdx/
-F: arch/x86/include/asm/shared/tdx.h
-F: arch/x86/include/asm/tdx.h
-F: arch/x86/virt/vmx/tdx/
-F: drivers/virt/coco/tdx-guest
+N: tdx
+K: \b(tdx)
X86 VDSO
M: Andy Lutomirski <luto@kernel.org>