Kuniyuki Iwashima 4177f54589 tcp: Fix data-races around sysctl_tcp_migrate_req.
While reading sysctl_tcp_migrate_req, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its readers.

Fixes: f9ac779f881c ("net: Introduce net.ipv4.tcp_migrate_req.")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-07-18 12:21:54 +01:00
..
2022-04-30 12:58:44 +01:00
2022-05-16 11:33:59 +01:00
2021-12-16 07:18:35 -08:00
2022-05-16 10:18:56 +01:00
2022-01-22 08:33:37 +02:00
2020-06-18 20:46:23 -07:00