net: add missing data-race annotation for sk_ll_usec
authorEric Dumazet <edumazet@google.com>
Fri, 28 Jul 2023 15:03:17 +0000 (15:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Aug 2023 10:08:14 +0000 (12:08 +0200)
commit6326c83ee27ef9141ebfe730b7459534d2417870
treeb17c53931fd98963fe12b8e2bb3a79c1069db981
parentdd7a1ff07c6c741e6d56e65316f57835ed750eca
net: add missing data-race annotation for sk_ll_usec

[ Upstream commit e5f0d2dd3c2faa671711dac6d3ff3cef307bcfe3 ]

In a prior commit I forgot that sk_getsockopt() reads
sk->sk_ll_usec without holding a lock.

Fixes: 0dbffbb5335a ("net: annotate data race around sk_ll_usec")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/core/sock.c