From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=siyuan.fu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 318C921A04E2F for ; Tue, 28 Nov 2017 22:22:31 -0800 (PST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2017 22:26:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,471,1505804400"; d="scan'208";a="7392370" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 28 Nov 2017 22:26:54 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 28 Nov 2017 22:26:54 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 28 Nov 2017 22:26:54 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Wed, 29 Nov 2017 14:26:52 +0800 From: "Fu, Siyuan" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Wu, Jiaxin" Thread-Topic: [PATCH] Include libraries, header files for MdeModulePkg/.../Network maintainer Thread-Index: AQHTaC/1g1gfu06pb0eBmfBu3z5DNKMq5a5Q Date: Wed, 29 Nov 2017 06:26:51 +0000 Message-ID: References: <1511863319-16728-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1511863319-16728-1-git-send-email-star.zeng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmQ2NThmMTgtYjRmMC00ZTBiLWFlNDAtZjM1MGY5MjMzNDY4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJuMmlmU21vaDNlTDJoMmhtN1I2RFhyNWxVSEZLeHpiWnVWaWdQNkRKaktKZW5JWjY2Tnp0YUJIRmdqcXByXC96bCJ9 dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] Include libraries, header files for MdeModulePkg/.../Network maintainer X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 06:22:31 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Fu Siyuan > -----Original Message----- > From: Zeng, Star > Sent: Tuesday, November 28, 2017 6:02 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star; Fu, Siyuan; Wu, Jiaxin > Subject: [PATCH] Include libraries, header files for > MdeModulePkg/.../Network maintainer >=20 > Cc: Siyuan Fu > Cc: Jiaxin Wu > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Star Zeng > --- > Maintainers.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/Maintainers.txt b/Maintainers.txt > index fbfc74e183ba..92f12d9ae793 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -167,7 +167,8 @@ MdeModulePkg > W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg > M: Star Zeng > M: Eric Dong > -M: NetworkPkg maintainers (Universal/Network) > +M: NetworkPkg maintainers > + (Universal/Network and related libraries, header files) > R: Ruiyu Ni > (especially for Bus, Universal/Console, Universal/Disk, > Universal/BdsDxe and related libraries, header files) > -- > 2.7.0.windows.1