Ubuntu-focal-kernel/drivers/crypto/chelsio
Kuniyuki Iwashima 7c27cb890b tcp: Fix data-races around sysctl knobs related to SYN option.
BugLink: https://bugs.launchpad.net/bugs/1988225

[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2022-09-16 10:59:51 +02:00
..
chtls tcp: Fix data-races around sysctl knobs related to SYN option. 2022-09-16 10:59:51 +02:00
Kconfig
Makefile
chcr_algo.c
chcr_algo.h
chcr_core.c
chcr_core.h
chcr_crypto.h
chcr_ipsec.c