Hi Jacob,
On Fri, May 5, 2023 at 2:01 PM Jacob Kroon Jacob.Kroon@axis.com wrote:
Hi,
I'm wondering if it is safe to call tee_invoke_supp_plugin_rpc() from within the OP-TEE kernel with both foreign and/or native exceptions masked ?
tee_invoke_supp_plugin_rpc() must be called from a normal thread context, the exceptions can be masked even if it's probably not a good idea.
Cheers, Jens