From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.85.221.65; helo=mail-wr1-f65.google.com; envelope-from=philmd@redhat.com; receiver=edk2-devel@lists.01.org Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5FD06211944CD for ; Tue, 27 Nov 2018 07:17:22 -0800 (PST) Received: by mail-wr1-f65.google.com with SMTP id x10so23083688wrs.8 for ; Tue, 27 Nov 2018 07:17:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:openpgp:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=+LVMsymVEKIefE510NLBmd/7vwbTX+P0VPt+fgluAuE=; b=IyLxMhTd4WGqqvnhy2BK10D8mhHLpcOR3OPzyU4meeGom98XlG4x/CV1xV4u9P3Qvj mZVbSOJCEo5oIt4MWxm3LAHzmT9jnQZTPfgz652oj8vohRsex+tEtlKBJ7/0kwTSijkv kss620iWAe2iHEhMMv2105OT2J4jKb0pPLjFdAqTZ5n/lWuZTlNMOOEELfWHE3Q/rAx4 R+zySND8BeY6w5XGGcYSX88U5b/9G4F4MBvCeaxJWXEDjEQyZSazDvG48o8tPDBxGjMv Ogr3ZtG0s+bk0NtGcV1BlacHQd6A7zLpJ2AZ4oVrN6ZjO7fGhBjjgMvTJ0gsHN/dOFJc 2ccA== X-Gm-Message-State: AA+aEWb5f8oK22k2H7ejNup9FBQOceVWxB/5IDlmczp+HraVRD32xIM5 bDLIW2eDcWlmqX2z/w2H0nuoGw== X-Google-Smtp-Source: AFSGD/WX5uK1aCClVrGykaOL7oLAbqYsg3XDDAqbrvRaBnw4aT8LPBF2VHF5adZJSS3FKXxvlnCeMA== X-Received: by 2002:adf:ea52:: with SMTP id j18mr26394244wrn.108.1543331840780; Tue, 27 Nov 2018 07:17:20 -0800 (PST) Received: from ?IPv6:2a01:e35:8a1f:dc10:bc9e:f614:2d6b:7cc9? ([2a01:e35:8a1f:dc10:bc9e:f614:2d6b:7cc9]) by smtp.gmail.com with ESMTPSA id f192sm4893127wmd.12.2018.11.27.07.17.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Nov 2018 07:17:19 -0800 (PST) To: Liming Gao , edk2-devel@lists.01.org Cc: Star Zeng References: <20181127145902.19004-1-liming.gao@intel.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Openpgp: id=89C1E78F601EE86C867495CBA2A3FD6EDEADC0DE; url=http://pgp.mit.edu/pks/lookup?op=get&search=0xA2A3FD6EDEADC0DE Message-ID: <526f7899-711c-f61f-12a3-800b562c9144@redhat.com> Date: Tue, 27 Nov 2018 16:17:18 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <20181127145902.19004-1-liming.gao@intel.com> Subject: Re: [Patch] Edk2: Update FmpDevicePkg Maintainers X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2018 15:17:22 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Hi, On 27/11/18 15:59, Liming Gao wrote: > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Liming Gao > Cc: Star Zeng The usual workflow to hand over is the previous maintainer send the patch, and you Ack-by it. Exceptions are acceptable but require an explanation in the commit message. Regards, Phil. > --- > Maintainers.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 9a36f0232b..91a4657adc 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -133,7 +133,7 @@ T: git - https://github.com/tianocore/edk2-FatPkg.git > > FmpDevicePkg > W: https://github.com/tianocore/tianocore.github.io/wiki/FmpDevicePkg > -M: Star Zeng > +M: Liming Gao > M: Michael D Kinney > > IntelFrameworkModulePkg >