From: David S. Miller Date: Mon, 18 Dec 2023 02:05:45 +0000 (+0000) Subject: Merge branch 'rtnl-rcu' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=610a689d2a57af3e21993cb6d8c3e5f839a8c89e;p=linux.git Merge branch 'rtnl-rcu' Pedro Tammela says: ==================== net: rtnl: introduce rcu_replace_pointer_rtnl Introduce the rcu_replace_pointer_rtnl helper to lockdep check rtnl lock rcu replacements, alongside the already existing helpers. Patch 2 uses the new helper in the rtnl_unregister_* functions. Originally this change was part of the P4TC series, as it's a recurrent pattern there, but since it has a use case in mainline we are pushing it separately. ==================== Signed-off-by: David S. Miller --- 610a689d2a57af3e21993cb6d8c3e5f839a8c89e