linux/drivers/scsi/hisi_sas
Xiaofei Tan 302e09016b scsi: hisi_sas: use spin_lock_irqsave() for hisi_hba.lock
We used spin_lock() to grab hisi_hba.lock in two places where
spin_lock_irqsave() should be used, as hisi_hba.lock can be taken in
interrupt context.

This patch is to fix this.

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2017-10-25 08:21:04 -04:00
..
Kconfig scsi: hisi_sas: add skeleton v3 hw driver 2017-06-19 21:31:25 -04:00
Makefile scsi: hisi_sas: add skeleton v3 hw driver 2017-06-19 21:31:25 -04:00
hisi_sas.h scsi: hisi_sas: remove driver versioning 2017-08-24 22:28:50 -04:00
hisi_sas_main.c scsi: hisi_sas: use spin_lock_irqsave() for hisi_hba.lock 2017-10-25 08:21:04 -04:00
hisi_sas_v1_hw.c scsi: hisi_sas: optimise DMA slot memory 2017-07-01 17:06:56 -04:00
hisi_sas_v2_hw.c scsi: hisi_sas: use spin_lock_irqsave() for hisi_hba.lock 2017-10-25 08:21:04 -04:00
hisi_sas_v3_hw.c scsi: hisi_sas: delete get_ncq_tag_v3_hw() 2017-10-25 08:21:03 -04:00