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 A590A849C for ; Wed, 26 Jul 2023 09:00:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 2ED4BC433C9; Wed, 26 Jul 2023 09:00:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690362020; bh=5DswEsNG69Uk11VvpOyj1fz3E3XLr3k52DbFt4XEzq4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=LNj/mHqWAJ0RZTHSDf0f2l8CALgpWY38XVYNr5MRrK/3LbnaYp/7PtZzp0fcQ3XJE wI9CSZkgPCm0AjaIeuM/YTwBhKeNd5aNfxxB8F86Wuzs+A6uIcLNnrZ6EZ+i5dKo6v fRw0ESgeMrvZoUJ+/ohP5JYwza9UA8eatnrC/b3ui1ptK0iFecS9M2XE0Lo2lmkrcI xyXZ5eWrGMFbP5c9ajfhbsqMZZw6ajIzu1gmRcb1vyHhUTD5mTkEiDdfXz70jDm+E1 MK99izX0US/JVtuZwJXfEW0RHZ41H0bOCytRyUh95TaIIBNqmDkH94jEs3gAWa+roA /Q39eZVAJFs2g== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 0FF87C41672; Wed, 26 Jul 2023 09:00:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] igc: Fix Kernel Panic during ndo_tx_timeout callback From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169036202006.9751.14838125009002591135.git-patchwork-notify@kernel.org> Date: Wed, 26 Jul 2023 09:00:20 +0000 References: <20230724161250.2177321-1-anthony.l.nguyen@intel.com> In-Reply-To: <20230724161250.2177321-1-anthony.l.nguyen@intel.com> To: Tony Nguyen Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, netdev@vger.kernel.org, muhammad.husaini.zulkifli@intel.com, sasha.neftin@intel.com, alejandra.victoria.alcaraz@intel.com, naamax.meir@linux.intel.com Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Mon, 24 Jul 2023 09:12:50 -0700 you wrote: > From: Muhammad Husaini Zulkifli > > The Xeon validation group has been carrying out some loaded tests > with various HW configurations, and they have seen some transmit > queue time out happening during the test. This will cause the > reset adapter function to be called by igc_tx_timeout(). > Similar race conditions may arise when the interface is being brought > down and up in igc_reinit_locked(), an interrupt being generated, and > igc_clean_tx_irq() being called to complete the TX. > > [...] Here is the summary with links: - [net] igc: Fix Kernel Panic during ndo_tx_timeout callback https://git.kernel.org/netdev/net/c/d4a7ce642100 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html