Kuniyuki Iwashima 50a1d3d097 tcp: Fix data-races around sysctl_tcp_max_reordering.
[ Upstream commit a11e5b3e7a59fde1a90b0eaeaa82320495cf8cae ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-07-29 17:14:16 +02:00
..
2022-03-11 11:22:39 +01:00
2022-04-20 09:19:40 +02:00
2019-09-26 08:56:17 +02:00
2019-12-04 22:30:54 +01:00
2022-07-07 17:36:48 +02:00
2021-06-18 09:59:00 +02:00