From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.17394.1591200473970621431 for ; Wed, 03 Jun 2020 09:07:54 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ard.biesheuvel@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C8E6F55D; Wed, 3 Jun 2020 09:07:52 -0700 (PDT) Received: from [192.168.1.69] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CDF873F52E; Wed, 3 Jun 2020 09:07:51 -0700 (PDT) Subject: Re: [PATCH 3/3] Maintainers.txt: move StandaloneMmPkg to the right spot To: Laszlo Ersek , edk2-devel-groups-io Cc: Jiewen Yao , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Sami Mujawar , Supreeth Venkatesh References: <20200603160627.3594-1-lersek@redhat.com> <20200603160627.3594-4-lersek@redhat.com> From: "Ard Biesheuvel" Message-ID: <4d715307-0265-b9fa-2a37-8b872a19ac02@arm.com> Date: Wed, 3 Jun 2020 18:07:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: <20200603160627.3594-4-lersek@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 6/3/20 6:06 PM, Laszlo Ersek wrote: > Place StandaloneMmPkg between SourceLevelDebugPkg and UefiCpuPkg, where= it > belongs in lexicographical order. (Right now it succeeds > UnitTestFrameworkPkg, which is a disorder.) >=20 > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Philippe Mathieu-Daud=C3=A9 > Cc: Sami Mujawar > Cc: Supreeth Venkatesh > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2778 > Signed-off-by: Laszlo Ersek Acked-by: Ard Biesheuvel > --- > Maintainers.txt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) >=20 > diff --git a/Maintainers.txt b/Maintainers.txt > index ca383f593232..760d704d44bd 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -456,45 +456,45 @@ R: Chao Zhang > ShellPkg > F: ShellPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg > M: Ray Ni > M: Zhichao Gao > =20 > SignedCapsulePkg > F: SignedCapsulePkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsul= ePkg > M: Jiewen Yao > M: Chao Zhang > =20 > SourceLevelDebugPkg > F: SourceLevelDebugPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelD= ebugPkg > M: Hao A Wu > =20 > +StandaloneMmPkg > +F: StandaloneMmPkg/ > +M: Ard Biesheuvel > +M: Sami Mujawar > +M: Jiewen Yao > +R: Supreeth Venkatesh > + > UefiCpuPkg > F: UefiCpuPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg > M: Eric Dong > M: Ray Ni > R: Laszlo Ersek > =20 > UefiPayloadPkg > F: UefiPayloadPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadP= kg > M: Maurice Ma > M: Guo Dong > M: Benjamin You > S: Maintained > =20 > UnitTestFrameworkPkg > F: UnitTestFrameworkPkg/ > M: Michael D Kinney > R: Sean Brogan > R: Bret Barkelew > S: Maintained > - > -StandaloneMmPkg > -F: StandaloneMmPkg/ > -M: Ard Biesheuvel > -M: Sami Mujawar > -M: Jiewen Yao > -R: Supreeth Venkatesh >=20