Re: [PATCH v3 1/4] tee: add restricted memory allocation

2024-12-05 Thread Jens Wiklander
Hi Sumit, On Tue, Dec 3, 2024 at 8:58 AM Sumit Garg wrote: > > Hi Jens, > > On Thu, 28 Nov 2024 at 20:39, Jens Wiklander > wrote: > > > > Add restricted memory allocation to the TEE subsystem. Restricted memory > > is not be accessible by kernel during normal circumstances. A new ioctl > > s/no

Re: [PATCH v3 1/4] tee: add restricted memory allocation

2024-12-02 Thread Sumit Garg
Hi Jens, On Thu, 28 Nov 2024 at 20:39, Jens Wiklander wrote: > > Add restricted memory allocation to the TEE subsystem. Restricted memory > is not be accessible by kernel during normal circumstances. A new ioctl s/not be accessible/not accessible/ How about if we reword it as follows? Rest

[PATCH v3 1/4] tee: add restricted memory allocation

2024-11-28 Thread Jens Wiklander
Add restricted memory allocation to the TEE subsystem. Restricted memory is not be accessible by kernel during normal circumstances. A new ioctl TEE_IOC_RSTMEM_ALLOC is added to allocate these restricted memory buffers. The restricted memory is allocated for a specific use-case, like Secure Video