[PATCH 0/3] misc: fastrpc: fixes for v6.5

Srinivas Kandagatla posted 3 patches 2 years, 4 months ago
drivers/misc/fastrpc.c | 35 +++++++++++++++++++++--------------
1 file changed, 21 insertions(+), 14 deletions(-)
[PATCH 0/3] misc: fastrpc: fixes for v6.5
Posted by Srinivas Kandagatla 2 years, 4 months ago
Hi Greg,

Here are some fixes in fastrpc driver mostly around audio process domain
and secure memory allocation.

Can you please apply them for v6.5

thanks,
Srini

Ekansh Gupta (3):
  misc: fastrpc: Fix remote heap allocation request
  misc: fastrpc: Fix incorrect DMA mapping unmap request
  misc: fastrpc: Pass proper scm arguments for static process init

 drivers/misc/fastrpc.c | 35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)

-- 
2.25.1
Re: [PATCH 0/3] misc: fastrpc: fixes for v6.5
Posted by Greg KH 2 years, 3 months ago
On Fri, Aug 11, 2023 at 12:56:40PM +0100, Srinivas Kandagatla wrote:
> Hi Greg,
> 
> Here are some fixes in fastrpc driver mostly around audio process domain
> and secure memory allocation.
> 
> Can you please apply them for v6.5
> 
> thanks,
> Srini
> 
> Ekansh Gupta (3):
>   misc: fastrpc: Fix remote heap allocation request
>   misc: fastrpc: Fix incorrect DMA mapping unmap request
>   misc: fastrpc: Pass proper scm arguments for static process init
> 
>  drivers/misc/fastrpc.c | 35 +++++++++++++++++++++--------------
>  1 file changed, 21 insertions(+), 14 deletions(-)
> 
> -- 
> 2.25.1
> 

Ick, sorry, it's too late for 6.5, I'll queue these up for 6.6-rc1 and
then they can be backported into 6.5.1

thanks,

greg k-h