https://github.com/torvalds/linux
Revision 119cae5ea3f9e35cdada8e572cc067f072fa825a authored by Jason Xing on 04 March 2024, 08:20:37 UTC, committed by Paolo Abeni on 07 March 2024, 09:36:58 UTC
We need to protect the reader reading the sysctl value because the
value can be changed concurrently.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Jason Xing <kernelxing@tencent.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
1 parent cfd9f4a
History
Tip revision: 119cae5ea3f9e35cdada8e572cc067f072fa825a authored by Jason Xing on 04 March 2024, 08:20:37 UTC
netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser
Tip revision: 119cae5

back to top