diff options
author | Eric Dumazet <edumazet@google.com> | 2023-08-31 13:52:10 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-09-01 07:27:33 +0100 |
commit | 9531e4a83febc3fb47ac77e24cfb5ea97e50034d (patch) | |
tree | e840aa2a06bb4c1a2a0dee027a6d256681a52020 /.get_maintainer.ignore | |
parent | 5e6300e7b3a4ab5b72a82079753868e91fbf9efc (diff) |
mptcp: annotate data-races around msk->rmem_fwd_alloc
msk->rmem_fwd_alloc can be read locklessly.
Add mptcp_rmem_fwd_alloc_add(), similar to sk_forward_alloc_add(),
and appropriate READ_ONCE()/WRITE_ONCE() annotations.
Fixes: 6511882cdd82 ("mptcp: allocate fwd memory separately on the rx and tx path")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '.get_maintainer.ignore')
0 files changed, 0 insertions, 0 deletions