From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=yU7RD2Cx; spf=pass (domain: linaro.org, ip: 209.85.128.68, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by groups.io with SMTP; Fri, 12 Jul 2019 10:01:35 -0700 Received: by mail-wm1-f68.google.com with SMTP id h19so9662941wme.0 for ; Fri, 12 Jul 2019 10:01:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Gx0d2bZoQzlduHNfK1AesAyFnDODJXM4VXpGlMJgo68=; b=yU7RD2CxjvatwjKuySNdi/06j8LCna6kSwiK3qQxLAdEh3Ow1Tpcp2RfUtSm8zcTST vFop/YO/8KVN1j9MVXwM+DDYnCetsrYjbvM+vCnoIx4CvcCIYoYWr+SreGB3ieroe45o XhQjgkgV9Kc8M16Mf5TWPse+Tv0Kjbx+wr/kMLBka0zpY5ZoIXEliD4GtsiVcWF5RvQ2 GT0hMH/9x33NHUCc5iZY2sSn7xBAxNMR+SQE5PZps2KG6aswBEu46BVTgwdIoI97VXCy WLepk6iniuSaYOIOB97cgB0ZgScWBhb4IJf2TqW/qiIjXBprhIo0j0Bm6WRJD9h0sIcv CAgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Gx0d2bZoQzlduHNfK1AesAyFnDODJXM4VXpGlMJgo68=; b=coHDeS15lEX3PMAnoaojYgp0EXWVz7x261vhbhwiqPsW9YLL5Ep7rYv+2US4m1O01K rhNUkyRI6+p7qD3/GRDTDPPNHWTSOtu3TL9/UGolubqURDORV3HyvvV9r1fdVAUB56qY 82q22newvwQS0YMxU3aIAQFdFDQI1Vrx54NbPODId1U/T8rO+h/HKLC9VTVJ/DGLBBI2 dQkBsUWbbGOhelc3Il/tdoI/q5tMfHO0edqN6l1IFC+nqAA7CdKkFl54X/QT6ylf/zwH BpJHkM5jzFC9tZUfdX4lhget6Je2wR4jd4TiRaNs1cx3966qqBEGL73o5BGIbWlYLf1P Fk/g== X-Gm-Message-State: APjAAAWnB4GbyT58SKU6YSQV9oIrsv4njJqY3z+NBkmRs22SYFbVNoyM KEL5EccgqzRfdhGKmA+Bzy1AeJqDq8o= X-Google-Smtp-Source: APXvYqwx5g059hDTuby6ROs1XI3sXsT9xPEFC+wVOUM+Xy2AWwvSGvYVGccLKcSDxeiHXnimI6Cg3Q== X-Received: by 2002:a1c:a01a:: with SMTP id j26mr10749830wme.112.1562950893435; Fri, 12 Jul 2019 10:01:33 -0700 (PDT) Return-Path: Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id g11sm9044816wru.24.2019.07.12.10.01.32 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Fri, 12 Jul 2019 10:01:32 -0700 (PDT) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Andrew Fish , Laszlo Ersek , Michael D Kinney , Philippe Mathieu-Daude , Bob Feng , Liming Gao Subject: [PATCH 1/3] Maintainers.txt: update for filesystem area descriptions Date: Fri, 12 Jul 2019 18:01:26 +0100 Message-Id: <20190712170128.6495-2-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190712170128.6495-1-leif.lindholm@linaro.org> References: <20190712170128.6495-1-leif.lindholm@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add comment describing new F: and X: tags for associating maintainership sections with specific filesystem paths, including wildcards. Add global section associating *all* code with devel@edk2.groups.io, with a default '*' F: tag directing all modifications that do not hit a rule to the stewards. Also tag all files in top directory as maintained by the stewards. Signed-off-by: Leif Lindholm Reviewed-by: Philippe Mathieu-Daude Tested-by: Philippe Mathieu-Daude --- Maintainers.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index eb41dba7b128..3102b16b2f06 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -36,6 +36,22 @@ Descriptions of section entries: Obsolete: Old code. Something tagged obsolete generally means it has been replaced by a better system and you should be using that. + F: Files and directories with wildcard patterns. + A trailing slash includes all files and subdirectory files. + F: MdeModulePkg/ all files in and below MdeModulePkg + F: MdeModulePkg/* all files in MdeModulePkg, but not below + F: */Pci/* all files in a directory called Pci, at any depth in + the hierarchy, but not below + One pattern per line. Multiple F: lines per section acceptable. + X: Files and directories that are NOT maintained, same rules as F: + Files exclusions are tested after file matches. + Can be useful for excluding a specific subdirectory, for instance: + F: NetworkPkg/ + X: NetworkPkg/Ip6Dxe/ + matches all files in and below NetworkPkg excluding NetworkPkg/Ip6Dxe/ + Filenames not caught by any F: rule get matched as being located in the top- + level directory. (Internally, the script looks for a match called '', + so please don't add a file called that in the top-level directory.) EDK II ------ @@ -44,8 +60,14 @@ L: https://edk2.groups.io/g/devel/ T: git - https://github.com/tianocore/edk2.git T: git (mirror) - https://bitbucket.org/tianocore/edk2.git +All patches CC:d here +L: devel@edk2.groups.io +F: * +F: */ + Tianocore Stewards ------------------ +F: * M: Andrew Fish M: Laszlo Ersek M: Leif Lindholm @@ -63,16 +85,19 @@ M: Liming Gao EDK II Packages: ---------------- ArmPkg +F: ArmPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg M: Leif Lindholm M: Ard Biesheuvel ArmPlatformPkg +F: ArmPlatformPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg M: Leif Lindholm M: Ard Biesheuvel ArmVirtPkg +F: ArmVirtPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg M: Laszlo Ersek M: Ard Biesheuvel @@ -81,26 +106,31 @@ R: Julien Grall R: Leif Lindholm BaseTools +F: BaseTools/ W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools M: Bob Feng M: Liming Gao CryptoPkg +F: CryptoPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg M: Jian Wang R: Ting Ye DynamicTablesPkg +F: DynamicTablesPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/DynamicTablesPkg M: Sami Mujawar M: Alexei Fedorov EmbeddedPkg +F: EmbeddedPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/EmbeddedPkg M: Leif Lindholm M: Ard Biesheuvel EmulatorPkg +F: EmulatorPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg M: Jordan Justen M: Andrew Fish @@ -108,29 +138,34 @@ M: Ray Ni S: Maintained FatPkg +F: FatPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver M: Ray Ni T: svn - https://svn.code.sf.net/p/edk2-fatdriver2/code/trunk/EnhancedFat T: git - https://github.com/tianocore/edk2-FatPkg.git FmpDevicePkg +F: FmpDevicePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg M: Liming Gao M: Michael D Kinney IntelFsp2Pkg +F: IntelFsp2Pkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2Pkg M: Chasel Chiu R: Nate DeSimone R: Star Zeng IntelFsp2WrapperPkg +F: IntelFsp2WrapperPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/IntelFsp2WrapperPkg M: Chasel Chiu R: Nate DeSimone R: Star Zeng MdeModulePkg +F: MdeModulePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg M: Jian J Wang M: Hao A Wu @@ -140,16 +175,19 @@ R: Ray Ni R: Star Zeng MdePkg +F: MdePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/MdePkg M: Michael D Kinney M: Liming Gao NetworkPkg +F: NetworkPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/NetworkPkg M: Siyuan Fu M: Jiaxin Wu OvmfPkg +F: OvmfPkg/ W: http://www.tianocore.org/ovmf/ M: Jordan Justen M: Laszlo Ersek @@ -167,16 +205,19 @@ R: David Woodhouse S: Maintained PcAtChipsetPkg +F: PcAtChipsetPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg M: Ray Ni SecurityPkg +F: SecurityPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg M: Jiewen Yao M: Jian Wang R: Chao Zhang ShellPkg +F: ShellPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg M: Jaben Carsey M: Ray Ni @@ -190,21 +231,25 @@ M: Leif Lindholm (ARM/AArch64) M: Ard Biesheuvel (ARM/AArch64) SignedCapsulePkg +F: SignedCapsulePkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg M: Jiewen Yao M: Chao Zhang SourceLevelDebugPkg +F: SourceLevelDebugPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg M: Hao A Wu UefiCpuPkg +F: UefiCpuPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg M: Eric Dong M: Ray Ni R: Laszlo Ersek UefiPayloadPkg +F: UefiPayloadPkg/ W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg M: Maurice Ma M: Guo Dong @@ -212,6 +257,7 @@ M: Benjamin You S: Maintained StandaloneMmPkg +F: StandaloneMmPkg/ M: Achin Gupta M: Jiewen Yao R: Supreeth Venkatesh -- 2.20.1