diff options
author | Eric Dumazet <[email protected]> | 2023-08-31 13:52:10 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-09-01 07:27:33 +0100 |
commit | 9531e4a83febc3fb47ac77e24cfb5ea97e50034d (patch) | |
tree | e840aa2a06bb4c1a2a0dee027a6d256681a52020 /drivers/platform/surface/aggregator/ssh_parser.c | |
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 <[email protected]>
Cc: Paolo Abeni <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/platform/surface/aggregator/ssh_parser.c')
0 files changed, 0 insertions, 0 deletions