Re: [PATCH v6 10/10] optee: smc abi: dynamic restricted memory allocation

2025-03-25 Thread Sumit Garg
On Wed, Mar 05, 2025 at 02:04:16PM +0100, Jens Wiklander wrote: > Add support in the OP-TEE backend driver for dynamic restricted memory > allocation using the SMC ABI. > > Signed-off-by: Jens Wiklander > --- > drivers/tee/optee/smc_abi.c | 96 +++-- > 1 file chan

[PATCH v6 10/10] optee: smc abi: dynamic restricted memory allocation

2025-03-05 Thread Jens Wiklander
Add support in the OP-TEE backend driver for dynamic restricted memory allocation using the SMC ABI. Signed-off-by: Jens Wiklander --- drivers/tee/optee/smc_abi.c | 96 +++-- 1 file changed, 81 insertions(+), 15 deletions(-) diff --git a/drivers/tee/optee/smc_abi