From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [63.128.21.74]) by mx.groups.io with SMTP id smtpd.web10.2288.1596013833207341026 for ; Wed, 29 Jul 2020 02:10:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=V3tvUUKp; spf=pass (domain: redhat.com, ip: 63.128.21.74, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596013832; 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=BRFNU/2p6AT+DxCIB6a0ntnBK0G/fwwVBJsQCtYRpjs=; b=V3tvUUKpAleQ1YIt4JejdjiueXQD8Edxlse4OyMEJPDXn0iErP+YXiUo5/BNM8e/dNHNKl BGrFH/eOivjAD//fURfYbThcGiAc4873XIhLXq5COpOqJ9sElaRz14W9DO/tv4yTm7zH7F XvrzAAkTI8p7AIGdwp5VQCple5f7fdo= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-450-EOV6dd1TM2mJczZ8QvMApg-1; Wed, 29 Jul 2020 05:10:28 -0400 X-MC-Unique: EOV6dd1TM2mJczZ8QvMApg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id BB504800597; Wed, 29 Jul 2020 09:10:26 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-234.ams2.redhat.com [10.36.114.234]) by smtp.corp.redhat.com (Postfix) with ESMTP id 948FA100EBA4; Wed, 29 Jul 2020 09:10:24 +0000 (UTC) Subject: Re: [PATCH 1/1] Maintainers.txt: Add "Guomin Jiang" as reviewer for Crypto and Capsule To: Guomin Jiang , devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Michael D Kinney , Jiewen Yao , Jian J Wang , Liming Gao , Michael Kinney , Hao A Wu References: <20200729070048.196-1-guomin.jiang@intel.com> From: "Laszlo Ersek" Message-ID: <20aa394d-24d9-19ee-353b-7d35657b3851@redhat.com> Date: Wed, 29 Jul 2020 11:10:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200729070048.196-1-guomin.jiang@intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 07/29/20 09:00, Guomin Jiang wrote: > Add myself as reviewer for CryptoPkg/ and *Capsule* and FmpDevicePkg/. > > Signed-off-by: Guomin Jiang > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > --- > Maintainers.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 5504bb3d17cc..8c27094e433e 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -164,6 +164,7 @@ W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg > M: Jiewen Yao > M: Jian J Wang > R: Xiaoyu Lu > +R: Guomin Jiang > > DynamicTablesPkg > F: DynamicTablesPkg/ > @@ -197,6 +198,7 @@ F: FmpDevicePkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg > M: Liming Gao > M: Michael D Kinney > +R: Guomin Jiang > > IntelFsp2Pkg > F: IntelFsp2Pkg/ > @@ -321,6 +323,7 @@ F: MdeModulePkg/Library/FmpAuthenticationLibNull/ > F: MdeModulePkg/Universal/Esrt*/ > R: Hao A Wu > R: Liming Gao > +R: Guomin Jiang > > MdeModulePkg: HII and UI modules > F: MdeModulePkg/*FileExplorer*/ > >>From my side: Acked-by: Laszlo Ersek But, before merging this patch, one "M" person from each of the affected packages should respond with a Reviewed-by: - CryptoPkg: Jiewen or Jian - FmpDevicePkg: Liming or Mike - MdeModulePkg (Firmware Update modules): Jian or Hao I've CC'd these maintainers now. Thanks Laszlo