commit | 3feb4fbbb19d47420a00aff4b49a43b91b00eccb | [log] [tgz] |
---|---|---|
author | Cedric Auger <cauger@provenrun.com> | Thu Feb 15 20:06:19 2024 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Feb 23 17:31:13 2024 +0100 |
tree | 81139919156a3f541032bae960070ed5afcc3a0b | |
parent | a641f180d847c8e673bc7887293b95323a0020b2 [diff] |
ta: os_test: Unmask cancellation from invoke command handler The specification seems to indicate (see https://github.com/OP-TEE/optee_test/issues/731) that the cancellation mask is reset at the start of every entry point. As a result, the TEE_UnmakCancellation() should not be called at the end of TA_OpenSessionEntryPoint(), but at the start of TA_InvokeCommandEntryPoint(). Signed-off-by: Cedric Auger <cedric.auger@provenrun.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers