https://github.com/torvalds/linux
Revision 60a7a152abd494ed4f69098cf0f322e6bb140612 authored by Jason Xing on 04 March 2024, 08:20:38 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 119cae5
History
Tip revision: 60a7a152abd494ed4f69098cf0f322e6bb140612 authored by Jason Xing on 04 March 2024, 08:20:38 UTC
netrom: Fix a data-race around sysctl_netrom_transport_timeout
Tip revision: 60a7a15

back to top