summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid Yang <mmyangfl@gmail.com>2026-01-23 19:48:36 +0300
committerJakub Kicinski <kuba@kernel.org>2026-01-27 06:53:41 +0300
commit3eef6c061f97ab2a942dc98291bcdae9a16e5bda (patch)
tree2b31ef139afd49411a1d58fb0b6502a3b0c1d153 /include/linux
parent5c05b3dbccb17ddd6515a6c749feee9b657a5640 (diff)
downloadlinux-3eef6c061f97ab2a942dc98291bcdae9a16e5bda.tar.xz
net: ethernet: ti: netcp: Use u64_stats_t with u64_stats_sync properly
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. Note that does not mean the code is now tear-free: there're u32 counters unprotected by u64_stats or anything else. Signed-off-by: David Yang <mmyangfl@gmail.com> Link: https://patch.msgid.link/20260123164841.2890054-1-mmyangfl@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions