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.web11.1504.1585690330009107091 for ; Tue, 31 Mar 2020 14:32:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=AKziPYZ+; 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=1585690329; 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=PkQhBeWf57XIZjAhYcsJp/B6JwNPT46D+gn2iVhcU9M=; b=AKziPYZ+3LmKf4qc1TK81QtEBV6yvKkNJ/YLiC2XcGuCJvBoHhAfJE563JpN7DEEpJ72ov 8ohrpOaXJ5lPO8fR4/luhnhk7yjGJrCXg1BTyt9DpQDKjTuQtirNdrEv3E9xaoHRZV4KwG OWkmfiDga+avj1hy1JnV4ofK16KrHiQ= 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-197-s9hHvL0OObKlI5Jz1_vyfg-1; Tue, 31 Mar 2020 17:32:05 -0400 X-MC-Unique: s9hHvL0OObKlI5Jz1_vyfg-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 C296C8017DF; Tue, 31 Mar 2020 21:32:03 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-131.ams2.redhat.com [10.36.115.131]) by smtp.corp.redhat.com (Postfix) with ESMTP id 62BED99DE4; Tue, 31 Mar 2020 21:32:02 +0000 (UTC) Subject: Re: [PATCH] Maintainers.txt: Add Liran and Nikita as OvmfPkg/PvScsiDxe reviewers To: Liran Alon , devel@edk2.groups.io Cc: nikita.leshchenko@oracle.com, aaron.young@oracle.com, jordan.l.justen@intel.com, ard.biesheuvel@linaro.org References: <20200331110244.51409-1-liran.alon@oracle.com> From: "Laszlo Ersek" Message-ID: Date: Tue, 31 Mar 2020 23:32:01 +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: <20200331110244.51409-1-liran.alon@oracle.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 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 03/31/20 13:02, Liran Alon wrote: > Laszlo suggested that as I have contributed the OvmfPkg PVSCSI driver, I > will also register myself as a reviewer in Maintainers.txt. > > In addition, as Nikita have assisted the development of the PVSCSI > driver and have developed another similar OvmfPkg SCSI driver, add him > as a reviewer to PVSCSI driver as-well. > > Cc: Nikita Leshenko > Suggested-by: Laszlo Ersek > Signed-off-by: Liran Alon > --- > Maintainers.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 342bb8d0850c..de443ba7ba1f 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -435,6 +435,11 @@ OvmfPkg: CSM modules > F: OvmfPkg/Csm/ > R: David Woodhouse > > +OvmfPkg: PVSCSI driver > +F: OvmfPkg/PvScsiDxe A trailing slash character is missing from this pattern (see the "F:" documentation near the top of this file), but I do take the blame for that, because my suggestion didn't contain the trailing slash either. So I can fix this up for you, before I push. Reviewed-by: Laszlo Ersek Nikita, can you please give your R-b as well? Thanks, Laszlo > +R: Liran Alon > +R: Nikita Leshenko > + > PcAtChipsetPkg > F: PcAtChipsetPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg >