]> 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 08:51:36 +0000 (09:51 +0100)
commit25675159040bffc7992d5163f3f33ba7d0142f21
treec2e6eafc37e30c56a59fda1cce7c97b5d2089b02
parentceaf2d0a8be8d8b0265ead6c82c736d23db2ad0f
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