Re: [PATCH] staging: most: Convert to the common vmalloc memalloc

From: Greg Kroah-Hartman
Date: Fri Nov 08 2019 - 11:53:14 EST


On Fri, Nov 08, 2019 at 05:45:28PM +0100, Takashi Iwai wrote:
> The recent change (*) in the ALSA memalloc core allows us to drop the
> special vmalloc-specific allocation and page handling. This patch
> coverts to the common code.
> (*) 1fe7f397cfe2: ALSA: memalloc: Add vmalloc buffer allocation
> support
> 7e8edae39fd1: ALSA: pcm: Handle special page mapping in the
> default mmap handler
>
> Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>
>
> ---
>
> Since the prerequisite commits above are found only on for-next branch
> of sound git tree, please give ACK if the patch is OK; then I'll apply
> it on top of my branch. Thanks!
>
>

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>