Skip to content
Snippets Groups Projects
Commit 2c2ed927 authored by Xiang Chen's avatar Xiang Chen Committed by Yang Yingliang
Browse files

scsi: hisi_sas: replace spin_lock_irqsave/spin_unlock_restore with spin_lock/spin_unlock

mainline inclusion
from mainline-v5.10-rc4
commit e9dc5e11
category: bugfix
bugzilla: NA
CVE: NA

After changing tasklet to workqueue or threaded irq, some critical
resources are only used on threads (not in interrupt or bottom half of
interrupt), so replace spin_lock_irqsave/spin_unlock_restore with
spin_lock/spin_unlock to protect those critical resources.

Link: https://lore.kernel.org/r/1579522957-4393-3-git-send-email-john.garry@huawei.com


Signed-off-by: default avatarXiang Chen <chenxiang66@hisilicon.com>
Signed-off-by: default avatarJohn Garry <john.garry@huawei.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: default avatarYang Xingui <yangxingui@huawei.com>
Reviewed-by: default avatarkangfenglong <kangfenglong@huawei.com>
Reviewed-by: default avatarouyangdelong &lt; <ouyangdelong@huawei.com>
Signed-off-by: default avatarYang Yingliang <yangyingliang@huawei.com>
parent 5868da04
No related branches found
Tags v4.12-rc3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment