Home
last modified time | relevance | path

Searched hist:"0 f1e4d06591d0a7907c71f7b6d1c79f8a4de8098" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/mptcp/
H A Doptions.cdiff 0f1e4d06591d0a7907c71f7b6d1c79f8a4de8098 Wed Jul 20 11:50:19 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> tcp: Fix data-races around sysctl_tcp_workaround_signed_windows.

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

Fixes: 15d99e02baba ("[TCP]: sysctl to allow TCP window > 32767 sans wscale")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/ipv4/
H A Dtcp_output.cdiff 0f1e4d06591d0a7907c71f7b6d1c79f8a4de8098 Wed Jul 20 11:50:19 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> tcp: Fix data-races around sysctl_tcp_workaround_signed_windows.

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

Fixes: 15d99e02baba ("[TCP]: sysctl to allow TCP window > 32767 sans wscale")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>