From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CD399C35FF8 for ; Mon, 17 Mar 2025 16:40:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=JgJKJNcQIDtxmPRxb5moTkOIj6qmW8pA0i6hMQY2PVw=; b=wisK8V+1xRBX6rYPtGTYnw4ZdL /hGyOscK9Yiv1j6G/DXsqshU2gzoZNrPUJf6+REjsAazFx+epPOtDmVzMdSDfTdWruHHcuZ0BMbjo MH5/YS9QDpL5M0miDB19X4L+lClgvYDP5hbuBvNTkzxIZZypgZvOO+cG1Sp0r2qi0dD5qNWgA44og pG9mp40oxMh/wPGar02+HiSXDaxU7uvm5wyfhtdiQ0G3hrj5StFIPoh7paySagXMtuIJ3zD3hmAt8 GHndzkxtr02iaMBSfp1b1453MCh8KBftmrYvb4yKKRfA6KjlROKjfPtfvHSCe4ExsFXliWyfn036x Do2vs44Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tuDVm-00000003MXr-3Mw3; Mon, 17 Mar 2025 16:40:22 +0000 Received: from nyc.source.kernel.org ([147.75.193.91]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tuDUA-00000003M5L-1lSm for linux-nvme@lists.infradead.org; Mon, 17 Mar 2025 16:38:43 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 23EFCA48A4A; Mon, 17 Mar 2025 16:33:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B7AB1C4CEF0; Mon, 17 Mar 2025 16:38:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1742229521; bh=tnhdK0xYIocAbOtECMDELU7SthnXQZnPfJRb5X472nQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=aALjvT7xYsHeOldOoLMYmBaX06zO09JaNV9HXUCAD5PE5KF0vKDy5RCRpuuLWPg1M q5VV9bIn7F/GHE7hcM8M3jS4HfCgVavPOdkVhyuoqKhVl1xP8J9xkoZC+r+DdDv0gj NIPwIEw++HBF0TmqMV5j5YxIUbA5H5HGvNTl60Ddvw9xMlYQ7Q7tlZbuSD2QjX7yoF w+MiJPVh+45AuFNoNQtymhXEE9Kzgec0vAa5rjDnTHAC4IARSVGSnTv2DVgm8IjmXI hKz7d8BNnKVXB/JK1RW6hE7L6cHGwzw3I55BqCWWzO4EOT/oBXGvEdSQHGeynPiIfN GBgcBBnb0zrNw== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Keith Busch , Nilay Shroff , Sasha Levin , sagi@grimberg.me, linux-nvme@lists.infradead.org Subject: [PATCH AUTOSEL 6.12 09/13] nvme-pci: fix stuck reset on concurrent DPC and HP Date: Mon, 17 Mar 2025 12:38:14 -0400 Message-Id: <20250317163818.1893102-9-sashal@kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250317163818.1893102-1-sashal@kernel.org> References: <20250317163818.1893102-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 6.12.19 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250317_093842_593646_522A564A X-CRM114-Status: GOOD ( 19.49 ) X-BeenThere: linux-nvme@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-nvme" Errors-To: linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org From: Keith Busch [ Upstream commit 3f674e7b670b7b7d9261935820e4eba3c059f835 ] The PCIe error handling has the nvme driver quiesce the device, attempt to restart it, then wait for that restart to complete. A PCIe DPC event also toggles the PCIe link. If the slot doesn't have out-of-band presence detection, this will trigger a pciehp re-enumeration. The error handling that calls nvme_error_resume is holding the device lock while this happens. This lock blocks pciehp's request to disconnect the driver from proceeding. Meanwhile the nvme's reset can't make forward progress because its device isn't there anymore with outstanding IO, and the timeout handler won't do anything to fix it because the device is undergoing error handling. End result: deadlocked. Fix this by having the timeout handler short cut the disabling for a disconnected PCIe device. The downside is that we're relying on an IO timeout to clean up this mess, which could be a minute by default. Tested-by: Nilay Shroff Reviewed-by: Nilay Shroff Signed-off-by: Keith Busch Signed-off-by: Sasha Levin --- drivers/nvme/host/pci.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index e1329d4974fd6..6b37ef1eaa893 100644 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c @@ -1412,9 +1412,20 @@ static enum blk_eh_timer_return nvme_timeout(struct request *req) struct nvme_dev *dev = nvmeq->dev; struct request *abort_req; struct nvme_command cmd = { }; + struct pci_dev *pdev = to_pci_dev(dev->dev); u32 csts = readl(dev->bar + NVME_REG_CSTS); u8 opcode; + /* + * Shutdown the device immediately if we see it is disconnected. This + * unblocks PCIe error handling if the nvme driver is waiting in + * error_resume for a device that has been removed. We can't unbind the + * driver while the driver's error callback is waiting to complete, so + * we're relying on a timeout to break that deadlock if a removal + * occurs while reset work is running. + */ + if (pci_dev_is_disconnected(pdev)) + nvme_change_ctrl_state(&dev->ctrl, NVME_CTRL_DELETING); if (nvme_state_terminal(&dev->ctrl)) goto disable; @@ -1422,7 +1433,7 @@ static enum blk_eh_timer_return nvme_timeout(struct request *req) * the recovery mechanism will surely fail. */ mb(); - if (pci_channel_offline(to_pci_dev(dev->dev))) + if (pci_channel_offline(pdev)) return BLK_EH_RESET_TIMER; /* -- 2.39.5