tcp: Fix data-races around sysctl_tcp_max_reordering.
While reading sysctl_tcp_max_reordering, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers. Fixes: dca145ff ("tcp: allow for bigger reordering level") Signed-off-by:Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Loading
-
mentioned in commit 50a1d3d0
-
mentioned in commit clo/lc/chromiumos/third_party/kernel@5e38cee2
-
mentioned in commit ce3731c6
Please register or sign in to comment