aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorRadu Pirea <[email protected]>2017-12-15 15:40:17 +0000
committerMark Brown <[email protected]>2017-12-19 09:35:35 +0000
commit66e900a3d225575c8b48b59ae1fe74bb6e5a65cc (patch)
treeb24e6cba0fb30059102ea9d7b79ec8af8bacd0c2 /net/unix/af_unix.c
parentLinux 4.15-rc1 (diff)
downloadkernel-66e900a3d225575c8b48b59ae1fe74bb6e5a65cc.tar.gz
kernel-66e900a3d225575c8b48b59ae1fe74bb6e5a65cc.zip
spi: atmel: fixed spin_lock usage inside atmel_spi_remove
The only part of atmel_spi_remove which needs to be atomic is hardware reset. atmel_spi_stop_dma calls dma_terminate_all and this needs interrupts enabled. atmel_spi_release_dma calls dma_release_channel and dma_release_channel locks a mutex inside of spin_lock. So the call of these functions can't be inside a spin_lock. Reported-by: Jia-Ju Bai <[email protected]> Signed-off-by: Radu Pirea <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions