lkml.org 
[lkml]   [2022]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v9 1/6] x86/tdx: Add TDX Guest attestation interface driver
Date
On Thu, 2022-08-18 at 09:25 -0700, Dave Hansen wrote:
> On 8/18/22 07:18, Borislav Petkov wrote:
> > > + /*
> > > + * Generate TDREPORT using "TDG.MR.REPORT" TDCALL.
> > > + *
> > > + * Get the TDREPORT using REPORTDATA as input. Refer to
> > > + * section 22.3.3 TDG.MR.REPORT leaf in the TDX Module 1.0
> > > + * Specification for detailed information.
> > > + */
> > > + ret = __tdx_module_call(TDX_GET_REPORT, virt_to_phys(tdreport),
> > > + virt_to_phys(reportdata), req.subtype,
> > That subtype you're not checking either.
>
> I'll chime in here a bit since you're touching on something that bugged
> me too. This whole mechanism is because of two TDX shortcuts. (calling
> them shortcuts is generous, but I digress...)
>
> 1. TDX guest attestation relies on SGX. TDX does not have its own
> attestation mechanism.
> 2. TDX guests can not run SGX enclaves. Only TDX hosts can.
>
> As a result, any TDX guest that wants to do the attestation dance has to
> talk to the host, who them talks to the SGX enclave. There's actually a
> nice diagram of it in here (Figure 5.8):
>
> > https://www.intel.com/content/dam/develop/external/us/en/documents/tdx-whitepaper-v4.pdf
>
> This "talking" can be done via any old communication mechanism. Shared
> memory, virtio, morse code, whatever. TDX_GET_REPORT just happens to be
> yet another communication mechanism dedicated *only* to these
> attestation reports.

Hi Dave,

Just want to clarify, the *yet another communication mechanism" you mentioned
is actually TDX_GET_QUOTE, but not TDX_GET_REPORT.

The TDREPORT (which this TDX_GET_REPORT ABI will report to userspace) is the
data blob that needs to be sent to SGX quoting enclave to generate a Quote
(which can be remotely verified). It's the first step of supporting TDX
attestation, no matter whatever communication channel is going to be used to
talk to quoting enclave (vsock, tcp, or GetQuote).

>
> So, this is not a *STRICTLY* required ABI. Guests _can_ use other
> mechanisms to talk to an SGX attestation (quoting) enclave. Second,
> this ABI *is* TDX-specific because no other hardware architectures have
> made the same design "choices".
>
> That's why this was jettisoned for v10. It might reappear later, though.

Agreed (assuming you mean TDX_GET_QUOTE ABI).

Btw, my thinking is perhaps we can just make GetQuote support as a Intel-
specific driver, which can be a module, can have a separate Kconfig, etc. It
doesn't have to be a core functionality.

--
Thanks,
-Kai
\
 
 \ /
  Last update: 2022-08-19 02:23    [W:2.456 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site