In the Linux kernel, the following vulnerability has been resolved:
ip: Fix data-races around sysctlipprot_sock.
sysctlipprot_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.