diff options
author | 2022-08-23 10:46:54 -0700 | |
---|---|---|
committer | 2022-08-24 13:46:58 +0100 | |
commit | 657b991afb89d25fe6c4783b1b75a8ad4563670d (patch) | |
tree | ae4bf05b7ffa2902b68f902877bb3116fcc58b19 /net/core/dev.c | |
parent | net: Fix a data-race around netdev_budget. (diff) | |
download | wireguard-linux-657b991afb89d25fe6c4783b1b75a8ad4563670d.tar.xz wireguard-linux-657b991afb89d25fe6c4783b1b75a8ad4563670d.zip |
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>
Diffstat (limited to 'net/core/dev.c')
0 files changed, 0 insertions, 0 deletions