Re: [PATCH v6 06/13] selftests/sgx: Remove redundant enclave base address save/restore

2023-09-25 Thread Jarkko Sakkinen
On Thu Sep 21, 2023 at 5:35 PM EEST, Jo Van Bulck wrote: > Remove redundant push/pop pair that stores and restores the enclave base > address in the test enclave, as it is never used after the pop and can > anyway be easily retrieved via the __encl_base symbol. > > Signed-off-by: Jo Van Bulck > Ac

[PATCH v6 06/13] selftests/sgx: Remove redundant enclave base address save/restore

2023-09-21 Thread Jo Van Bulck
Remove redundant push/pop pair that stores and restores the enclave base address in the test enclave, as it is never used after the pop and can anyway be easily retrieved via the __encl_base symbol. Signed-off-by: Jo Van Bulck Acked-by: Kai Huang --- tools/testing/selftests/sgx/test_encl_bootst