https://github.com/torvalds/linux
Revision a2e706841488f474c06e9b33f71afc947fb3bf56 authored by Jason Xing on 04 March 2024, 08:20:42 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 43547d8
History
Tip revision: a2e706841488f474c06e9b33f71afc947fb3bf56 authored by Jason Xing on 04 March 2024, 08:20:42 UTC
netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size
Tip revision: a2e7068

back to top