diff options
author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2022-07-18 19:26:42 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-20 11:14:49 +0200 |
commit | 9b55c20f83369dd54541d9ddbe3a018a8377f451 (patch) | |
tree | 47fb5876d7c291eda26016d3711002bfb19f9bf4 /include/net/udp.h | |
parent | ipv4: Fix data-races around sysctl_fib_multipath_hash_fields. (diff) | |
download | linux-9b55c20f83369dd54541d9ddbe3a018a8377f451.tar.xz linux-9b55c20f83369dd54541d9ddbe3a018a8377f451.zip |
ip: Fix data-races around sysctl_ip_prot_sock.
sysctl_ip_prot_sock is accessed concurrently, and there is always a chance
of data-race. So, all readers and writers need some basic protection to
avoid load/store-tearing.
Fixes: 4548b683b781 ("Introduce a sysctl that modifies the value of PROT_SOCK.")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/udp.h')
0 files changed, 0 insertions, 0 deletions