Message ID | 20240308112504.29099-1-kerneljasonxing@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | annotate data-races around sysctl_tcp_wmem[0] | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Fri, 8 Mar 2024 19:25:02 +0800 you wrote: > 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] > > [...] Here is the summary with links: - [net-next,1/2] mptcp: annotate a data-race around sysctl_tcp_wmem[0] https://git.kernel.org/netdev/net-next/c/9eb430d40e44 - [net-next,2/2] tcp: annotate a data-race around sysctl_tcp_wmem[0] https://git.kernel.org/netdev/net-next/c/683a67da9561 You are awesome, thank you!
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(-)