tcp: Fix a data-race around sysctl_tcp_probe_threshold.
While reading sysctl_tcp_probe_threshold, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader. Fixes: 6b58e0a5 ("ipv4: Use binary search to choose tcp PMTU probe_size") Signed-off-by:Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Loading
-
mentioned in commit b04817c9
-
mentioned in commit 44768749
-
mentioned in commit clo/qsdk/kernel/linux-nbu@9b5dc7ad
-
mentioned in commit 79ef9889
Please register or sign in to comment