From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Thu, 18 Jul 2019 05:37:45 -0700 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 85AC92F8BE3; Thu, 18 Jul 2019 12:37:44 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-84.ams2.redhat.com [10.36.116.84]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1C28460C9E; Thu, 18 Jul 2019 12:37:40 +0000 (UTC) Subject: Re: [PATCH v2 0/1] Maintainers.txt: Review ownership for MdeModulePkg To: Hao A Wu , devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Michael D Kinney , Dandan Bi , Eric Dong , Liming Gao , Ray Ni , Star Zeng , Zhichao Gao References: <20190718011929.4416-1-hao.a.wu@intel.com> From: "Laszlo Ersek" Message-ID: <808f9b72-af32-c8d0-d1e8-e3a91c6c2050@redhat.com> Date: Thu, 18 Jul 2019 14:37:39 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190718011929.4416-1-hao.a.wu@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Thu, 18 Jul 2019 12:37:44 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 07/18/19 03:19, Hao A Wu wrote: > This patch is also available at: > https://github.com/hwu25/edk2/tree/mdemodulepkg_reviewers_v2 > > Also, please note that on the above branch, the proposed patch > (MdeModulePkg reviewers) is inserted between: > > * [edk2-devel] [PATCH 4/4] Maintainers.txt: split out section "OvmfPkg: CSM modules" > (from Laszlo) > https://edk2.groups.io/g/devel/message/43732 > > and > > * [edk2-devel] [PATCH 3/3] BaseTools: add GetMaintainer.py script > (from Leif) > https://edk2.groups.io/g/devel/message/43666 > > > V2 changes: > A. Sort "F:" patterns in alphabetical order for each section; > B. Serveral module renaming: > Console and Graphic -> Console and Graphics > S3 -> ACPI S3 > SMM -> Management Mode (MM, SMM) > Variable -> UEFI Variable > > > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > Cc: Dandan Bi > Cc: Eric Dong > Cc: Liming Gao > Cc: Ray Ni > Cc: Star Zeng > Cc: Zhichao Gao > > Hao A Wu (1): > Maintainers.txt: Fine-grained review ownership for MdeModulePkg > > Maintainers.txt | 151 +++++++++++++++++++- > 1 file changed, 149 insertions(+), 2 deletions(-) > Acked-by: Laszlo Ersek Thanks Laszlo