From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.15370.1594126193880831103 for ; Tue, 07 Jul 2020 05:49:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=XuMGT7Pq; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594126193; 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=/CAOi2Jh1KBH4ZsnSHMVhd3ARYb/XpY7cBV7NkPmvJA=; b=XuMGT7PqmlFNWv1rR9KqfqOzjGBgVjHsLPzYBqGwuXc0CuxlBtiegUad6r/Lvj5Cy2KKZ/ DA6S0upf3wtfJz22stytOFv2tvkMDPU4Q1TrG+9UMfpCuDCNQI9+JAzRzpOCwPGTel1DUr X/jntNeZWRsHVM0Rsu2JD0QrLZmVHfw= 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-225-I9QFzjNLPLqDiiUkE5gcKQ-1; Tue, 07 Jul 2020 08:49:51 -0400 X-MC-Unique: I9QFzjNLPLqDiiUkE5gcKQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 442FA107B267; Tue, 7 Jul 2020 12:49:50 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-90.ams2.redhat.com [10.36.114.90]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5C0D178469; Tue, 7 Jul 2020 12:49:49 +0000 (UTC) Subject: Re: [PATCH 11/11] Maintainers.txt: Add myself as the reviewer for LsiScsi driver To: Gary Lin , devel@edk2.groups.io Cc: Jordan Justen , Ard Biesheuvel References: <20200701040448.14871-1-glin@suse.com> <20200701040448.14871-12-glin@suse.com> From: "Laszlo Ersek" Message-ID: <445505ef-cb91-81af-9e0e-5254ee668b4d@redhat.com> Date: Tue, 7 Jul 2020 14:49:48 +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: <20200701040448.14871-12-glin@suse.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 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/01/20 06:04, Gary Lin wrote: > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Signed-off-by: Gary Lin > --- > Maintainers.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 32c9003a6209..666d3af4d76a 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -400,6 +400,10 @@ OvmfPkg: CSM modules > F: OvmfPkg/Csm/ > R: David Woodhouse > > +OvmfPkg: LsiScsi Driver > +F: OvmfPkg/LsiScsiDxe/ > +R: Gary Lin > + > OvmfPkg: MptScsi and PVSCSI driver > F: OvmfPkg/MptScsiDxe/ > F: OvmfPkg/PvScsiDxe/ > (1) Please use your name rather than "myself" in the subject -- consider "git log --oneline". (2) Please write "driver" rather than "Driver" in the new entry, for consistency with the "MptScsi and PVSCSI" entry (and other entries in the file too). With those updates: Reviewed-by: Laszlo Ersek Thanks Laszlo