Re: [PATCH v9 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()

From: Dave Hansen

Date: Mon Aug 10 2026 - 10:17:29 EST


On 8/5/26 19:08, Rick Edgecombe wrote:
> So create a fast and slow path. Check the refcount outside the lock and
> only take it for the slow path (0->1 and 1->0 transitions).

Reviewed-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>

Thanks for the thorough description of how you used the LLMs here.