linux-imx/tools/testing/selftests/sgx
Jo Van Bulck 10800685fd selftests/sgx: Fix linker script asserts
[ Upstream commit 9fd552ee32 ]

DEFINED only considers symbols, not section names. Hence, replace the
check for .got.plt with the _GLOBAL_OFFSET_TABLE_ symbol and remove other
(non-essential) asserts.

Signed-off-by: Jo Van Bulck <jo.vanbulck@cs.kuleuven.be>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Link: https://lore.kernel.org/all/20231005153854.25566-10-jo.vanbulck%40cs.kuleuven.be
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-02-05 20:14:32 +00:00
..
.gitignore
call.S selftests/sgx: Rename 'eenter' and 'sgx_call_vdso' 2021-06-15 16:21:23 -06:00
defines.h selftests/sgx: Introduce TCS initialization enclave operation 2022-07-07 10:13:04 -07:00
load.c selftests/sgx: Fix uninitialized pointer dereferences in encl_get_entry 2024-01-25 15:35:52 -08:00
main.c selftests/sgx: Page removal stress test 2022-07-07 10:13:05 -07:00
main.h selftests/sgx: Test complete changing of page type flow 2022-07-07 10:13:04 -07:00
Makefile selftests/sgx: Skip non X86_64 platform 2024-01-25 15:35:52 -08:00
sign_key.pem
sign_key.S
sigstruct.c selftests/sgx: Fix uninitialized pointer dereference in error path 2024-01-25 15:35:52 -08:00
test_encl_bootstrap.S selftests/sgx: Introduce dynamic entry point 2022-07-07 10:13:04 -07:00
test_encl.c selftests/sgx: Include memory clobber for inline asm in test enclave 2024-01-25 15:35:52 -08:00
test_encl.lds selftests/sgx: Fix linker script asserts 2024-02-05 20:14:32 +00:00