Home
last modified time | relevance | path

Searched hist:"4845 b5713ab18a1bb6e31d1fbb4d600240b8b691" (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dtcp.hdiff 4845b5713ab18a1bb6e31d1fbb4d600240b8b691 Mon Jul 18 19:26:48 CEST 2022 Kuniyuki Iwashima <kuniyu@amazon.com> tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.

While reading sysctl_tcp_slow_start_after_idle, it can be changed
concurrently. Thus, we need to add READ_ONCE() to its readers.

Fixes: 35089bb203f4 ("[TCP]: Add tcp_slow_start_after_idle sysctl.")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/net/ipv4/
H A Dtcp_output.cdiff 4845b5713ab18a1bb6e31d1fbb4d600240b8b691 Mon Jul 18 19:26:48 CEST 2022 Kuniyuki Iwashima <kuniyu@amazon.com> tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.

While reading sysctl_tcp_slow_start_after_idle, it can be changed
concurrently. Thus, we need to add READ_ONCE() to its readers.

Fixes: 35089bb203f4 ("[TCP]: Add tcp_slow_start_after_idle sysctl.")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>