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; Mon, 15 Jul 2019 10:04:41 -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 4E05E8535D; Mon, 15 Jul 2019 17:04:41 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-21.ams2.redhat.com [10.36.117.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id A9D6160BEC; Mon, 15 Jul 2019 17:04:33 +0000 (UTC) From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Andrew Fish , Anthony Perard , Ard Biesheuvel , David Woodhouse , Jordan Justen , Julien Grall , Leif Lindholm , =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Michael D Kinney , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Stefan Berger Subject: [PATCH 0/4] Maintainers.txt: formalize ArmVirtPkg and OvmfPkg subsystem pathnames Date: Mon, 15 Jul 2019 19:04:27 +0200 Message-Id: <20190715170431.13955-1-lersek@redhat.com> MIME-Version: 1.0 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.25]); Mon, 15 Jul 2019 17:04:41 +0000 (UTC) Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Repo: https://github.com/lersek/edk2.git Branch: ovmfpkg_maintainers The patches in this series should be inserted between Leif's patches * [edk2-devel] [PATCH 2/3] Maintainers.txt: add wildcard path association= for Arm/AArch64 http://mid.mail-archive.com/20190712170128.6495-3-leif.lindholm@linaro.= org https://edk2.groups.io/g/devel/message/43665 and * [edk2-devel] [PATCH 3/3] BaseTools: add GetMaintainer.py script http://mid.mail-archive.com/20190712170128.6495-4-leif.lindholm@linaro.= org https://edk2.groups.io/g/devel/message/43666 That's also how you will find them in my topic branch, referenced above (in particular, look for the "Message-Id" tags on Leif's patches, appended by my invocation of "git-am -m"). My understanding is that Leif would only like to pick up these patches once they are ready for pushing. That is, if corrections are necessary, I should post v2 (and I should post v2 of these four patches only) -- Leif's series and mine will only be unified for the pushing. (Technically, Leif could incorporate these patches at once in his topic branch, and post a unified v2; assuming corrections were necessary for the OvmfPkg-related patches. That's because I expect minimal changes if any, which Leif could implement on top "mindlessly". Of course, that's also the argument against Leif writing the updates -- we shouldn't shove mindless work over to other people. :) Anyway, I'm fine either way.) Cc: Andrew Fish Cc: Anthony Perard Cc: Ard Biesheuvel Cc: David Woodhouse Cc: Jordan Justen Cc: Julien Grall Cc: Leif Lindholm Cc: Marc-Andr=C3=A9 Lureau Cc: Michael D Kinney Cc: Philippe Mathieu-Daud=C3=A9 Cc: Stefan Berger Thanks Laszlo Laszlo Ersek (4): Maintainers.txt: split out section "ArmVirtPkg: modules used on Xen" Maintainers.txt: split out section "OvmfPkg: Xen-related modules" Maintainers.txt: split out section "OvmfPkg: TCG- and TPM2-related modules" Maintainers.txt: split out section "OvmfPkg: CSM modules" Maintainers.txt | 52 +++++++++++++++++--- 1 file changed, 44 insertions(+), 8 deletions(-) --=20 2.19.1.3.g30247aa5d201