[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] SUPPORT.MD: Clarify the support state for the Arm SMMUv{1, 2} drivers
- To: Julien Grall <julien@xxxxxxx>
- From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Date: Wed, 23 Sep 2020 10:50:43 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=IYQDhLwYn73lR/b4do0W5uev0Q0pjZWjyyWoemNvoko=; b=h/kZ+z8aBBkTKuAbOosm0ijyk49BNcgZTkavfqbNjP++4VDgWbWhB6lRRKC5iJBuFp2RMeeVTlWBGH/mh6ke53TFM0IhLI8QUBfB0SViuTZzJGYxRh47xPcu09fDqpCoeE2Agx45YPgLFjrwBuaszMI+oTMwhaPEUj8sj/TYbrXmc+LmPJ9GXVvl65zrVTubkDmhgB6SDbqP98IzMtG1ksga3pXJ0l5aUKs4FVNRUoLT2DRx5I6O8J07KHdbPCXYTxv/NYE0UjG3o+xgPeNffamFR9Qq75vRouJTJhby/8EK1Y1edv00wzwH8yeiUkW1cGg1rNdZ+XGNBp8K9rLWtg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=JqS0kBIYdU7//roqa1Llu7FK86H2nM0gLRDhZg+Xz5W7OM4Zi0AnItUy5KW335GZmGQ6YRjgqxw0K27IyOxhP9KUux/h+obafgA7tdPvaw046zuPVLxoW+YIYEoXsHR+YIqpMdTAHYSaUIo49YH0uGllrED6BRT7YOyX7XbfndrtScWWGMHg1I0ggrjJoIwfxj4cTM7/o/wTqUvzNOJNEd19IgNAYTiYhw6vqST67fuOcG0UnxJN9Umgm8ihput1t5JG7vZavFCaYZi7pd0XH/rmBm4UKkG3TmOp7xAFi88MnzxHc1ZfTnPyNNFJ2txYFuD894ht2pcHJuGxtFMw7A==
- Authentication-results-original: xen.org; dkim=none (message not signed) header.d=none;xen.org; dmarc=none action=none header.from=arm.com;
- Cc: "open list:X86" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Julien Grall <jgrall@xxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Wed, 23 Sep 2020 10:51:17 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: xen.org; dkim=none (message not signed) header.d=none;xen.org; dmarc=none action=none header.from=arm.com;
- Thread-index: AQHWkYOU18uuLvRXIEaUzkgFl/gQ5Kl2C72A
- Thread-topic: [PATCH] SUPPORT.MD: Clarify the support state for the Arm SMMUv{1, 2} drivers
Hi,
> On 23 Sep 2020, at 09:28, Julien Grall <julien@xxxxxxx> wrote:
>
> From: Julien Grall <jgrall@xxxxxxxxxx>
>
> 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 <jgrall@xxxxxxxxxx>
Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>
We will publish in the next week a first implementation of SMMUv3 support which
might make sense to have fully Supported.
Cheers,
Bertrand
>
> ---
>
> Cc: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
> ---
> 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.
>
> 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
>
> ### ARM/GICv3 ITS
> --
> 2.17.1
>
|