[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250729122802.00004aac@huawei.com>
Date: Tue, 29 Jul 2025 12:28:02 +0100
From: Jonathan Cameron <Jonathan.Cameron@...wei.com>
To: Dan Williams <dan.j.williams@...el.com>
CC: <linux-coco@...ts.linux.dev>, <linux-pci@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <bhelgaas@...gle.com>, <aik@....com>,
<lukas@...ner.de>, Xiaoyao Li <xiaoyao.li@...el.com>, Isaku Yamahata
<isaku.yamahata@...el.com>, Yilun Xu <yilun.xu@...el.com>, Tom Lendacky
<thomas.lendacky@....com>, John Allen <john.allen@....com>, "Aneesh Kumar K.V
(Arm)" <aneesh.kumar@...nel.org>
Subject: Re: [PATCH v4 01/10] coco/tsm: Introduce a core device for TEE
Security Managers
On Thu, 17 Jul 2025 11:33:49 -0700
Dan Williams <dan.j.williams@...el.com> wrote:
> A "TSM" is a platform component that provides an API for securely
> provisioning resources for a confidential guest (TVM) to consume. The
> name originates from the PCI specification for platform agent that
> carries out operations for PCIe TDISP (TEE Device Interface Security
> Protocol).
>
> Instances of this core device are parented by a device representing the
> platform security function like CONFIG_CRYPTO_DEV_CCP or
> CONFIG_INTEL_TDX_HOST.
>
> This device interface is a frontend to the aspects of a TSM and TEE I/O
> that are cross-architecture common. This includes mechanisms like
> enumerating available platform TEE I/O capabilities and provisioning
> connections between the platform TSM and device DSMs (Device Security
> Manager (TDISP)).
>
> For now this is just the scaffolding for registering a TSM device sysfs
> interface.
>
> Cc: Xiaoyao Li <xiaoyao.li@...el.com>
> Cc: Isaku Yamahata <isaku.yamahata@...el.com>
> Cc: Alexey Kardashevskiy <aik@....com>
> Cc: Yilun Xu <yilun.xu@...el.com>
> Cc: Tom Lendacky <thomas.lendacky@....com>
> Cc: John Allen <john.allen@....com>
> Co-developed-by: Aneesh Kumar K.V (Arm) <aneesh.kumar@...nel.org>
> Signed-off-by: Aneesh Kumar K.V (Arm) <aneesh.kumar@...nel.org>
> Signed-off-by: Dan Williams <dan.j.williams@...el.com>
Nice. One trivial comment inline.
Reviewed-by: Jonathan Cameron <jonathan.cameron@...wei.com>
> diff --git a/drivers/virt/coco/Makefile b/drivers/virt/coco/Makefile
> index f918bbb61737..c0c3733be165 100644
> --- a/drivers/virt/coco/Makefile
> +++ b/drivers/virt/coco/Makefile
> @@ -2,9 +2,11 @@
> #
> # Confidential computing related collateral
> #
> +
Unrelated change.
> obj-$(CONFIG_EFI_SECRET) += efi_secret/
> obj-$(CONFIG_ARM_PKVM_GUEST) += pkvm-guest/
> obj-$(CONFIG_SEV_GUEST) += sev-guest/
> obj-$(CONFIG_INTEL_TDX_GUEST) += tdx-guest/
> obj-$(CONFIG_ARM_CCA_GUEST) += arm-cca-guest/
> +obj-$(CONFIG_TSM) += tsm-core.o
> obj-$(CONFIG_TSM_GUEST) += guest/
Powered by blists - more mailing lists