Home
last modified time | relevance | path

Searched hist:"3666 f666e99600518ab20982af04a078bbdad277" (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.cdiff 3666f666e99600518ab20982af04a078bbdad277 Mon Jul 18 19:26:44 CEST 2022 Kuniyuki Iwashima <kuniyu@amazon.com> tcp: Fix data-races around sysctl knobs related to SYN option.

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: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/net/core/
H A Dsecure_seq.cdiff 3666f666e99600518ab20982af04a078bbdad277 Mon Jul 18 19:26:44 CEST 2022 Kuniyuki Iwashima <kuniyu@amazon.com> tcp: Fix data-races around sysctl knobs related to SYN option.

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: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/net/ipv4/
H A Dsyncookies.cdiff 3666f666e99600518ab20982af04a078bbdad277 Mon Jul 18 19:26:44 CEST 2022 Kuniyuki Iwashima <kuniyu@amazon.com> tcp: Fix data-races around sysctl knobs related to SYN option.

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: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dtcp_output.cdiff 3666f666e99600518ab20982af04a078bbdad277 Mon Jul 18 19:26:44 CEST 2022 Kuniyuki Iwashima <kuniyu@amazon.com> tcp: Fix data-races around sysctl knobs related to SYN option.

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: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dtcp_input.cdiff 3666f666e99600518ab20982af04a078bbdad277 Mon Jul 18 19:26:44 CEST 2022 Kuniyuki Iwashima <kuniyu@amazon.com> tcp: Fix data-races around sysctl knobs related to SYN option.

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: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>