summaryrefslogtreecommitdiffstats
path: root/net/xdp
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2023-06-29 18:41:50 +0200
committerDavid S. Miller <davem@davemloft.net>2023-07-03 10:25:02 +0200
commit998127cdb4699b9d470a9348ffe9f1154346be5f (patch)
tree36118a1e2a55304a29e7e4b51da01e488ade0b14 /net/xdp
parentMerge branch 'wireguard-fixes' (diff)
downloadlinux-998127cdb4699b9d470a9348ffe9f1154346be5f.tar.xz
linux-998127cdb4699b9d470a9348ffe9f1154346be5f.zip
tcp: annotate data races in __tcp_oow_rate_limited()
request sockets are lockless, __tcp_oow_rate_limited() could be called on the same object from different cpus. This is harmless. Add READ_ONCE()/WRITE_ONCE() annotations to avoid a KCSAN report. Fixes: 4ce7e93cb3fe ("tcp: rate limit ACK sent by SYN_RECV request sockets") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/xdp')
0 files changed, 0 insertions, 0 deletions