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 5520134D912; Thu, 22 Jan 2026 12:00:08 +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=1769083209; cv=none; b=bElk2Lb53VgXcD+PIPMFKuoyWVdFG01BE6MGv5E8L2MIeDUqolGeGWM/luhvBddx6ggz4jR9c3e7oRm6MZ87riEVYrfzUqR/u8pdvJtHyjsqEa+ilHnmLVnuzD3WkZiUroFSPrzaRs5I0C2yKW+DURSOliIEHTN5K6M0b9pUe8A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769083209; c=relaxed/simple; bh=JyPDdEQ73QkWm09W2r9cDzf8sVXjY987iOwOVKyxymM=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=sPLPLbuqcqXBKMJLCKpg0de4YPNk1PU5zlppPwubztBoVOSDnkYaep7kU8asxyr7DlZLxA6zbzEi/XmICzXdZDs5opeOZZe73A+rG7kdwyaeYimuJICtgzJ17+Z4RvDmfgH0SE3nL8uiS98nzcN2z5jA4TBNHljf/cc2AagZbJQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bI0kM8qZ; 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="bI0kM8qZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C72C2C116C6; Thu, 22 Jan 2026 12:00:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769083208; bh=JyPDdEQ73QkWm09W2r9cDzf8sVXjY987iOwOVKyxymM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bI0kM8qZ5OLHKQ0nz+mn28GVyFSVlIpcLy1QDkm5Tlk+jmu40buORTBeqxfx1n48r laNjX2aNEUFI0klBF05WqNExvXs6NRwLdXaIVl5Se+2l/DMaluTUCm91BqZSxahZTV ljPWfkWA2/dX6y0SQNuZ8+b8MmvH0F6kpUTGemKkjHj7mVwfoQ+YNP4FG+m5vsJ38v IQwHWYhHf9201ENhTl5CPzxqBmastQTEFcoAvgKsH1H/hxdzcA+JKCGKz0X0BYFeFg JhG0jFyEJuAVBnPU5dzz0zhOK9aLFpm5hC/SxWSWNFV/v9DEbozXgAId0MI4l64Et/ Vpct97emLG+bA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 8BBB63808200; Thu, 22 Jan 2026 12:00:06 +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 v2] net: openvswitch: fix data race in ovs_vport_get_upcall_stats From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176908320511.1691590.17244442615265904977.git-patchwork-notify@kernel.org> Date: Thu, 22 Jan 2026 12:00:05 +0000 References: <20260121072932.2360971-1-mmyangfl@gmail.com> In-Reply-To: <20260121072932.2360971-1-mmyangfl@gmail.com> To: Yangfl Cc: netdev@vger.kernel.org, aconole@redhat.com, echaudro@redhat.com, i.maximets@ovn.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, wangchuanlei@inspur.com, dev@openvswitch.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Wed, 21 Jan 2026 15:29:26 +0800 you wrote: > In ovs_vport_get_upcall_stats(), some 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 u64_stats_inc(). Fix this by reading them into temporary variables > first. > > Fixes: 1933ea365aa7 ("net: openvswitch: Add support to count upcall packets") > Signed-off-by: David Yang > > [...] Here is the summary with links: - [net,v2] net: openvswitch: fix data race in ovs_vport_get_upcall_stats https://git.kernel.org/netdev/net/c/cc4816bdb086 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html