From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web12.4617.1570625976264338240 for ; Wed, 09 Oct 2019 05:59:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Iix5z05v; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1570625975; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XqTO3QA2aq4h68Q3e/JrQKAT94QRAALaNpGIM7goML8=; b=Iix5z05vmLV4dLmzpn+55n3aAiFxJzTLe82Fdisw3YT+hkMc8lJWTDQTPq7dsF2Pz+kTez RxlU1AYEuee04epimJ02k1g4sSwQw9NZJjN2+pxTymp6iLxeA0L7ww0a+xEsxMK2vcxMXN ti7utnTQyGFPlBsizrRFA1/Q0A6bzww= Received: from mail-wm1-f69.google.com (mail-wm1-f69.google.com [209.85.128.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-375-GAxh8FL9NgK8w9hD0on3qQ-1; Wed, 09 Oct 2019 08:59:31 -0400 Received: by mail-wm1-f69.google.com with SMTP id k184so1034382wmk.1 for ; Wed, 09 Oct 2019 05:59:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=AWVinp9LngKkc0kURAf+aqlKRmDofPfijTDlZWpdImw=; b=TSJGskH0mLi3AcLgy3wFR1IoENeDHhmJ4iEQYV+21MqYK+jLBUFh/GJeZf75w3nq9q H5/A303okuISG31BeWMFRcW+NMsvwHdOIsrMEpjF33PbgT1MC5bG2qCu2Ht6DJA47+b4 RaoKI/4ovNXg0sIzdDMLsH0OEBRLkXXZH6dqG+kSnsaJ9s1VVrdMjoBZKSxyCa6+ZpP1 BK2hJbIElr8Lk6v1qO4crw0cqBjf6yG8hghB6l/DpivR0wSvQsYqH6UCkXCldSvH+m4K VAJJPt3Ry1XwNjL61trQV2qUdfHztiJOOXaCZOiAi3KMYo4QNVnIujdJygtDcyzszHb1 JUaA== X-Gm-Message-State: APjAAAX1T7sg6A42NUO/4VlLrzI1Rw5bsgj8p1GTZHEfgQdX/XnyBxLK rAmzTsLHAzgjnqLttZlDgjAYi6b4np/+lXWipgOaWINdcHclaYv3v4kP6D2k4lfSz4pcm6WojBe n2zApvYiIawXRsQ== X-Received: by 2002:adf:cd8e:: with SMTP id q14mr2701328wrj.86.1570625970077; Wed, 09 Oct 2019 05:59:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqwCvrysQ7fqyRCSt0HI0TVeZZ7rMm9EQVK+B8oRohZAXTzFtAvy9H2O7/5/RH8b/SGv7PYFkA== X-Received: by 2002:adf:cd8e:: with SMTP id q14mr2701313wrj.86.1570625969838; Wed, 09 Oct 2019 05:59:29 -0700 (PDT) Return-Path: Received: from [192.168.1.35] (46.red-83-42-66.dynamicip.rima-tde.net. [83.42.66.46]) by smtp.gmail.com with ESMTPSA id q192sm2473131wme.23.2019.10.09.05.59.29 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 09 Oct 2019 05:59:29 -0700 (PDT) Subject: Re: [edk2-devel] [PATCH edk2-platforms 1/6] Maintainers.txt: Update documentation for new format To: devel@edk2.groups.io, leif.lindholm@linaro.org Cc: Ard Biesheuvel , Michael D Kinney References: <20191009120013.28076-1-leif.lindholm@linaro.org> <20191009120013.28076-2-leif.lindholm@linaro.org> <3a8863d2-11f1-0702-4a76-b3d4c259a0a5@redhat.com> <20191009125405.GN25504@bivouac.eciton.net> From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= Message-ID: Date: Wed, 9 Oct 2019 14:59:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 MIME-Version: 1.0 In-Reply-To: <20191009125405.GN25504@bivouac.eciton.net> X-MC-Unique: GAxh8FL9NgK8w9hD0on3qQ-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable On 10/9/19 2:54 PM, Leif Lindholm wrote: > On Wed, Oct 09, 2019 at 02:51:38PM +0200, Philippe Mathieu-Daud=C3=A9 wr= ote: >> On 10/9/19 2:00 PM, Leif Lindholm wrote: >>> Synchronize header with edk2/Maintainers.txt and change references >>> from "EDK II to EDK II Platforms". >>> >>> Cc: Ard Biesheuvel >>> Cc: Michael D Kinney >>> Signed-off-by: Leif Lindholm >>> --- >>> Maintainers.txt | 42 +++++++++++++++++++++++++++++++++--------- >>> 1 file changed, 33 insertions(+), 9 deletions(-) >>> >>> diff --git a/Maintainers.txt b/Maintainers.txt >>> index 1260c8d2465b..f824e2b05de1 100644 >>> --- a/Maintainers.txt >>> +++ b/Maintainers.txt >>> @@ -1,17 +1,24 @@ >>> -EDK II Maintainers >>> -=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >>> +EDK II Platforms Maintainers >>> +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= = =3D=3D=3D=3D=3D >>> This file provides information about the primary maintainers for >>> -EDK II Platforms. >>> +EDK Platforms II. >> >> This one looks odd :) >=20 > I might have been getting a bit cross-eyed at this point. 8) No need to respin the series IMO, so once fixed: Reviewed-by: Philippe Mathieu-Daude >=20 > Thanks! >=20 > / > Leif >=20 >>> In general, you should not privately email the maintainer. You shou= ld >>> -email the edk2-devel list, but you can also Cc the maintainer. >>> +email the edk2-devel list, and Cc the package maintainers and >>> +reviewers. >>> + >>> +If the package maintainer wants to hand over the role to other people= , >>> +the package maintainer should send the patch to update Maintainers.tx= t >>> +with new maintainer, and the new maintainer should follow up with >>> +an Acked-by or a Reviewed-by. >>> Descriptions of section entries: >>> L: Mailing list that is relevant to this area (default is edk2-de= vel) >>> Patches and questions should be sent to the email list. >>> - M: Cc address for patches and questions (ie, the package maintainer= ) >>> + M: Package Maintainer: Cc address for patches and questions. Respon= sible >>> + for reviewing and pushing package changes to source control. >>> R: Package Reviewer: Cc address for patches and questions. Review= ers help >>> maintainers review code, but don't have push access. A designa= ted Package >>> Reviewer is reasonably familiar with the Package (or some modu= les >>> @@ -29,9 +36,26 @@ Descriptions of section entries: >>> Obsolete: Old code. Something tagged obsolete generally mean= s >>> 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 instanc= e: >>> + F: NetworkPkg/ >>> + X: NetworkPkg/Ip6Dxe/ >>> + matches all files in and below NetworkPkg excluding NetworkPkg/I= p6Dxe/ >>> + 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 >>> ------- >>> + >>> +EDK II Platforms >>> +---------------- >>> W: https://github.com/tianocore/tianocore.github.io/wiki/EDK-II >>> L: https://edk2.groups.io/g/devel/ >>> T: git - https://github.com/tianocore/edk2-platforms.git >>> @@ -40,8 +64,8 @@ Responsible Disclosure, Reporting Security Issues >>> ------------------------------------------------- >>> W: https://github.com/tianocore/tianocore.github.io/wiki/Security >>> -EDK II Packages: >>> ----------------- >>> +EDK II Platforms Packages: >>> +-------------------------- >>> Drivers/OptionRomPkg >>> W: https://github.com/tianocore/tianocore.github.io/wiki/OptionRomP= kg >>> >> >> >> >> >=20 >=20 >=20