aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_doc.py
diff options
context:
space:
mode:
authorKuniyuki Iwashima <[email protected]>2022-07-18 10:26:42 -0700
committerDavid S. Miller <[email protected]>2022-07-20 10:14:49 +0100
commit9b55c20f83369dd54541d9ddbe3a018a8377f451 (patch)
tree47fb5876d7c291eda26016d3711002bfb19f9bf4 /scripts/bpf_doc.py
parent8895a9c2ac76fb9d3922fed4fe092c8ec5e5cccc (diff)
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions