aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-imx.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2023-06-29 16:41:50 +0000
committerDavid S. Miller <[email protected]>2023-07-03 09:25:02 +0100
commit998127cdb4699b9d470a9348ffe9f1154346be5f (patch)
tree36118a1e2a55304a29e7e4b51da01e488ade0b14 /drivers/usb/cdns3/cdns3-imx.c
parentc94683ed35ec33775e982af45a54723b7ab05851 (diff)
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions