summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2025-08-28 10:27:35 +0000
committerJakub Kicinski <kuba@kernel.org>2025-08-29 19:29:24 -0700
commit8e60447f0831cdcafa2233e5547ee0eba8a5f8da (patch)
tree10dedfbf044efd6155257e86e4496274b68c2169 /scripts/gdb/linux/modules.py
parent9a574257b968426df5c180df1199d4b082f80ff9 (diff)
tcp: annotate data-races in tcp_req_diag_fill()
req->num_retrans and rsk_timer.expires are read locklessly, and can be changed from tcp_rtx_synack(). Add READ_ONCE()/WRITE_ONCE() annotations. Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com> Link: https://patch.msgid.link/20250828102738.2065992-3-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions