Files
kernel_arpi/net/core
Kuniyuki Iwashima 329de75b9e tcp: Fix data-races around sysctl knobs related to SYN option.
[ Upstream commit 3666f666e99600518ab20982af04a078bbdad277 ]

While reading these knobs, they can be changed concurrently.
Thus, we need to add READ_ONCE() to their readers.

  - tcp_sack
  - tcp_window_scaling
  - tcp_timestamps

Fixes: 1da177e4c3 ("Linux-2.6.12-rc2")
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:25:22 +02:00
..
2022-07-29 17:25:15 +02:00
2021-08-05 13:27:50 +01:00
2022-03-08 19:12:41 +01:00
2022-03-08 19:12:41 +01:00
2021-09-03 11:48:28 +01:00
2021-07-22 00:52:04 -07:00
2022-05-01 17:22:24 +02:00