public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ard.biesheuvel@arm.com>
To: Laszlo Ersek <lersek@redhat.com>,
	edk2-devel-groups-io <devel@edk2.groups.io>
Cc: "Jiewen Yao" <jiewen.yao@intel.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Sami Mujawar" <sami.mujawar@arm.com>,
	"Supreeth Venkatesh" <supreeth.venkatesh@arm.com>
Subject: Re: [PATCH 3/3] Maintainers.txt: move StandaloneMmPkg to the right spot
Date: Wed, 3 Jun 2020 18:07:50 +0200	[thread overview]
Message-ID: <4d715307-0265-b9fa-2a37-8b872a19ac02@arm.com> (raw)
In-Reply-To: <20200603160627.3594-4-lersek@redhat.com>

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.)
> 
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
> Cc: Sami Mujawar <sami.mujawar@arm.com>
> Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2778
> Signed-off-by: Laszlo Ersek <lersek@redhat.com>

Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com>

> ---
>   Maintainers.txt | 14 +++++++-------
>   1 file changed, 7 insertions(+), 7 deletions(-)
> 
> 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 <chao.b.zhang@intel.com>
>   ShellPkg
>   F: ShellPkg/
>   W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg
>   M: Ray Ni <ray.ni@intel.com>
>   M: Zhichao Gao <zhichao.gao@intel.com>
>   
>   SignedCapsulePkg
>   F: SignedCapsulePkg/
>   W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg
>   M: Jiewen Yao <jiewen.yao@intel.com>
>   M: Chao Zhang <chao.b.zhang@intel.com>
>   
>   SourceLevelDebugPkg
>   F: SourceLevelDebugPkg/
>   W: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg
>   M: Hao A Wu <hao.a.wu@intel.com>
>   
> +StandaloneMmPkg
> +F: StandaloneMmPkg/
> +M: Ard Biesheuvel <ard.biesheuvel@arm.com>
> +M: Sami Mujawar <sami.mujawar@arm.com>
> +M: Jiewen Yao <jiewen.yao@intel.com>
> +R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
> +
>   UefiCpuPkg
>   F: UefiCpuPkg/
>   W: https://github.com/tianocore/tianocore.github.io/wiki/UefiCpuPkg
>   M: Eric Dong <eric.dong@intel.com>
>   M: Ray Ni <ray.ni@intel.com>
>   R: Laszlo Ersek <lersek@redhat.com>
>   
>   UefiPayloadPkg
>   F: UefiPayloadPkg/
>   W: https://github.com/tianocore/tianocore.github.io/wiki/UefiPayloadPkg
>   M: Maurice Ma <maurice.ma@intel.com>
>   M: Guo Dong <guo.dong@intel.com>
>   M: Benjamin You <benjamin.you@intel.com>
>   S: Maintained
>   
>   UnitTestFrameworkPkg
>   F: UnitTestFrameworkPkg/
>   M: Michael D Kinney <michael.d.kinney@intel.com>
>   R: Sean Brogan <sean.brogan@microsoft.com>
>   R: Bret Barkelew <Bret.Barkelew@microsoft.com>
>   S: Maintained
> -
> -StandaloneMmPkg
> -F: StandaloneMmPkg/
> -M: Ard Biesheuvel <ard.biesheuvel@arm.com>
> -M: Sami Mujawar <sami.mujawar@arm.com>
> -M: Jiewen Yao <jiewen.yao@intel.com>
> -R: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
> 


  reply	other threads:[~2020-06-03 16:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-03 16:06 [PATCH 0/3] Maintainers.txt: restore lexicographical order between package / subsystem headers Laszlo Ersek
2020-06-03 16:06 ` [PATCH 1/3] Maintainers.txt: retitle "MdeModulePkg: ACPI S3 modules" Laszlo Ersek
2020-06-05  0:12   ` Dong, Eric
2020-06-03 16:06 ` [PATCH 2/3] Maintainers.txt: restore order of OvmfPkg sections Laszlo Ersek
2020-06-03 16:08   ` Ard Biesheuvel
2020-06-03 16:06 ` [PATCH 3/3] Maintainers.txt: move StandaloneMmPkg to the right spot Laszlo Ersek
2020-06-03 16:07   ` Ard Biesheuvel [this message]
2020-06-03 23:24   ` Yao, Jiewen
2020-06-03 16:09 ` [PATCH 0/3] Maintainers.txt: restore lexicographical order between package / subsystem headers Philippe Mathieu-Daudé
2020-06-03 16:16 ` Leif Lindholm
2020-06-09 18:17 ` [edk2-devel] " Laszlo Ersek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4d715307-0265-b9fa-2a37-8b872a19ac02@arm.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox