]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"
authorLee Duncan <lduncan@suse.com>
Fri, 9 Feb 2024 18:07:34 +0000 (10:07 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Feb 2024 07:42:25 +0000 (08:42 +0100)
commit7d4e19f7ff644c5b79e8271df8ac2e549b436a5b
tree08b8e5e37416bc6d62c305008c5b6ebc22702a52
parentca188f2512d628099364cc83f6419c561fdba7f8
scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"

commit 977fe773dcc7098d8eaf4ee6382cb51e13e784cb upstream.

This reverts commit 1a1975551943f681772720f639ff42fbaa746212.

This commit causes interrupts to be lost for FCoE devices, since it changed
sping locks from "bh" to "irqsave".

Instead, a work queue should be used, and will be addressed in a separate
commit.

Fixes: 1a1975551943 ("scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock")
Signed-off-by: Lee Duncan <lduncan@suse.com>
Link: https://lore.kernel.org/r/c578cdcd46b60470535c4c4a953e6a1feca0dffd.1707500786.git.lduncan@suse.com
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/fcoe/fcoe_ctlr.c