public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: devel@edk2.groups.io, leif.lindholm@linaro.org,
	"Jordan Justen" <jordan.l.justen@intel.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Stefan Berger" <stefanb@linux.ibm.com>,
	"Anthony Perard" <anthony.perard@citrix.com>,
	"Julien Grall" <julien.grall@arm.com>
Cc: "Feng, Bob C" <bob.c.feng@intel.com>,
	Liming Gao <liming.gao@intel.com>, Andrew Fish <afish@apple.com>,
	Laszlo Ersek <lersek@redhat.com>,
	Michael D Kinney <michael.d.kinney@intel.com>,
	"Wu, Hao A" <hao.a.wu@intel.com>
Subject: Re: [edk2-devel] [RFC PATCH 1/3] Maintainers.txt: update for filesystem area descriptions
Date: Sat, 15 Jun 2019 08:01:48 +0200	[thread overview]
Message-ID: <e26b488e-cc7e-1ab3-843d-2a9fbab961e8@redhat.com> (raw)
In-Reply-To: <20190614202121.18952-2-leif.lindholm@linaro.org>

On 6/14/19 10:21 PM, Leif Lindholm wrote:
> 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,
> and add a magic '<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 <leif.lindholm@linaro.org>
> ---
>  Maintainers.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 50 insertions(+)
> 
> diff --git a/Maintainers.txt b/Maintainers.txt
> index 762a68465979..cd32f9b00170 100644
> --- a/Maintainers.txt
> +++ b/Maintainers.txt
> @@ -36,6 +36,20 @@ 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:   drivers/net/    all files in and below drivers/net
> +     F:   drivers/net/*   all files in drivers/net, but not below
> +     F:   */net/*         all files in "any top level directory"/net
> +     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 NetworkPkgnet/Ip6Dxe/
> +  Magic filename "<default>" denotes all files not caught by any F: rule should
> +  be sent.
>  
[...]
>  
>  OvmfPkg
> +F: OvmfPkg/
>  W: http://www.tianocore.org/ovmf/
>  M: Jordan Justen <jordan.l.justen@intel.com>
>  M: Laszlo Ersek <lersek@redhat.com>
> @@ -191,16 +233,19 @@ R: Stefan Berger <stefanb@linux.ibm.com>
>  S: Maintained

Possible follow-up patch:

-- >8 --
 OvmfPkg
 F: OvmfPkg/
 W: http://www.tianocore.org/ovmf/
 M: Jordan Justen <jordan.l.justen@intel.com>
 M: Laszlo Ersek <lersek@redhat.com>
 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
+S: Maintained
+
+OvmfPkg (Xen modules)
+F: OvmfPkg/*/Xen*
+M: Jordan Justen <jordan.l.justen@intel.com>
+M: Laszlo Ersek <lersek@redhat.com>
+M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
 R: Anthony Perard <anthony.perard@citrix.com>
-   (Xen modules)
 R: Julien Grall <julien.grall@arm.com>
-   (Xen modules)
+S: Maintained
+
+OvmfPkg (TPM2 modules)
+F: MdePkg/Include/IndustryStandard/Tpm2*
+F: SecurityPkg/*/Tpm2*
+M: Jordan Justen <jordan.l.justen@intel.com>
+M: Laszlo Ersek <lersek@redhat.com>
+M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
 R: Marc-André Lureau <marcandre.lureau@redhat.com>
-   (TPM2 modules)
 R: Stefan Berger <stefanb@linux.ibm.com>
-   (TPM2 modules)
 S: Maintained
---

Although TPM2 deserves its own section IMHO.
(Ditto with ArmVirtPkg Xen).

  reply	other threads:[~2019-06-15  6:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-14 20:21 [RFC PATCH 1/3] Maintainers.txt: update for filesystem area descriptions Leif Lindholm
2019-06-15  6:01 ` Philippe Mathieu-Daudé [this message]
2019-06-18  3:30   ` [edk2-devel] " Ni, Ray
     [not found]   ` <15A92D638F8524EE.27464@groups.io>
2019-06-18  5:32     ` Ni, Ray
2019-06-18 11:17       ` Leif Lindholm
2019-06-20 15:13 ` Laszlo Ersek
2019-06-20 15:22   ` Leif Lindholm

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=e26b488e-cc7e-1ab3-843d-2a9fbab961e8@redhat.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