Home
last modified time | relevance | path

Searched hist:"285975 dd" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/sched/
H A Dem_meta.c285975dd Fri Jul 28 10:03:12 CDT 2023 Eric Dumazet <edumazet@google.com> net: annotate data-races around sk->sk_{rcv|snd}timeo

sk_getsockopt() runs without locks, we must add annotations
to sk->sk_rcvtimeo and sk->sk_sndtimeo.

In the future we might allow fetching these fields before
we lock the socket in TCP fast path.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/core/
H A Dsock.c285975dd Fri Jul 28 10:03:12 CDT 2023 Eric Dumazet <edumazet@google.com> net: annotate data-races around sk->sk_{rcv|snd}timeo

sk_getsockopt() runs without locks, we must add annotations
to sk->sk_rcvtimeo and sk->sk_sndtimeo.

In the future we might allow fetching these fields before
we lock the socket in TCP fast path.

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