Kuniyuki Iwashima 657b991afb 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>
2022-08-24 13:46:58 +01:00
..
2022-05-20 15:29:00 -07:00
2020-06-26 16:21:39 -07:00
2022-05-05 19:00:16 -07:00
2022-05-05 19:00:16 -07:00
2022-01-07 11:27:06 +00:00