diff options
author | Bryant G. Ly <bryantly@linux.vnet.ibm.com> | 2017-01-11 22:16:42 +0300 |
---|---|---|
committer | Bart Van Assche <bart.vanassche@sandisk.com> | 2017-01-17 20:42:29 +0300 |
commit | a5b0e4062fb225155189e593699bbfcd0597f8b5 (patch) | |
tree | 319cb088809dfc00196fa8077809b6b2d2e69f8a /drivers/vfio | |
parent | 387b978cb0d12cf3720ecb17e652e0a9991a08e2 (diff) | |
download | linux-a5b0e4062fb225155189e593699bbfcd0597f8b5.tar.xz |
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>
Diffstat (limited to 'drivers/vfio')
0 files changed, 0 insertions, 0 deletions