aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorKuniyuki Iwashima2022-07-18 10:26:53 -0700
committerDavid S. Miller2022-07-20 10:14:50 +0100
commita11e5b3e7a59fde1a90b0eaeaa82320495cf8cae (patch)
treeff4df38955777e54a0ce553283c9a1bd9c72224b /kernel
parent2d17d9c7382327d00aeaea35af44e9b26d53206e (diff)
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: dca145ffaa8d ("tcp: allow for bigger reordering level") Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions