Re: [PATCH v9 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
Dave Hansen <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,dev.linux.lists.linux-coco,org.kernel.vger.kvm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Thanks for the thorough description of how you used the LLMs here.