Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp634348pxv; Thu, 15 Jul 2021 12:04:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz9CmMTgZe11l706FCvhiPjrx0s6YeoE7TZKoKZAa4WpH388EaqnFv6m12Wm0A+WMXmaUzq X-Received: by 2002:a5e:970a:: with SMTP id w10mr4138611ioj.46.1626375857113; Thu, 15 Jul 2021 12:04:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626375857; cv=none; d=google.com; s=arc-20160816; b=xqQLZE8X+iHZsqhYwjdsCmQEZyptTzxsWFZN2baqAbAmZBGa5oDaUscDZZX3xlYei0 zWTmAyrym9oJROwVlN4cKtIW1/adyUiWGC+8x5KNSu/5CPWvWEpUgls2nZospw5PJ8p+ 1ybtwogPO0aPYobiiXufP6X3+Af/XAH7rEhZrGPW8Xb91lgxTqUhHOT3+GI+qLkqihN5 ZimcpXXUs2+7x0wKBzyiXo58117YIpt8vjIEGmvI/hHE20UgpE6nsnlNzMDxg5aWPeyQ mXUi9gre3A/emP+VVGmoTfOLnYIQz+yVxjqdquJHxyQAhJ1V1oQLwXNaYqVzdAyL2JQV A3/Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=WfN79G833cpiWPLVCdcF/aQP9JSoWfdtNCRxGOHtudo=; b=Lg8Y/t3ooli5G9/5KKVP1eoUToZphCQLhdBSYEBOOLs48VzdpS/zW/wFvK1kYjr5tF pYIkHdwSMNAObOr5cuo4TJsQlo48DRKoYduIbWByPaced0EcPGWKysO+9K6opPPxnlu3 1ygAwYnKiibDahfwynzp+W0YpozU48sx1BStrhu9eN92txaeh331SPz/4p62iflD3qoj egjIU8awynaP2UR315xHe96jyHQyrn9P9hQ0yHn+i4LuO/mBDJm94BY1M4TxQLrH7DXp LxkECEaKWKcqx9MTrxkUxaCtcRwTzdTEMmv4+nNuG4giYsYcFFM2AdHS3UH097ZqMVhK Mrdw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=dgD7Pvcn; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j23si8296132iog.79.2021.07.15.12.04.02; Thu, 15 Jul 2021 12:04:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=dgD7Pvcn; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243388AbhGOTEV (ORCPT + 99 others); Thu, 15 Jul 2021 15:04:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:58696 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241162AbhGOSyI (ORCPT ); Thu, 15 Jul 2021 14:54:08 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C49AF613D6; Thu, 15 Jul 2021 18:51:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626375074; bh=+8rqQbAuVd7Yc+LWivSX8JFw1Pu4KMR5sP8kZhHQ84g=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dgD7PvcnOAWS631Q2ZsUBIvg9b/TFtxDTv5gK5d8g+11qlEjYDFXwPdZAFgk8qUx2 EyJGZTIjxpRHzXEkhGYN2OQyH4RaoCCBEZR2NTCcZHIN4xFpa/bntjHFbi3v/H/PqS phvWvOLZuiLZlFHS03vVfZFJPYmSriE+hYnpw+IM= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= , "David S. Miller" , Sasha Levin Subject: [PATCH 5.10 106/215] sfc: avoid double pci_remove of VFs Date: Thu, 15 Jul 2021 20:37:58 +0200 Message-Id: <20210715182618.149684412@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210715182558.381078833@linuxfoundation.org> References: <20210715182558.381078833@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Íñigo Huguet [ Upstream commit 45423cff1db66cf0993e8a9bd0ac93e740149e49 ] If pci_remove was called for a PF with VFs, the removal of the VFs was called twice from efx_ef10_sriov_fini: one directly with pci_driver->remove and another implicit by calling pci_disable_sriov, which also perform the VFs remove. This was leading to crashing the kernel on the second attempt. Given that pci_disable_sriov already calls to pci remove function, get rid of the direct call to pci_driver->remove from the driver. 2 different ways to trigger the bug: - Create one or more VFs, then attach the PF to a virtual machine (at least with qemu/KVM) - Create one or more VFs, then remove the PF with: echo 1 > /sys/bus/pci/devices/PF_PCI_ID/remove Removing sfc module does not trigger the error, at least for me, because it removes the VF first, and then the PF. Example of a log with the error: list_del corruption, ffff967fd20a8ad0->next is LIST_POISON1 (dead000000000100) ------------[ cut here ]------------ kernel BUG at lib/list_debug.c:47! [...trimmed...] RIP: 0010:__list_del_entry_valid.cold.1+0x12/0x4c [...trimmed...] Call Trace: efx_dissociate+0x1f/0x140 [sfc] efx_pci_remove+0x27/0x150 [sfc] pci_device_remove+0x3b/0xc0 device_release_driver_internal+0x103/0x1f0 pci_stop_bus_device+0x69/0x90 pci_stop_and_remove_bus_device+0xe/0x20 pci_iov_remove_virtfn+0xba/0x120 sriov_disable+0x2f/0xe0 efx_ef10_pci_sriov_disable+0x52/0x80 [sfc] ? pcie_aer_is_native+0x12/0x40 efx_ef10_sriov_fini+0x72/0x110 [sfc] efx_pci_remove+0x62/0x150 [sfc] pci_device_remove+0x3b/0xc0 device_release_driver_internal+0x103/0x1f0 unbind_store+0xf6/0x130 kernfs_fop_write+0x116/0x190 vfs_write+0xa5/0x1a0 ksys_write+0x4f/0xb0 do_syscall_64+0x5b/0x1a0 entry_SYSCALL_64_after_hwframe+0x65/0xca Signed-off-by: Íñigo Huguet Signed-off-by: David S. Miller Signed-off-by: Sasha Levin --- drivers/net/ethernet/sfc/ef10_sriov.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/net/ethernet/sfc/ef10_sriov.c b/drivers/net/ethernet/sfc/ef10_sriov.c index 21fa6c0e8873..a5d28b0f75ba 100644 --- a/drivers/net/ethernet/sfc/ef10_sriov.c +++ b/drivers/net/ethernet/sfc/ef10_sriov.c @@ -439,7 +439,6 @@ int efx_ef10_sriov_init(struct efx_nic *efx) void efx_ef10_sriov_fini(struct efx_nic *efx) { struct efx_ef10_nic_data *nic_data = efx->nic_data; - unsigned int i; int rc; if (!nic_data->vf) { @@ -449,14 +448,7 @@ void efx_ef10_sriov_fini(struct efx_nic *efx) return; } - /* Remove any VFs in the host */ - for (i = 0; i < efx->vf_count; ++i) { - struct efx_nic *vf_efx = nic_data->vf[i].efx; - - if (vf_efx) - vf_efx->pci_dev->driver->remove(vf_efx->pci_dev); - } - + /* Disable SRIOV and remove any VFs in the host */ rc = efx_ef10_pci_sriov_disable(efx, true); if (rc) netif_dbg(efx, drv, efx->net_dev, -- 2.30.2