From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=CIzT+zNL; spf=pass (domain: linaro.org, ip: 209.85.221.68, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by groups.io with SMTP; Tue, 04 Jun 2019 07:35:04 -0700 Received: by mail-wr1-f68.google.com with SMTP id r18so7087167wrm.10 for ; Tue, 04 Jun 2019 07:35:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=GvR1NnvTgrQ97Ciss2Dpw+XIuCet5DJKzWpoeBDHk8g=; b=CIzT+zNLG+FxayfjrNZ+AyJwLYcTvY9pb2kgaVz0pWP2flIWEh9EcbPbS5nBSPgmcO QwjGehETkTFqK2tWs0WCpqJC6OiZw8uZOi+W8Cg5/5quBvQcVvS+D/a/DvycCigwh5KS fLELo/lLGpudacS1ekSjOidnclF8O8mJX6oW1/B08AKNoJl3tDvQHcDrYUeT5B1AzCc1 rvfyiidrYBArSecIro9ji4+nVByh50eAydo1XQMqX8KdMV0PHa/SVaMO/CdB6F6CmIZb fV+KdlZo6siwzN4wI8BEY7yDCBUHujUemYnZSGFy3dESEfvDLRCmKarGF+eD8X4+DlJ1 XHXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=GvR1NnvTgrQ97Ciss2Dpw+XIuCet5DJKzWpoeBDHk8g=; b=MOuEcGiCWtFO5iIfCm4/bRcAQH46AMryxbKv+EvFegbNZK6gyGUIYqoFRWHWYJDgyB vFMg7V7xsII8Qo/J5tp9TICGS0vrb2muiIHqC3q02Zo7STckpstYVLuTLyuUSYVfXrfi akQmub0/fLpXIzQUoGosDySdtFOenvED72oHuz8tjsYDiwAd2GFxy82X3tVKnz+Yeslm 2qa7Wv6Zv/G2KpCWamzFZUhKrvLNUXzv7rXrgac530ZBfj1pukOhhdcuXVjcyiqfibvD QMHT5BHyCzyQC6OjeIMN9df8nGPboxcPz0uIN3iUZe0jcgk4zK9CryiPT9iJ7xSsABH0 sH4g== X-Gm-Message-State: APjAAAXzJNyjGiQyobu7McGbX7BDHatdNoPzzjBHPfnCQ09V2C72OKe9 qb4cEX+RsJc4b1t9Z8zTRHQ10g== X-Google-Smtp-Source: APXvYqzTojl5uL9+xr4eZKzIzrpHc5c64V0gQUOlQvJfhLqFhLxPoajpavHdH0iczDoeauD7UvjG1A== X-Received: by 2002:adf:e945:: with SMTP id m5mr7060926wrn.90.1559658902756; Tue, 04 Jun 2019 07:35:02 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id z17sm10591499wru.21.2019.06.04.07.35.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 04 Jun 2019 07:35:02 -0700 (PDT) Date: Tue, 4 Jun 2019 15:35:00 +0100 From: "Leif Lindholm" To: Liming Gao Cc: devel@edk2.groups.io, Andrew Fish , Laszlo Ersek , Michael D Kinney Subject: Re: [Patch] Maintainers.txt: Remove Network maintainers for MdeModulePkg/Universal/Network Message-ID: <20190604143500.pd2ee3thcrhync2t@bivouac.eciton.net> References: <20190604141059.21608-1-liming.gao@intel.com> MIME-Version: 1.0 In-Reply-To: <20190604141059.21608-1-liming.gao@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 04, 2019 at 10:10:59PM +0800, Liming Gao wrote: > MdeModulePkg/Universal/Network has been moved to NetworkPkg. So, > MdeModulePkg/Universal/Network can be removed in Maintainers.txt. > > Signed-off-by: Liming Gao > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > --- > Because MdeModulePkg/Universal/Network has been moved to NetworkPkg, > I suggest to fix Maintainers.txt for 201905 stable tag. I agree. Since 1) it is not a code fix and 2) it corrects the maintainership state at the time of the stable tag Reviewed-by: Leif Lindholm > Maintainers.txt | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 010ec31404..3bab8a2db4 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -161,8 +161,6 @@ MdeModulePkg > W: https://github.com/tianocore/tianocore.github.io/wiki/MdeModulePkg > M: Jian J Wang > M: Hao A Wu > -M: NetworkPkg maintainers > - (Universal/Network and related libraries, header files) > R: Ray Ni > (especially for Bus, Universal/Console, Universal/Disk, > Universal/BdsDxe and related libraries, header files) > -- > 2.13.0.windows.1 >