Files
linux/net/core
Sebastian Andrzej Siewior c99dac52ff net: dst_cache: Use nested-BH locking for dst_cache::cache
dst_cache::cache 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.

Add a local_lock_t to the data structure and use
local_lock_nested_bh() for locking. This change adds only lockdep
coverage and does not alter the functional behaviour for !PREEMPT_RT.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Link: https://patch.msgid.link/20250512092736.229935-3-bigeasy@linutronix.de
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2025-05-15 15:23:30 +02:00
..
2025-05-13 11:12:48 +02:00
2025-04-09 17:01:51 -07:00
2025-05-13 11:12:48 +02:00
2024-03-07 21:12:41 -08:00
2024-04-01 10:49:28 +01:00
2025-02-17 16:43:04 -08:00
2025-04-11 18:58:10 -07:00
2025-05-13 11:12:48 +02:00
2025-01-29 13:32:23 -08:00
2025-04-11 18:58:10 -07:00
2025-05-13 11:12:48 +02:00
2024-08-26 09:37:23 -07:00