diff options
| author | Eric Dumazet <[email protected]> | 2024-10-02 17:30:40 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-10-04 22:34:39 +0000 |
| commit | 5a9071a760a61b00260334ad576fe60debafaafc (patch) | |
| tree | 12c4ab5c51e735e4a18e4dbc2b3113d417456fbf /net/mptcp/protocol.c | |
| parent | Merge branch 'selftests-net-ioam-add-tunsrc-support' (diff) | |
| download | kernel-5a9071a760a61b00260334ad576fe60debafaafc.tar.gz kernel-5a9071a760a61b00260334ad576fe60debafaafc.zip | |
tcp: annotate data-races around icsk->icsk_pending
icsk->icsk_pending can be read locklessly already.
Following patch in the series will add another lockless read.
Add smp_load_acquire() and smp_store_release() annotations
because following patch will add a test in tcp_write_timer(),
and READ_ONCE()/WRITE_ONCE() alone would possibly lead to races.
Signed-off-by: Eric Dumazet <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/mptcp/protocol.c')
0 files changed, 0 insertions, 0 deletions
