[PATCH net-next 0/2] annotate data-races around sysctl_tcp_wmem[0]

Jason Xing posted 2 patches 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/20240308112504.29099-1-kerneljasonxing@gmail.com
net/ipv4/tcp.c       | 2 +-
net/mptcp/protocol.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH net-next 0/2] annotate data-races around sysctl_tcp_wmem[0]
Posted by Jason Xing 1 month, 3 weeks ago
From: Jason Xing <kernelxing@tencent.com>

Adding simple READ_ONCE() can avoid reading the sysctl knob meanwhile
someone is trying to change it.

Jason Xing (2):
  mptcp: annotate a data-race around sysctl_tcp_wmem[0]
  tcp: annotate a data-race around sysctl_tcp_wmem[0]

 net/ipv4/tcp.c       | 2 +-
 net/mptcp/protocol.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.37.3