From 8cb24514e2fe551bbbbddb0792550ad73a4f72d1 Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Wed, 21 May 2025 17:03:11 +0100 Subject: [PATCH] Maintainers.txt: restrict Arm architectures wildcard entries Back in the day, we added wildcard maintainer entries for */Arm/ and */AArch64/, to make sure Arm maintainers got cc:d on patches What this was really meant for was core packages - MdeModulePkg and MdePkg - which were the only ones containing Arm-specific code outside of Arm*Pkg at the time. However, this is no longer true, so we're increasingly finding ourselves copied on PRs where we don't necessarily have any opinion from an arch-maintainer perspective. So convert the block to an include-list applying to MdeModulePkg, MdePkg, and UefiCpuPkg. Signed-off-by: Leif Lindholm --- Maintainers.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index b492a09d1c..8e6a1636a4 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -84,8 +84,12 @@ M: Liming Gao [lgao4] EDK II Architectures: --------------------- ARM, AARCH64 -F: */AArch64/ -F: */Arm/ +F: MdeModulePkg/*/AArch64/ +F: MdeModulePkg/*/Arm/ +F: MdePkg/*/AArch64/ +F: MdePkg/*/Arm/ +F: UefiCpuPkg/*/AArch64/ +F: UefiCpuPkg/*/Arm/ M: Leif Lindholm [leiflindholm] M: Ard Biesheuvel [ardbiesheuvel] M: Sami Mujawar [samimujawar]