Re: [PATCH] ibmvscsis: fix sleeping in interrupt context

2017-01-13 Thread Bart Van Assche
On Wed, 2017-01-11 at 13:16 -0600, Bryant G. Ly wrote: > Currently, dma_alloc_coherent is being called with a GFP_KERNEL > flag which allows it to sleep in an interrupt context, need to > change to GFP_ATOMIC. This patch has been queued for kernel v4.10. Thanks for the patch. Bart.-- To

[PATCH] ibmvscsis: fix sleeping in interrupt context

2017-01-11 Thread Bryant G. Ly
Currently, dma_alloc_coherent is being called with a GFP_KERNEL flag which allows it to sleep in an interrupt context, need to change to GFP_ATOMIC. Cc: sta...@vger.kernel.org Tested-by: Steven Royer Reviewed-by: Michael Cyr Signed-off-by: