From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web09.3237.1660575658497644195 for ; Mon, 15 Aug 2022 08:00:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=JHLXcoI+; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1660575657; 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: in-reply-to:in-reply-to:references:references; bh=cjXoQTxGNcYbnHNuOSMm/IoASAhheGECoSydn4NDOOk=; b=JHLXcoI+S9UPenWLGGeHFOEaBfXkaC2py4nnYlZBW+ep+p9pYd9M44nRlpddbpUFs4LYS/ HcHbSn7iSDsFDc3xtAa1yrgSmGUX3+Guc9ElBGYuhLGTuWkX4DYOQsoEHz/7QkVqMLpGlC WCd2HKcOoCN/pn4GIJ27P8JIBF4uU80= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-139-1z0RLMn0MlKPWQFwGplZUw-1; Mon, 15 Aug 2022 11:00:55 -0400 X-MC-Unique: 1z0RLMn0MlKPWQFwGplZUw-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7432A1C00147; Mon, 15 Aug 2022 15:00:54 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.6]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3FDF8492CA5; Mon, 15 Aug 2022 15:00:54 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 8C08F1800082; Mon, 15 Aug 2022 17:00:52 +0200 (CEST) Date: Mon, 15 Aug 2022 17:00:52 +0200 From: "Gerd Hoffmann" To: Michael D Kinney Cc: devel@edk2.groups.io, Andrew Fish , Leif Lindholm , Ard Biesheuvel , Jiewen Yao , Jordan Justen Subject: Re: [Patch 0/2] Remove MptScsi and PvScsi reviewers Message-ID: <20220815150052.fdvrsjynrfvntmsh@sirius.home.kraxel.org> References: <20220726194640.1920-1-michael.d.kinney@intel.com> MIME-Version: 1.0 In-Reply-To: <20220726194640.1920-1-michael.d.kinney@intel.com> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jul 26, 2022 at 12:46:38PM -0700, Michael D Kinney wrote: > The email addresses for the reviewers of the MptScsi and > PvScsi in the OvmfPkg are no longer valid. Remove the > reviewers for the MptScsi and PvScsi drivers until new > maintainers/reviewers can be identified. > > Cc: Andrew Fish > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Gerd Hoffmann > Signed-off-by: Michael D Kinney > > Michael D Kinney (2): > OvmfPkg: Change default to disable MptScsi and PvScsi > Maintainers.txt: Remove MptScsi and PvScsi reviewers Acked-by: Gerd Hoffmann