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 8FFAF3AA19B; Thu, 22 Jan 2026 12:10:12 +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=1769083812; cv=none; b=u1z2/9Jed0u5HSpPYWS/vPGzUiJ+DjiUy8OPqiYZsXJDiOI4xSasf4apclZIDiHMUSp/PPIFgF4tK8h1KoM3pgF1sS5q2i8mRVYU/Ic07q1SwUIgXgVfF6QmTDukPTHLVd07jWk37QJkUGmhU8ORnmiFhIuNl1mb0mc/Fzl7Kqk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769083812; c=relaxed/simple; bh=XngWy+6ViL5NLbBW8pb6CJtphxGdqQrHvhYeab9cySY=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=KjcxS8ti1t3SuMCKohuj9QG6OCHYGZwOPZsur3WkPh4NcFLBciBTr97D+mQ3vKm+aE+bCpb396PWkNOJ8hfPYC0703bYegGoVWeOubNG1wefItM4vDKyphvJZuS0EKKuAfj0JWO17ygfK8Z5FeU3ft8xWQ+w789cLRHmrLC1JcI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=q++0p+Rq; 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="q++0p+Rq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3CB5C116C6; Thu, 22 Jan 2026 12:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769083811; bh=XngWy+6ViL5NLbBW8pb6CJtphxGdqQrHvhYeab9cySY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=q++0p+RqQASndA1LmpBwQqbWmWBcETme7USzJB/kbWukUzdsEZSB9dug35CdZPEok r57Y2kbptHXd7Ek92q1t8KCvK1/606dlCvXXeslRBAEWwH04cPwu8ENuSXsgl9CfsZ 3Juj3wjikSq+kydHYAM9OqYUdQuPT04G6bKZkNb7gg3lwhEFwwlZtRDUcxJ+50HtqF zcfxBEtGbbZgDTt3YJ+BySCECSPBNdR6CJcGw90PhYfP7dG8qyZEw1narbFmiAlajU Sry8mIDf5FeNw3Mjp2YEHmrTMgsYBQVQqgUj4v/8tKjcZiZK4fd+kqTJ6m/wbKFrbJ O+BG9VaepTNmA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 8B9533808200; Thu, 22 Jan 2026 12:10:09 +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-next] xen/netfront: Use u64_stats_t with u64_stats_sync properly From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176908380810.1694846.13399878058009113913.git-patchwork-notify@kernel.org> Date: Thu, 22 Jan 2026 12:10:08 +0000 References: <20260121082550.2389249-1-mmyangfl@gmail.com> In-Reply-To: <20260121082550.2389249-1-mmyangfl@gmail.com> To: Yangfl Cc: netdev@vger.kernel.org, jgross@suse.com, sstabellini@kernel.org, oleksandr_tyshchenko@epam.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Wed, 21 Jan 2026 16:25:46 +0800 you wrote: > On 64bit arches, struct u64_stats_sync is empty and provides no help > against load/store tearing. Convert to u64_stats_t to ensure atomic > operations. > > Signed-off-by: David Yang > --- > drivers/net/xen-netfront.c | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) Here is the summary with links: - [net-next] xen/netfront: Use u64_stats_t with u64_stats_sync properly https://git.kernel.org/netdev/net-next/c/a2ba9902e4b9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html