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.133.124]) by mx.groups.io with SMTP id smtpd.web10.40751.1670306220024113831 for ; Mon, 05 Dec 2022 21:57:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=UN10Z74Q; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1670306219; 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=Y4BJqzipd2KO2eZvbMSj9D652FhcHbMIymdTWZquUFo=; b=UN10Z74QpL/NQOeiNIaZ6i0csbAD0JoIIOfc9wzl7Tcm08lo51eFIWXwq1421NKKUefppd wQ2Cx/asYA8kDC+c5j21vfjp4XdcOepiPotydTnGOH84Uprb2zm5pYLPlhBoQYV3CEE5O4 1+NLLfWmVqvTn48jGDoeewTY26DITn4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-320-x647l1u5PLyaO-QMefqMSg-1; Tue, 06 Dec 2022 00:56:53 -0500 X-MC-Unique: x647l1u5PLyaO-QMefqMSg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E840A801231; Tue, 6 Dec 2022 05:56:52 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.102]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A0E8963A55; Tue, 6 Dec 2022 05:56:52 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 5869D1800080; Tue, 6 Dec 2022 06:56:49 +0100 (CET) Date: Tue, 6 Dec 2022 06:56:49 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io, dann.frazier@canonical.com Cc: michael.d.kinney@intel.com, Ard Biesheuvel , Jiewen Yao , Jordan Justen , Sebastien Boeuf , Brijesh Singh , Erdem Aktas , James Bottomley , Min Xu , Tom Lendacky , 1016359@bugs.debian.org Subject: Re: [edk2-devel] [Patch 1/2] OvmfPkg: Change default to disable MptScsi and PvScsi Message-ID: <20221206055649.33rbcbkyuavpxqdk@sirius.home.kraxel.org> References: <20220726194640.1920-1-michael.d.kinney@intel.com> <20220726194640.1920-2-michael.d.kinney@intel.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Dec 05, 2022 at 04:36:15PM -0700, dann frazier wrote: > On Tue, Jul 26, 2022 at 12:46:39PM -0700, Michael D Kinney wrote: > > The email addresses for the reviewers of the MptScsi and > > PvScsi are no longer valid. Disable the MptScsi and PvScsi > > drivers in all DSC files until new maintainers/reviewers can > > be identified. > > Hi Michael, > > This seems likely to be the reason for the following regression > report in Debian: > > https://bugs.debian.org/1016359 I'm not so sure about that. > > - DEFINE PVSCSI_ENABLE = TRUE > > - DEFINE MPT_SCSI_ENABLE = TRUE > > + DEFINE PVSCSI_ENABLE = FALSE > > + DEFINE MPT_SCSI_ENABLE = FALSE > > DEFINE LSI_SCSI_ENABLE = FALSE The bug report talks about lsilogic and virtio-scsi. lsilogic was already disabled by default before this patch. virtio-scsi support is included and there are no plans to change that because it is a rather essential driver. It works just fine upstream, and there isn't even a config switch to disable it. take care, Gerd