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.8922.1585752339610112470 for ; Wed, 01 Apr 2020 07:45:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=SKWKOu1p; 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=1585752338; 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=6Fo0qhGe3ZCsl5UqKsRkTs2OsU+m/F9YaQIPf9sKLFA=; b=SKWKOu1pHIRrXkGbfhvv4hkqNaf1k+eVZdPxHbJvIt4X7B01k3AU/F8Sh9mic46QG3hhys S5Hl/iWbCxSYHWUkeqDd+6gD2bVwevufdsCemmkaMq0lvls7oxK3YHpbjXirmV+PUU/nhS Ze/Asp+msHQMGJQwCycZ/YCqGuUm0Ig= 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-452-cu3_I9sPNLOwtkR4uu9eGA-1; Wed, 01 Apr 2020 10:45:35 -0400 X-MC-Unique: cu3_I9sPNLOwtkR4uu9eGA-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 A9607DB64; Wed, 1 Apr 2020 14:45:33 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-94.ams2.redhat.com [10.36.114.94]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4242B89F0A; Wed, 1 Apr 2020 14:45:32 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH] Maintainers.txt: Add Liran and Nikita as OvmfPkg/PvScsiDxe reviewers To: devel@edk2.groups.io, liran.alon@oracle.com 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: Wed, 1 Apr 2020 16:45:31 +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.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 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 > +R: Liran Alon > +R: Nikita Leshenko > + > PcAtChipsetPkg > F: PcAtChipsetPkg/ > W: https://github.com/tianocore/tianocore.github.io/wiki/PcAtChipsetPkg > Pushed as commit 335644f90f15fac8bfd5575f937fa65af4978a08, via . Thanks, Laszlo