From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web12.15528.1591196012818660423 for ; Wed, 03 Jun 2020 07:53:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=L7zeIE0f; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591196011; 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=PlXOjWQ2KfXyLAFOcV7g7ReDr9tG97UoSYie3yhRouo=; b=L7zeIE0fCEglBRYoq3qCyl20ok1fzVq4baSwrS/MUnOKiDvdjMcYquVXUDjzEpXkUhWKck u2GxsUF4O8kj7CrXClU6ilmO96lMdGTOiuH7h9LUGm70gpIpdkCRROWKXGBrP/071Ab5sn a+T/ilnOgLP8ON2wnUiABAPAtN17hCk= 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-212-yakAj-89NhaM2c6IAwXXrQ-1; Wed, 03 Jun 2020 10:53:27 -0400 X-MC-Unique: yakAj-89NhaM2c6IAwXXrQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5890A107ACF7; Wed, 3 Jun 2020 14:53:26 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-50.ams2.redhat.com [10.36.115.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id C743578F15; Wed, 3 Jun 2020 14:53:24 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 1/5] Maintainers.txt: Add reviewers for Tcg related modules. To: devel@edk2.groups.io, eric.dong@intel.com Cc: Jiewen Yao , Jian J Wang , Chao Zhang , Qi Zhang , Rahul Kumar References: <20200603031806.1699-1-eric.dong@intel.com> <20200603031806.1699-2-eric.dong@intel.com> From: "Laszlo Ersek" Message-ID: <15f6988d-f452-f321-40a6-b3fbe21611c0@redhat.com> Date: Wed, 3 Jun 2020 16:53:23 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200603031806.1699-2-eric.dong@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 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 06/03/20 05:18, Dong, Eric wrote: > Signed-off-by: Eric Dong > Cc: Jiewen Yao > Cc: Jian J Wang > Cc: Chao Zhang > Cc: Qi Zhang > Cc: Rahul Kumar > --- > Maintainers.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 896ac5821f..954dc567e0 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -453,6 +453,11 @@ M: Jiewen Yao > M: Jian J Wang > R: Chao Zhang > > +SecurityPkg: Tcg related modules > +F: SecurityPkg/Tcg/ > +R: Qi Zhang > +R: Rahul Kumar > + > ShellPkg > F: ShellPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg > Acked-by: Laszlo Ersek