commit | a5b0e4062fb225155189e593699bbfcd0597f8b5 | [log] [tgz] |
---|---|---|
author | Bryant G. Ly <bryantly@linux.vnet.ibm.com> | Wed Jan 11 13:16:42 2017 -0600 |
committer | Bart Van Assche <bart.vanassche@sandisk.com> | Tue Jan 17 09:42:29 2017 -0800 |
tree | 319cb088809dfc00196fa8077809b6b2d2e69f8a | |
parent | 387b978cb0d12cf3720ecb17e652e0a9991a08e2 [diff] |
ibmvscsis: Fix sleeping in interrupt context 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: stable@vger.kernel.org Tested-by: Steven Royer <seroyer@linux.vnet.ibm.com> Reviewed-by: Michael Cyr <mikecyr@linux.vnet.ibm.com> Signed-off-by: Bryant G. Ly <bryantly@linux.vnet.ibm.com> Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>