linux-stable/tools/testing/selftests/sgx
Muhammad Usama Anjum 6170abb21e selftests/sgx: Treat CC as one argument
CC can have multiple sub-strings like "ccache gcc". For check_cc.sh,
CC needs to be treated like one argument. Put double quotes around it to
make CC one string and hence one argument.

Fixes: 2adcba79e6 ("selftests/x86: Add a selftest for SGX")
Reported-by: "kernelci.org bot" <bot@kernelci.org>
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lkml.kernel.org/r/20220214184109.3739179-3-usama.anjum@collabora.com
2022-02-17 11:55:17 -08:00
..
.gitignore
Makefile selftests/sgx: Treat CC as one argument 2022-02-17 11:55:17 -08:00
call.S selftests/sgx: Rename 'eenter' and 'sgx_call_vdso' 2021-06-15 16:21:23 -06:00
defines.h selftests/sgx: Add test for multiple TCS entry 2021-11-15 11:34:16 -08:00
load.c selftests/sgx: Fix NULL-pointer-dereference upon early test failure 2022-02-11 13:52:47 -08:00
main.c selftests/sgx: Remove extra newlines in test output 2022-02-11 13:52:48 -08:00
main.h selftests/sgx: Create a heap for the test enclave 2021-11-15 11:34:03 -08:00
sign_key.S
sign_key.pem
sigstruct.c selftests/sgx: Make data measurement for an enclave segment optional 2021-11-15 11:34:01 -08:00
test_encl.c selftests/sgx: Add test for multiple TCS entry 2021-11-15 11:34:16 -08:00
test_encl.lds selftests/sgx: Refine the test enclave to have storage 2021-06-15 16:27:23 -06:00
test_encl_bootstrap.S selftests/sgx: Enable multiple thread support 2021-11-15 11:34:14 -08:00