Searched hist:"657 b991afb89d25fe6c4783b1b75a8ad4563670d" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | diff 657b991afb89d25fe6c4783b1b75a8ad4563670d Tue Aug 23 12:46:54 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix data-races around sysctl_max_skb_frags.
While reading sysctl_max_skb_frags, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.
Fixes: 5f74f82ea34c ("net:Add sysctl_max_skb_frags") Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | tcp.c | diff 657b991afb89d25fe6c4783b1b75a8ad4563670d Tue Aug 23 12:46:54 CDT 2022 Kuniyuki Iwashima <kuniyu@amazon.com> net: Fix data-races around sysctl_max_skb_frags.
While reading sysctl_max_skb_frags, it can be changed concurrently. Thus, we need to add READ_ONCE() to its readers.
Fixes: 5f74f82ea34c ("net:Add sysctl_max_skb_frags") Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|