Re: [PATCH v2 8/8] dma-buf: heaps: secure_heap: Add normal CMA heap

2023-11-15 Thread Jeffrey Kardatzke
You should drop this patch completely. On Sat, Nov 11, 2023 at 3:18 AM Yong Wu wrote: > > Add a normal CMA heap which use the standard cma allocate. > > Signed-off-by: Yong Wu > --- > Hi Vijay and Jaskaran, > > For this heap, > 1) It uses sec_heap_buf_ops currently. I guess we cann't use the > c

[PATCH v2 8/8] dma-buf: heaps: secure_heap: Add normal CMA heap

2023-11-11 Thread Yong Wu
Add a normal CMA heap which use the standard cma allocate. Signed-off-by: Yong Wu --- Hi Vijay and Jaskaran, For this heap, 1) It uses sec_heap_buf_ops currently. I guess we cann't use the cma_heap_buf_ops. since if it is secure buffer, some operations such as mmap should not be allowed. 2) I di