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 4A1263446A5; Wed, 21 Jan 2026 02:40:18 +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=1768963219; cv=none; b=DlsVRFlSLDcus6bPko/AYNmqODMKsc9puJ2c4bktIVZduUjNEYL5CONiMfC12NLZlNgLBfOlG3rZ3TPyhKHCg+kEUVw6GQcdSBwi7bg5il2Wz8s+Qtu55CYxJPww8enNfcor6eSpWUuOpDLbrQ4Y+o0W4yjgZDLrBVLzwiA+wOw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768963219; c=relaxed/simple; bh=xB3/bVu9fxc9dswTHUsQz6jp4wYlM5O9I1s/L3N6y1s=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=K85XjjC0p/4oqdN/jtL9dN+v3LB2uSXZFBBs+sPsFrW1ZP0pd9xdqHXIWww/D5nXmGt6iQLNuCe0djiO0h5qvOhMPD8neC4P3GqGRKG4FVtajZfBt/nWUNIQmx60PcLu7imeAtuxNeIYgkuOJ08dUbhGR0zeZZo28ynL2Z++S3Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DzZFHkO4; 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="DzZFHkO4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B17A4C16AAE; Wed, 21 Jan 2026 02:40:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768963218; bh=xB3/bVu9fxc9dswTHUsQz6jp4wYlM5O9I1s/L3N6y1s=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DzZFHkO4mOTQdJ24w+o/y3/V8WPlwndezJAX2QAcpF809tzG/VdfJOjjuNKj1PJwt V76deEmO+LiP4R3Z2kLFGIqYY+Ebrx+R0VFJlHE+YhS/qekwAsf8Ab+uJjFbHW7asl q1CrLJz6Lv0m5p6poepKVl8kJW0mhoWNp6KNglXX9ACRbn56xLabaYH1vjblcYGmxR JqJziHFM5dV8NwniyE6sVfypmpcL5seiXlFWiywqdKvn8SjhEjUMUpNUbCpO4+irFC Tu3rgsyUviIqQEO+EYnV+0epWA8ufXyFJc5qAd85JtHoeWKaKDed1FBee8txY2qu42 BdUQYRsBPHGeg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 4EFA8380820D; Wed, 21 Jan 2026 02:40:17 +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] net: hns3: fix data race in hns3_fetch_stats From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176896321609.699622.18082153762490079564.git-patchwork-notify@kernel.org> Date: Wed, 21 Jan 2026 02:40:16 +0000 References: <20260119160759.1455950-1-mmyangfl@gmail.com> In-Reply-To: <20260119160759.1455950-1-mmyangfl@gmail.com> To: Yangfl Cc: netdev@vger.kernel.org, shenjian15@huawei.com, salil.mehta@huawei.com, shaojijie@huawei.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, tanhuazhong@huawei.com, linyunsheng@huawei.com, lipeng321@huawei.com, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 20 Jan 2026 00:07:37 +0800 you wrote: > In hns3_fetch_stats(), ring statistics, protected by u64_stats_sync, are > read and accumulated in ignorance of possible u64_stats_fetch_retry() > events. These statistics are already accumulated by > hns3_ring_stats_update(). Fix this by reading them into a temporary > buffer first. > > Fixes: b20d7fe51e0d ("net: hns3: add some statitics info to tx process") > Signed-off-by: David Yang > > [...] Here is the summary with links: - [net] net: hns3: fix data race in hns3_fetch_stats https://git.kernel.org/netdev/net/c/748a81c8ceda You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html