[PATCH v7 120/120] MAINTAINERS: Extend x86 CPUID DATABASE file coverage
From: Ahmed S. Darwish
Date: Thu May 28 2026 - 12:22:25 EST
Add
arch/x86/include/asm/cpuid/
since the new CPUID APIs are now at <asm/cpuid/types.h> and
<asm/cpuid/api.h>. The x86-cpuid-db C99 bitfields header is also under
that folder.
Add
arch/x86/include/asm/cpufeature.h
since it has the X86_FEATURE word names listing, along with the X86_FEATURE
APIs, which are now both routed to the CPUID API.
Add
arch/x86/include/asm/cpufeatures.h
since it has the X86_FEATURE bit listings, where by now new feature bits
should only be appended to; never modified in-place.
Add
arch/x86/kernel/cpu/cpuid_parser.{c,h}
since they have the CPUID parser implementation.
Adding these files ensures that myself and the x86-cpuid mailing list are
CCed on related patches.
Signed-off-by: Ahmed S. Darwish <darwi@xxxxxxxxxxxxx>
---
MAINTAINERS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index a0137a898927..5fe7150a542e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -28869,7 +28869,9 @@ R: Ahmed S. Darwish <darwi@xxxxxxxxxxxxx>
L: x86-cpuid@xxxxxxxxxxxxxxx
S: Maintained
W: https://x86-cpuid.org
-F: arch/x86/include/asm/cpuid/leaf_types.h
+F: arch/x86/include/asm/cpufeature*.h
+F: arch/x86/include/asm/cpuid/
+F: arch/x86/kernel/cpu/cpuid_parser.*
F: tools/arch/x86/kcpuid/
X86 ENTRY CODE
--
2.54.0