diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2025-05-12 09:27:30 +0000 |
|---|---|---|
| committer | Paolo Abeni <[email protected]> | 2025-05-15 13:23:31 +0000 |
| commit | 3af4cdd67f32529c177b885d4ca491710e961928 (patch) | |
| tree | c64012d1ae76a9b26e8c201d372b3b0bdf02b902 /net/unix/af_unix.c | |
| parent | openvswitch: Use nested-BH locking for ovs_pcpu_storage (diff) | |
| download | kernel-3af4cdd67f32529c177b885d4ca491710e961928.tar.gz kernel-3af4cdd67f32529c177b885d4ca491710e961928.zip | |
openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storage
ovs_frag_data_storage is a per-CPU variable and relies on disabled BH for its
locking. Without per-CPU locking in local_bh_disable() on PREEMPT_RT
this data structure requires explicit locking.
Move ovs_frag_data_storage into the struct ovs_pcpu_storage which already
provides locking for the structure.
Cc: Aaron Conole <[email protected]>
Cc: Eelco Chaudron <[email protected]>
Cc: Ilya Maximets <[email protected]>
Cc: [email protected]
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Reviewed-by: Aaron Conole <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
