tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
While reading sysctl_tcp_slow_start_after_idle, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers. Fixes: 35089bb2 ("[TCP]: Add tcp_slow_start_after_idle sysctl.") Signed-off-by:Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Loading
-
mentioned in commit 369d99c2
-
mentioned in commit clo/lc/chromiumos/third_party/kernel@3b26e11b
-
mentioned in commit 41aeba45
Please register or sign in to comment