Re: [PATCH v4 1/5] selftests/x86: Use getauxval() to simplify the code in sgx

From: Shuah Khan
Date: Mon Feb 08 2021 - 19:10:27 EST


On 2/2/21 3:02 PM, Jarkko Sakkinen wrote:
On Mon, Feb 01, 2021 at 09:26:49PM +0800, Tianjia Zhang wrote:
Simplify the sgx code implemntation by using library function
getauxval() instead of a custom function to get the base address
of vDSO.

Signed-off-by: Tianjia Zhang <tianjia.zhang@xxxxxxxxxxxxxxxxx>

Reviewed-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx>

This needs also ack from Shuah.


Looks good to me. Thank you.

Acked-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>

thanks,
-- Shuah