diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2025-01-07 11:14:39 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-01-08 19:22:02 +0100 |
commit | 80fb40baba19e25a1b6f3ecff6fc5c0171806bde (patch) | |
tree | a13a60abda36c09e6ef3c80edb87a8f1cdb10b80 /net/rxrpc/insecure.c | |
parent | netdev: prevent accessing NAPI instances from another namespace (diff) | |
download | linux-80fb40baba19e25a1b6f3ecff6fc5c0171806bde.tar.xz linux-80fb40baba19e25a1b6f3ecff6fc5c0171806bde.zip |
tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
This is a follow-up to 3c5b4d69c358 ("net: annotate data-races around
sk->sk_mark"). sk->sk_mark can be read and written without holding
the socket lock. IPv6 equivalent is already covered with READ_ONCE()
annotation in tcp_v6_send_response().
Fixes: 3c5b4d69c358 ("net: annotate data-races around sk->sk_mark")
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/f459d1fc44f205e13f6d8bdca2c8bfb9902ffac9.1736244569.git.daniel@iogearbox.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/rxrpc/insecure.c')
0 files changed, 0 insertions, 0 deletions