You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TDX driver does not support concurrent access. Add global mutex
locks at both tdx-attest and dstack-attest layers to prevent race
conditions:
- tdx-attest: Lock in get_quote() to protect low-level TDX driver calls
- dstack-attest: Lock in quote_with_app_id() for future TEE environments
0 commit comments