From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1321114AD38; Thu, 23 Jan 2025 04:10:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737605410; cv=none; b=RxkR0Oy9QDkcoHDhb3ovIZ6b0JcJJmQmUDIOc8To4CXFZ8m9uD2K0NsIW72AV2FunCG45ws1X0x3gqSNPyWd/uWtshT/f9YoxhlvTt+5Ovwh/lOFsr1vr/BzxAAowIl/4h5/M1XiR5910dbTaw/y+vhTQX27NXyMkbMTwLZC8gg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737605410; c=relaxed/simple; bh=F4uaoYwYwrjBcLzgutLfmtO+iPm3lDh9xNSOYQCPzks=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=pq67AB53qeUkufcPDYYkaGr1FNVTFLYYjuoDQJgKUjhPhjNJiQMDJcEg+QBODzcZE8UNvJ/XHGcFh70A/ArWx3sf2cfzusvH6xmbHOmmz4aGJupcH7vZBuH3UeIcaLfdI9oVC4X1PEhl7Dvz+Q+TR+k8aJ3al762moZoK3eyRyY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=E1k9rTBt; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="E1k9rTBt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E331DC4CEE6; Thu, 23 Jan 2025 04:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1737605409; bh=F4uaoYwYwrjBcLzgutLfmtO+iPm3lDh9xNSOYQCPzks=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=E1k9rTBtG/CanPK1q9Ogxv3Jz80y1ZUlFyo5zs6PKi2G0wj5jF8LKIXhrvAN7flJK qNZpGWnWh75aCVL1EOmmMey+dN0fTvEor5tTI4fSbOZqXzaKqcXqlwVM2dSbzk68lt ksIzDd8TLAh0iyJqWn4EpdL1y73wWqBiZjQ3mNU9WhhWL0klYLdeZKfWuhax5jbbK8 jS7GFbVnBVDdxQSklhgpkheT4XdQ8cDyhWoZ4p5I40k5rb1E97XJYTAhw8RGnwW6hj SBw8w/1S77Hn4gw6q1CZHPEzQDKtlF9k5I6GWxOuFqs7CXFzjzKAzwZJ+63SlvdqQL 54by5t3VMEx5A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id ADDFE380AA70; Thu, 23 Jan 2025 04:10:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: hns3: fix oops when unload drivers paralleling From: patchwork-bot+netdevbpf@kernel.org Message-Id: <173760543424.917319.8797865456856201603.git-patchwork-notify@kernel.org> Date: Thu, 23 Jan 2025 04:10:34 +0000 References: <20250118094741.3046663-1-shaojijie@huawei.com> In-Reply-To: <20250118094741.3046663-1-shaojijie@huawei.com> To: Jijie Shao Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org, shenjian15@huawei.com, wangpeiyang1@huawei.com, liuyonglong@huawei.com, chenhao418@huawei.com, jonathan.cameron@huawei.com, shameerali.kolothum.thodi@huawei.com, salil.mehta@huawei.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Sat, 18 Jan 2025 17:47:41 +0800 you wrote: > From: Jian Shen > > When unload hclge driver, it tries to disable sriov first for each > ae_dev node from hnae3_ae_dev_list. If user unloads hns3 driver at > the time, because it removes all the ae_dev nodes, and it may cause > oops. > > [...] Here is the summary with links: - [net] net: hns3: fix oops when unload drivers paralleling https://git.kernel.org/netdev/net/c/92e599577377 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html