RE: [PATCH v8 0/5] Enable automatic SVN updates for SGX enclaves

Reshetova, Elena posted 5 patches 2 months, 2 weeks ago
Only 0 patches received!
RE: [PATCH v8 0/5] Enable automatic SVN updates for SGX enclaves
Posted by Reshetova, Elena 2 months, 2 weeks ago
> On Tue, 2025-07-15 at 15:40 +0300, Elena Reshetova wrote:
> > Changes since v7 following reviews by Dave:
> >
> >  - change sgx_usage_count to be a normal int type
> >  and greatly simplify the sgx_inc_usage_count func.
> >  This results in requiring a mutex for each sgx_(vepc_)open
> >  but given that the mutex is held a short amount of
> >  time it should be ok perf-wise.
> >
> >
> 
> For this series:
> 
> Acked-by: Kai Huang <kai.huang@intel.com>

Thank you very much Kai for your reviews!