Commit ae488c7
tcp: annotate data-races around rskq_defer_accept
do_tcp_getsockopt() reads rskq_defer_accept while another cpu
might change its value.
Fixes: 1da177e ("Linux-2.6.12-rc2")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20230719212857.3943972-9-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>1 parent 9df5335 commit ae488c7
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3594 | 3594 | | |
3595 | 3595 | | |
3596 | 3596 | | |
3597 | | - | |
3598 | | - | |
3599 | | - | |
| 3597 | + | |
| 3598 | + | |
| 3599 | + | |
3600 | 3600 | | |
3601 | 3601 | | |
3602 | 3602 | | |
| |||
4002 | 4002 | | |
4003 | 4003 | | |
4004 | 4004 | | |
4005 | | - | |
4006 | | - | |
| 4005 | + | |
| 4006 | + | |
| 4007 | + | |
4007 | 4008 | | |
4008 | 4009 | | |
4009 | 4010 | | |
| |||
0 commit comments