Re: [PATCH] goldfish_pipe: allocate memory with GFP_ATOMIC in spinlock context

From: Greg Kroah-Hartman
Date: Tue Jun 13 2017 - 10:02:26 EST


On Sat, Jun 10, 2017 at 02:18:26AM +0300, Alexey Khoroshilov wrote:
> get_free_pipe_id_locked() is called with spinlock held, so
> the patch replaces GFP_KERNEL with GFP_ATOMIC to avoid
> sleeping in atomic spinlock context.
>
> Found by Linux Driver Verification project (linuxtesting.org).
>
> Signed-off-by: Alexey Khoroshilov <khoroshilov@xxxxxxxxx>
> ---
> drivers/platform/goldfish/goldfish_pipe.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

This is already in my tree, why resend it?

thanks,

greg k-h