From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web12.15630.1591196268798467766 for ; Wed, 03 Jun 2020 07:57:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=hYcnFqZm; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591196267; 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=U/EIX31TliwIuWLAiWQ7NBMGtCh4C+ELZu+ZCsbK4zg=; b=hYcnFqZmuE4kneUuiafvjaKzzRxeAvx95ZLfbcgROxfTpd1ds8WOI5Got/rCCwASwqDe41 LWX4v3GgHHHi+ouRwZc4wNP32B1H3Y1yK5+oU1ttVtqDYMx1+nrsVkARIl4xD/a4x+bWir LtIg0RixShA/SyzyMy8Ze1wRMoykQOI= 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-426-zqAHMktrPxC05_3EUfeDsQ-1; Wed, 03 Jun 2020 10:57:43 -0400 X-MC-Unique: zqAHMktrPxC05_3EUfeDsQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9E94F805481; Wed, 3 Jun 2020 14:57:42 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-50.ams2.redhat.com [10.36.115.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4864C5C3FD; Wed, 3 Jun 2020 14:57:41 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 2/5] Maintainers.txt: Add reviewer for security boot modules. To: devel@edk2.groups.io, eric.dong@intel.com Cc: Jiewen Yao , Jian J Wang , Chao Zhang , Min Xu References: <20200603031806.1699-1-eric.dong@intel.com> <20200603031806.1699-3-eric.dong@intel.com> From: "Laszlo Ersek" Message-ID: Date: Wed, 3 Jun 2020 16:57:40 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200603031806.1699-3-eric.dong@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 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 06/03/20 05:18, Dong, Eric wrote: > Signed-off-by: Eric Dong > Cc: Jiewen Yao > Cc: Jian J Wang > Cc: Chao Zhang > Cc: Min Xu > --- > Maintainers.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 954dc567e0..573084e086 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -458,6 +458,12 @@ F: SecurityPkg/Tcg/ > R: Qi Zhang > R: Rahul Kumar > > +SecurityPkg: Secure boot related modules > +F: SecurityPkg/Library/DxeImageVerificationLib/ > +F: SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ > +F: SecurityPkg/Library/AuthVariableLib/ > +R: Min Xu > + > ShellPkg > F: ShellPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/ShellPkg > (1) please replace "security boot" with "secure boot" in the subject. with that fixed: Acked-by: Laszlo Ersek