Home
last modified time | relevance | path

Searched hist:fd2f4737870eb866537fbbffa2b59414b9b0c0a2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/
H A Dloopback.cdiff fd2f4737870eb866537fbbffa2b59414b9b0c0a2 Thu Nov 07 18:27:22 CST 2019 Eric Dumazet <edumazet@google.com> net: use u64_stats_t in struct pcpu_lstats

In order to fix the data-race found by KCSAN, we
can use the new u64_stats_t type and its accessors instead
of plain u64 fields. This will still generate optimal code
for both 32 and 64 bit platforms.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/include/linux/
H A Dnetdevice.hdiff fd2f4737870eb866537fbbffa2b59414b9b0c0a2 Thu Nov 07 18:27:22 CST 2019 Eric Dumazet <edumazet@google.com> net: use u64_stats_t in struct pcpu_lstats

In order to fix the data-race found by KCSAN, we
can use the new u64_stats_t type and its accessors instead
of plain u64 fields. This will still generate optimal code
for both 32 and 64 bit platforms.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>