Files
linux/net/ipv6
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-04-17 12:30:03 +02:00
2025-03-03 17:16:34 -08:00
2024-11-11 10:32:06 -08:00
2025-02-06 16:14:15 -08:00
2025-05-13 11:12:48 +02:00
2025-02-15 09:08:46 -08:00
2024-05-30 18:29:38 -07:00
2023-10-27 10:35:46 +01:00
2023-09-14 16:16:36 +02:00
2025-01-20 07:06:53 +01:00