From nobody Mon Apr 29 11:34:26 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1600849747; cv=none; d=zohomail.com; s=zohoarc; b=PwxVKfj/qC95coXK030KOZY21NI2cVvqSxb+qvPaLoJHd5OnGIE9pTgdsUtnuvcG2Ugr55H5zL4AcF0qhR6gt2lIkb7mD2e3ynQTBlIEU3wdKW/sp7AMm3Sv6OjLqdl5UlvxPLJC/rA2OLbbk0Qon1NOFaH454wNsrWc2IBm3xE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1600849747; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To; bh=bf/uNR0OC0kp3cwoWQRnE1xxDLKakcZrkqGAXtkswgc=; b=hxgjA4IhgPSW3axa0VJpdEXoDEMZlsFGKPBFZB3RdIMm4MIE+h9YLhoN6paL9+4qH25DREVORjau4I3xWtwDIythql76SVqy7Aaj5AMhKlhf7iVoo057kxIn9lec+vOckaf9tp8fEdJsFs0OhvR6hAT432d5ZzYna/BJ6QrrxjM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1600849747214423.0467311252977; Wed, 23 Sep 2020 01:29:07 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kL08n-0002vE-UJ; Wed, 23 Sep 2020 08:28:41 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kL08m-0002v9-8H for xen-devel@lists.xenproject.org; Wed, 23 Sep 2020 08:28:40 +0000 Received: from mail.xenproject.org (unknown [104.130.215.37]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 39a9d5e1-cd96-4ac0-ae4b-a2d8203a084c; Wed, 23 Sep 2020 08:28:37 +0000 (UTC) Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kL08h-0004mL-OX; Wed, 23 Sep 2020 08:28:35 +0000 Received: from 54-240-197-235.amazon.com ([54.240.197.235] helo=ufe34d9ed68d054.ant.amazon.com) by xenbits.xenproject.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kL08h-0000jq-9r; Wed, 23 Sep 2020 08:28:35 +0000 X-Inumbo-ID: 39a9d5e1-cd96-4ac0-ae4b-a2d8203a084c DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Message-Id:Date:Subject:Cc:To:From; bh=bf/uNR0OC0kp3cwoWQRnE1xxDLKakcZrkqGAXtkswgc=; b=gHhYYSF7XWz2iWnwQeoG7Y0lZL X90nvyqtNUJq9cAIyjXFYrFhq6SHxr23ttQmfdRBQuqJq5b3YRxRqgYHkTjz0RpiFXZyRO9BIAKJ8 /ViS3vZ6IC6MuhZyY9POplJywFBL0UhHiOXmAdteasscfEXLiSnWlGMXGH4UmbvkHzeY=; From: Julien Grall To: xen-devel@lists.xenproject.org Cc: julien@xen.org, Julien Grall , Andrew Cooper , George Dunlap , Ian Jackson , Jan Beulich , Stefano Stabellini , Wei Liu , Bertrand Marquis Subject: [PATCH] SUPPORT.MD: Clarify the support state for the Arm SMMUv{1, 2} drivers Date: Wed, 23 Sep 2020 09:28:32 +0100 Message-Id: <20200923082832.20038-1-julien@xen.org> X-Mailer: git-send-email 2.17.1 X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" X-ZohoMail-DKIM: pass (identity @xen.org) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Julien Grall SMMUv{1, 2} are both marked as security supported, so we would technically have to issue an XSA for any IOMMU security bug. However, at the moment, device passthrough is not security supported on Arm and there is no plan to change that in the next few months. Therefore, mark Arm SMMUv{1, 2} as supported but not security supported. Signed-off-by: Julien Grall Acked-by: Stefano Stabellini Reviewed-by: Bertrand Marquis --- Cc: Bertrand Marquis --- SUPPORT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SUPPORT.md b/SUPPORT.md index 25987ec1dfb6..f35943a432f7 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -62,8 +62,8 @@ supported in this document. =20 Status, AMD IOMMU: Supported Status, Intel VT-d: Supported - Status, ARM SMMUv1: Supported - Status, ARM SMMUv2: Supported + Status, ARM SMMUv1: Supported, not security supported + Status, ARM SMMUv2: Supported, not security supported Status, Renesas IPMMU-VMSA: Supported, not security supported =20 ### ARM/GICv3 ITS --=20 2.17.1