From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web12.14195.1594902884478372402 for ; Thu, 16 Jul 2020 05:34:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=WA22Ug/9; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594902883; 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=ID0hRRTHM24UUepffYLmz40iT8LLj6z8P1XzVZSdDWk=; b=WA22Ug/9TxjkhGQh+k9N2HpuPCxuzFT2y2skVe8Hjc938X4kPTahzralgeV6Ie8Q1z1EDr xok//c7yDvA6K6lKuGQgop4KaskmmWQf3dqHt7x5/kbEvM/XELtZygX7hehXq/QMA4MfEc ftAhIfLBRKE4zl4RZou7+6DwQRgxdy4= 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-105-meA5w8s8M-uJujQypHRRdg-1; Thu, 16 Jul 2020 08:34:39 -0400 X-MC-Unique: meA5w8s8M-uJujQypHRRdg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9EE498014D7; Thu, 16 Jul 2020 12:34:38 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-123.ams2.redhat.com [10.36.112.123]) by smtp.corp.redhat.com (Postfix) with ESMTP id 373457B422; Thu, 16 Jul 2020 12:34:37 +0000 (UTC) Subject: Re: [PATCH] Maintainers.txt: Remove invalid email address and a few other role changes To: Jian J Wang , devel@edk2.groups.io Cc: Jiewen Yao , Andrew Fish , Leif Lindholm , Michael D Kinney References: <20200716093154.862-1-jian.j.wang@intel.com> From: "Laszlo Ersek" Message-ID: <1ddc75fb-a009-872b-6c9b-3ec5087acc5e@redhat.com> Date: Thu, 16 Jul 2020 14:34:36 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200716093154.862-1-jian.j.wang@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com 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 07/16/20 11:31, Jian J Wang wrote: > - Remove the address of Zhang, Chao from maintainer and reviewer list since > he has left the community. Many thanks to his great contributions to edk2. > - Add Yao, Jiewen as maintainer of CryptoPkg, but remove him from > SignedCapsulePkg. > - Add Wang, Jian J to maintainer list of SignedCapsulePkg > > Cc: Jiewen Yao > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Cc: Michael D Kinney > Signed-off-by: Jian J Wang > --- > Maintainers.txt | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 32c9003a62..99362676b1 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -161,6 +161,7 @@ M: Liming Gao > CryptoPkg > F: CryptoPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/CryptoPkg > +M: Jiewen Yao > M: Jian J Wang > R: Xiaoyu Lu > > @@ -458,7 +459,6 @@ F: SecurityPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/SecurityPkg > M: Jiewen Yao > M: Jian J Wang > -R: Chao Zhang > > SecurityPkg: Secure boot related modules > F: SecurityPkg/Library/DxeImageVerificationLib/ > @@ -480,8 +480,7 @@ M: Zhichao Gao > SignedCapsulePkg > F: SignedCapsulePkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/SignedCapsulePkg > -M: Jiewen Yao > -M: Chao Zhang > +M: Jian J Wang > > SourceLevelDebugPkg > F: SourceLevelDebugPkg/ > If Chao still has access to his @intel.com email address (just working in a different role), then it would be nice if he could send an ACK. (The commit message says Chao has left the community, which I understand to be the upstream edk2 project; so in theory his Intel email address could still function. On the other hand, the subject line says the email address is now "invalid", so I can't really tell.) Acked-by: Laszlo Ersek Thanks Laszlo