diff options
author | Jason Xing <kernelxing@tencent.com> | 2024-03-08 12:25:03 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-03-11 11:37:40 +0100 |
commit | 9eb430d40e449640122b0b33ace1f33e793ecc5f (patch) | |
tree | 67d61ee4f1d892e408cdce3698a574e3bac29a81 /sound/drivers | |
parent | ynl: samples: fix recycling rate calculation (diff) | |
download | linux-9eb430d40e449640122b0b33ace1f33e793ecc5f.tar.xz linux-9eb430d40e449640122b0b33ace1f33e793ecc5f.zip |
mptcp: annotate a data-race around sysctl_tcp_wmem[0]
It's possible that writer and the reader can manipulate the same
sysctl knob concurrently. Using READ_ONCE() to prevent reading
an old value.
Signed-off-by: Jason Xing <kernelxing@tencent.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/drivers')
0 files changed, 0 insertions, 0 deletions