[PATCH v7 120/120] MAINTAINERS: Extend x86 CPUID DATABASE file coverage

"Ahmed S. Darwish" <[email protected]> Thu, 28 May 2026 17:39:22 +0200
Newsgroups dev.linux.lists.x86-cpuid,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
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 <[email protected]>
---
 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 <[email protected]>
 L:	[email protected]
 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