summaryrefslogtreecommitdiff
path: root/net/mptcp/pm.c
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2024-02-02 14:40:09 +0300
committerDavid S. Miller <davem@davemloft.net>2024-02-05 14:18:09 +0300
commit9426ce476a705d13eb086d4be7c817856417816f (patch)
tree6ad72cb5ab106657089d8eb59facbac95850ae7b /net/mptcp/pm.c
parentd440a4e27acdede686b974b62a6b2b2bd7914437 (diff)
downloadlinux-9426ce476a705d13eb086d4be7c817856417816f.tar.xz
mptcp: annotate lockless access for RX path fields
The following fields: - ack_seq - snd_una - wnd_end - rmem_fwd_alloc are protected by the data lock end accessed lockless in a few spots. Ensure ONCE annotation for write (under such lock) and for lockless read. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Reviewed-by: Mat Martineau <martineau@kernel.org> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mptcp/pm.c')
0 files changed, 0 insertions, 0 deletions