Files
linux/net
Sebastian Andrzej Siewior bc57eda646 ipv6: sr: Use nested-BH locking for hmac_storage
hmac_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.

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.

Cc: David Ahern <dsahern@kernel.org>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Link: https://patch.msgid.link/20250512092736.229935-5-bigeasy@linutronix.de
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2025-05-15 15:23:31 +02:00
..
2025-03-23 06:20:48 +09:00
2025-04-22 07:04:02 -07:00
2025-04-22 07:04:02 -07:00
2025-04-11 18:42:34 -07:00
2025-04-10 17:32:57 -07:00
2025-05-13 11:12:48 +02:00
2025-04-11 18:58:10 -07:00
2025-04-11 18:58:10 -07:00