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)
commit6d673e86cd6514eda76529d2cab9c4fda7bbd5be
treead0a8a154549588ac2cd43df7a51461b54fbb856
parent811b3f9b2ab529d1b9605290c2231be7f447d59b
parentd380ce70058a4ccddc3e5f5c2063165dc07672c6
Merge branch 'netrom-fix-all-the-data-races-around-sysctls'

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>