From: Jakub Kicinski Date: Sun, 25 Jan 2026 21:14:14 +0000 (-0800) Subject: Merge branch 'u64_stats-introduce-u64_stats_copy' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f7522f36b5f1e4e061ee076cfe74a3af7eaa75b;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'u64_stats-introduce-u64_stats_copy' David Yang says: ==================== u64_stats: Introduce u64_stats_copy() On 64bit arches, struct u64_stats_sync is empty and provides no help against load/store tearing. memcpy() should not be considered atomic against u64 values. Use u64_stats_copy() instead. ==================== Link: https://patch.msgid.link/20260120092137.2161162-1-mmyangfl@gmail.com Signed-off-by: Jakub Kicinski --- 3f7522f36b5f1e4e061ee076cfe74a3af7eaa75b