[PATCH 3/4] x86/sgx: Define error codes for ENCLS[EUPDATESVN]

2025-04-05 Thread Elena Reshetova
Add error codes for ENCLS[EUPDATESVN], then SGX CPUSVN update process can know the execution state of EUPDATESVN. Code is from previous submission in https://lore.kernel.org/all/20220520103904.1216-1-cathy.zh...@intel.com/T/#m1becf67078dc8c59d454e2e6c6d67ca64db341a4 Co-developed-by: Cathy Zhang

RE: [PATCH 3/4] x86/sgx: Define error codes for ENCLS[EUPDATESVN]

2025-03-27 Thread Reshetova, Elena
> On Mon, Mar 24, 2025 at 12:21:14PM +, Reshetova, Elena wrote: > > > > > > > On Fri, Mar 21, 2025 at 02:34:42PM +0200, Elena Reshetova wrote: > > > > Add error codes for ENCLS[EUPDATESVN], then SGX CPUSVN update > > > > process can know the execution state of EUPDATESVN. > > > > > > > > > >

Re: [PATCH 3/4] x86/sgx: Define error codes for ENCLS[EUPDATESVN]

2025-03-26 Thread Jarkko Sakkinen
On Mon, Mar 24, 2025 at 12:21:14PM +, Reshetova, Elena wrote: > > > > On Fri, Mar 21, 2025 at 02:34:42PM +0200, Elena Reshetova wrote: > > > Add error codes for ENCLS[EUPDATESVN], then SGX CPUSVN update > > > process can know the execution state of EUPDATESVN. > > > > > > > Enumerate the err

RE: [PATCH 3/4] x86/sgx: Define error codes for ENCLS[EUPDATESVN]

2025-03-24 Thread Reshetova, Elena
> On Fri, Mar 21, 2025 at 02:34:42PM +0200, Elena Reshetova wrote: > > Add error codes for ENCLS[EUPDATESVN], then SGX CPUSVN update > > process can know the execution state of EUPDATESVN. > > > > Enumerate the error codes. You mean in the commit message or? > Do we need all of the three ad

Re: [PATCH 3/4] x86/sgx: Define error codes for ENCLS[EUPDATESVN]

2025-03-22 Thread Jarkko Sakkinen
On Fri, Mar 21, 2025 at 02:34:42PM +0200, Elena Reshetova wrote: > Add error codes for ENCLS[EUPDATESVN], then SGX CPUSVN update > process can know the execution state of EUPDATESVN. > Enumerate the error codes. Do we need all of the three added? > Code is from previous submission in > https://