Home
last modified time | relevance | path

Searched hist:"9 f6fa3c4e722cbb9a007c3b85797bebfcdee84e9" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Ddevinet.cdiff 9f6fa3c4e722cbb9a007c3b85797bebfcdee84e9 Thu Feb 29 12:40:13 CET 2024 Eric Dumazet <edumazet@google.com> inet: annotate data-races around ifa->ifa_preferred_lft

ifa->ifa_preferred_lft can be read locklessly.

Add appropriate READ_ONCE()/WRITE_ONCE() annotations.

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