Re: [PATCH v3 00/16] TDX: Enable Dynamic PAMT
From: Edgecombe, Rick P
Date: Fri Sep 26 2025 - 15:52:39 EST
On Fri, 2025-09-26 at 12:03 -0700, Dave Hansen wrote:
>
> Yeah, but what if the TDX module changes its locking scheme in 5
> years
> or 10? What happens to 6.17.9999-stable?
Yea, we expected we were turning the locking behavior into ABI even in
the existing S-EPT management code. To change it would require a host
opt-in.
We originally assured correctness via TDX module source code
inspection, but recently the TDX module folks pointed out that the TDX
module ABI docs actually list information about what locks are taken
for each SEAMCALL. Or in it's terms, which resources are held in which
context. It is in the tables labeled "Concurrency Restrictions". Lock
ordering (like we would need to do the above) is not listed though.