Searched hist:"09 cca53c1656960c38c04bb12da30f61952ca660" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | if_macvlan.h | diff 09cca53c1656960c38c04bb12da30f61952ca660 Wed Jun 08 10:46:32 CDT 2022 Eric Dumazet <edumazet@google.com> vlan: adopt u64_stats_t
As explained in commit 316580b69d0a ("u64_stats: provide u64_stats_t type") we should use u64_stats_t and related accessors to avoid load/store tearing.
Add READ_ONCE() when reading rx_errors & tx_dropped.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | if_vlan.h | diff 09cca53c1656960c38c04bb12da30f61952ca660 Wed Jun 08 10:46:32 CDT 2022 Eric Dumazet <edumazet@google.com> vlan: adopt u64_stats_t
As explained in commit 316580b69d0a ("u64_stats: provide u64_stats_t type") we should use u64_stats_t and related accessors to avoid load/store tearing.
Add READ_ONCE() when reading rx_errors & tx_dropped.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/net/8021q/ |
H A D | vlan_core.c | diff 09cca53c1656960c38c04bb12da30f61952ca660 Wed Jun 08 10:46:32 CDT 2022 Eric Dumazet <edumazet@google.com> vlan: adopt u64_stats_t
As explained in commit 316580b69d0a ("u64_stats: provide u64_stats_t type") we should use u64_stats_t and related accessors to avoid load/store tearing.
Add READ_ONCE() when reading rx_errors & tx_dropped.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | vlan_dev.c | diff 09cca53c1656960c38c04bb12da30f61952ca660 Wed Jun 08 10:46:32 CDT 2022 Eric Dumazet <edumazet@google.com> vlan: adopt u64_stats_t
As explained in commit 316580b69d0a ("u64_stats: provide u64_stats_t type") we should use u64_stats_t and related accessors to avoid load/store tearing.
Add READ_ONCE() when reading rx_errors & tx_dropped.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/drivers/net/ |
H A D | macvlan.c | diff 09cca53c1656960c38c04bb12da30f61952ca660 Wed Jun 08 10:46:32 CDT 2022 Eric Dumazet <edumazet@google.com> vlan: adopt u64_stats_t
As explained in commit 316580b69d0a ("u64_stats: provide u64_stats_t type") we should use u64_stats_t and related accessors to avoid load/store tearing.
Add READ_ONCE() when reading rx_errors & tx_dropped.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|