diff options
author | Eric Dumazet <edumazet@google.com> | 2023-07-20 00:28:48 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-07-27 09:50:47 +0300 |
commit | 2c84a3d78ad81ea5b6893de49d6d3c535cad8c62 (patch) | |
tree | fd2d7f83c96697f204a69a17a18f58e689a66657 /include | |
parent | 949eb838803a8dbd0325ec7f94a84a863d3da001 (diff) | |
download | linux-2c84a3d78ad81ea5b6893de49d6d3c535cad8c62.tar.xz |
tcp: annotate data-races around tp->tsoffset
[ Upstream commit dd23c9f1e8d5c1d2e3d29393412385ccb9c7a948 ]
do_tcp_getsockopt() reads tp->tsoffset while another cpu
might change its value.
Fixes: 93be6ce0e91b ("tcp: set and get per-socket timestamp")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20230719212857.3943972-3-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions