diff options
author | 2017-10-05 16:41:21 -0700 | |
---|---|---|
committer | 2017-10-06 14:58:22 -0400 | |
commit | d1b3f51ee1eab3a6db1b09a60e61280c48eb0b01 (patch) | |
tree | 2a116964644a176e41fd8e86f98ea59d0b18b803 /scripts/gdb/linux/tasks.py | |
parent | scsi: fixup kernel warning during rmmod() (diff) | |
download | wireguard-linux-d1b3f51ee1eab3a6db1b09a60e61280c48eb0b01.tar.xz wireguard-linux-d1b3f51ee1eab3a6db1b09a60e61280c48eb0b01.zip |
scsi: libfc: fix a deadlock in fc_rport_work
In places like fc_rport_recv_plogi_req and fcoe_ctlr_vn_add we always
take the lport disc_mutex lock before the rports mutex
(rp_mutex) lock. Gaurding list_del_rcu(&rdata->peers) with
disc.disc_mutex in fc_rport_work is correct but the rp_mutex lock
can and should to be dropped before taking that lock else results
in a deadlock.
Signed-off-by: Satish Kharat <satishkh@cisco.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions