Re: [PATCH] misc: fastrpc: fix improper packet size calculation

From: Greg KH
Date: Mon Sep 20 2021 - 05:12:05 EST


On Mon, Sep 20, 2021 at 01:45:31PM +0530, Jeya R wrote:
> The buffer list is sorted and this is not being
> considered while calculating packet size. This
> would lead to improper copy length calculation
> for non-dmaheap buffers which would eventually
> cause sending improper buffers to DSP.

You do have the full 72 columns to use :)

>
> Signed-off-by: Jeya R <jeyr@xxxxxxxxxxxxxx>
> ---
> drivers/misc/fastrpc.c | 13 +++++++++----
> 1 file changed, 9 insertions(+), 4 deletions(-)

What commit does this fix?

thanks,

greg k-h