Re: [PATCH v1] misc: fastrpc: Clean buffers on remote invocation failures

From: Greg KH
Date: Thu Sep 28 2023 - 09:08:32 EST


On Thu, Aug 31, 2023 at 12:11:22PM +0530, Ekansh Gupta wrote:
> With current design, buffers and dma handles are not freed in case
> of remote invocation failures returned from DSP. This could result
> in buffer leakings and dma handle pointing to wrong memory in the
> fastrpc kernel. Adding changes to clean buffers and dma handles
> even when remote invocation to DSP returns failures.
>
> Signed-off-by: Ekansh Gupta <quic_ekangupt@xxxxxxxxxxx>

What commit id does this fix?

thanks,

greg k-h