Home
last modified time | relevance | path

Searched hist:"3 cd3e72ccb3aade0e8fe037ef07a44b341ab577c" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Ddevinet.cdiff 3cd3e72ccb3aade0e8fe037ef07a44b341ab577c Thu Feb 29 12:40:11 CET 2024 Eric Dumazet <edumazet@google.com> inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstamp

ifa->ifa_tstamp can be read locklessly.

Add appropriate READ_ONCE()/WRITE_ONCE() annotations.

Do the same for ifa->ifa_cstamp to prepare upcoming changes.

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