Merge branch 'netrom-fix-all-the-data-races-around-sysctls'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 7 Mar 2024 09:37:00 +0000 (10:37 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 7 Mar 2024 09:37:01 +0000 (10:37 +0100)
Jason Xing says:

====================
netrom: Fix all the data-races around sysctls

As the title said, in this patchset I fix the data-race issues because
the writer and the reader can manipulate the same value concurrently.
====================

Link: https://lore.kernel.org/r/20240304082046.64977-1-kerneljasonxing@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge