[PATCH v6 90/90] MAINTAINERS: Extend x86 CPUID DATABASE file coverage

"Ahmed S. Darwish" <[email protected]> Fri, 27 Mar 2026 03:16:44 +0100
Newsgroups dev.linux.lists.x86-cpuid,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
Add

    arch/x86/include/asm/cpuid/

to the x86 CPUID DATABASE entry since the newly-added CPUID APIs are now at
<asm/cpuid/types.h> and <asm/cpuid/api.h>.  The auto generated x86-cpuid-db
CPUID C99 bitfields header is also under that added 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 tables.

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.

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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8cb3b9fcface..6cd8d0e4fb99 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -28564,7 +28564,8 @@ 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:	tools/arch/x86/kcpuid/
 
 X86 ENTRY CODE
-- 
2.53.0