Re: [PATCH 1/2] dma-buf: heaps: secure_heap: Add secure ops for CMA heap

From: Pavan Kondeti
Date: Fri Nov 24 2023 - 02:44:17 EST


Hi Pratyush,

On Wed, Nov 22, 2023 at 07:17:46PM +0530, Pratyush Brahma wrote:
> From: Vijayanand Jitta <quic_vjitta@xxxxxxxxxxx>
>
> Add secure ops for CMA heap which would use qcom_scm_assign_mem
> to assign the memory to VMID.
>
> Change-Id: I05aff9cb9b7b9668c4352a24bec163b52e38835a
> Signed-off-by: Vijayanand Jitta <quic_vjitta@xxxxxxxxxxx>
> ---
> drivers/dma-buf/heaps/secure_heap.c | 50 +++++++++++++++++++++++++++--
> 1 file changed, 47 insertions(+), 3 deletions(-)
>

Please add your Signed-off-by line when sending patches. This is a
requirement for accpeting patches in upstream. This applies even for the
patches not authored by you. Given that you are sending the patches,
your Signed-off-by line should be added after Vijay's. For more details
https://docs.kernel.org/process/submitting-patches.html

Thanks,
Pavan