Re: [PATCH v2 1/5] misc: fastrpc: add mmap/unmap support

From: Greg KH
Date: Fri Oct 04 2019 - 12:21:43 EST


On Mon, Sep 16, 2019 at 02:24:51PM +0200, Jorge Ramirez-Ortiz wrote:
> Support the allocation/deallocation of buffers mapped to the DSP.
>
> When the memory mapped to the DSP at process creation is not enough,
> the fastrpc library can extend it at runtime. This avoids having to do
> large preallocations by default.
>
> Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx>
> Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
> ---
>
> v2: fixes kbuild warning
> cast from pointer to integer of different size

Please resend the whole series, only doing it for one patch is a pain to
try to keep in sync and figure out.

thanks,

greg k-h