Kuniyuki Iwashima
844e5e7e65
rtnetlink: Add assertion helpers for per-netns RTNL.
...
Once an RTNL scope is converted with rtnl_net_lock(), we will replace
RTNL helper functions inside the scope with the following per-netns
alternatives:
ASSERT_RTNL() -> ASSERT_RTNL_NET(net)
rcu_dereference_rtnl(p) -> rcu_dereference_rtnl_net(net, p)
Note that the per-netns helpers are equivalent to the conventional
helpers unless CONFIG_DEBUG_NET_SMALL_RTNL is enabled.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com >
Reviewed-by: Eric Dumazet <edumazet@google.com >
Signed-off-by: Paolo Abeni <pabeni@redhat.com >
2024-10-08 15:16:59 +02:00
..
2024-10-02 17:23:23 -04:00
2024-09-25 11:01:27 +02:00
2024-09-23 14:17:08 -07:00
2024-10-04 11:33:47 -07:00
2024-09-21 08:20:50 -07:00
2024-10-02 17:23:23 -04:00
2024-10-02 17:32:01 -07:00
2024-09-26 12:00:25 -07:00
2024-09-21 09:44:57 -07:00
2024-09-26 12:00:25 -07:00
2024-09-23 14:00:46 -07:00
2024-10-02 17:23:23 -04:00
2024-09-26 10:27:10 -07:00
2024-09-27 09:55:30 -07:00
2024-09-27 12:10:45 -07:00
2024-09-25 14:56:40 -07:00
2024-09-20 00:19:48 -06:00
2024-09-24 14:54:26 -07:00
2024-09-21 07:29:05 -07:00
2024-09-21 09:44:57 -07:00
2024-09-29 08:51:30 -07:00
2024-09-26 14:01:44 -07:00
2024-09-26 11:39:02 -07:00
2024-09-27 12:10:45 -07:00
2024-09-27 08:18:43 -07:00
2024-09-22 18:47:51 +02:00
2024-10-02 17:23:23 -04:00
2024-09-23 09:35:36 -07:00
2024-09-21 09:27:50 -07:00
2024-10-01 17:01:40 +02:00
2024-09-27 08:18:43 -07:00
2024-09-21 07:29:05 -07:00
2024-09-26 14:01:43 -07:00
2024-09-21 12:46:00 +02:00
2024-10-02 17:23:23 -04:00
2024-09-22 18:48:00 +02:00
2024-09-20 18:28:26 +03:00
2024-09-25 20:12:58 +09:00
2024-09-24 14:54:26 -07:00
2024-09-23 08:58:31 -07:00
2024-09-23 11:07:55 +02:00
2024-10-07 16:46:27 -07:00
2024-09-26 13:03:03 +02:00
2024-09-20 19:31:03 -04:00
2024-09-23 15:03:29 -04:00
2024-09-23 15:03:30 -04:00
2024-09-23 15:03:29 -04:00
2024-09-23 15:03:30 -04:00
2024-09-23 15:03:30 -04:00
2024-10-03 15:32:04 -07:00
2024-09-20 17:53:17 -07:00
2024-09-23 14:08:08 -07:00
2024-09-19 14:25:32 -05:00
2024-09-19 14:25:34 -05:00
2024-10-08 10:50:15 +02:00
2024-10-02 17:23:23 -04:00
2024-10-08 15:16:59 +02:00
2024-09-20 00:20:06 -06:00
2024-09-21 09:44:57 -07:00
2024-09-24 14:54:26 -07:00
2024-09-22 13:35:36 -07:00
2024-09-21 07:29:05 -07:00
2024-10-02 17:23:23 -04:00
2024-09-25 23:23:44 +09:00
2024-09-22 11:19:35 -07:00
2024-10-02 17:23:23 -04:00
2024-10-02 17:21:59 -07:00
2024-09-21 07:29:05 -07:00