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=jiaxin.wu@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 90A1D21B00DC4 for ; Tue, 28 Nov 2017 21:57:09 -0800 (PST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2017 22:01:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,471,1505804400"; d="scan'208";a="181824344" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 28 Nov 2017 22:01:32 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 28 Nov 2017 22:01:32 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 28 Nov 2017 22:01:32 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by shsmsx102.ccr.corp.intel.com ([169.254.2.175]) with mapi id 14.03.0319.002; Wed, 29 Nov 2017 14:01:29 +0800 From: "Wu, Jiaxin" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Fu, Siyuan" Thread-Topic: [PATCH] Include libraries, header files for MdeModulePkg/.../Network maintainer Thread-Index: AQHTaC/1tEw/kQcOqkmRwgcJO4GR6aMq3pUg Date: Wed, 29 Nov 2017 06:01:29 +0000 Message-ID: <895558F6EA4E3B41AC93A00D163B72741634DA81@SHSMSX103.ccr.corp.intel.com> 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-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODRiMGMyNTYtZjVlNy00N2RkLWEwNTQtOGE2MmRiODcxN2RjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjYxODZZRHpWam1MXC9nS1VRM0JPT0pTQmlyY3VKTFwvQUdsWFwvTFpVbW1qaTg9In0= x-ctpclassification: CTP_IC 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 05:57:09 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiaxin Wu > -----Original Message----- > From: Zeng, Star > Sent: Tuesday, November 28, 2017 6:02 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Fu, Siyuan ; W= u, > 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