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-08-12 17:23:57 -07:00
2024-09-11 15:59:43 +02:00
2024-10-02 17:23:23 -04:00
2024-09-03 11:36:43 +02:00
2024-10-04 12:42:32 +01:00
2024-06-14 19:08:50 -07:00
2024-06-01 15:49:42 -07:00
2024-10-02 17:23:23 -04:00
2024-10-03 09:44:00 -07:00
2024-09-05 13:29:06 -07:00
2024-10-03 16:21:21 -07:00
2024-10-02 17:23:23 -04:00
2024-10-04 11:52:19 -07:00
2024-08-27 09:30:16 +02:00
2024-10-08 15:16:59 +02:00
2024-10-02 17:23:23 -04:00
2024-06-05 10:24:57 +01:00
2024-10-07 16:23:10 -07:00
2024-05-25 10:48:57 -07:00
2024-10-04 12:34:13 -07:00
2024-08-27 16:09:25 -07:00
2024-09-12 17:11:24 -07:00
2024-09-03 11:36:43 +02:00
2024-10-07 16:46:27 -07:00
2024-10-04 15:34:39 -07:00
2024-08-22 13:09:20 -07:00
2024-08-19 18:36:12 -07:00
2024-09-04 16:39:32 -07:00
2024-07-15 08:51:19 -07:00
2024-10-02 17:23:23 -04:00
2024-10-03 09:44:00 -07:00
2024-08-22 17:06:18 -07:00
2024-08-23 14:27:46 +01:00
2024-10-04 15:34:40 -07:00
2024-10-03 10:14:14 +02:00
2024-10-02 17:23:23 -04:00
2024-05-13 14:58:12 -07:00
2024-08-26 10:35:16 +01:00
2024-08-29 12:33:07 -07:00
2024-05-23 12:49:37 -07:00
2024-04-26 12:20:01 +02:00
2024-09-03 11:36:43 +02:00
2024-10-04 11:52:19 -07:00
2024-10-02 17:23:23 -04:00
2024-07-11 18:11:31 -07:00
2024-09-24 10:48:16 +02:00
2024-10-03 16:42:52 -07:00
2024-09-27 08:18:43 -07:00
2024-05-13 18:19:09 -06:00
2024-08-02 17:17:34 -07:00
2024-10-04 15:37:54 -07:00
2024-10-03 12:18:29 +02:00
2024-09-10 12:11:04 +02:00
2024-10-02 17:23:23 -04:00
2024-05-08 12:19:12 +01:00
2024-09-15 09:13:19 -07:00
2024-10-02 17:23:23 -04:00
2024-09-09 17:14:27 -07:00
2024-09-26 08:43:17 -07:00
2024-10-02 17:23:23 -04:00
2024-05-13 18:19:09 -06:00
2024-09-21 09:27:50 -07:00
2024-10-02 17:23:23 -04:00
2024-09-13 11:41:45 -07:00
2024-10-08 15:16:59 +02:00
2024-10-04 11:52:19 -07:00
2024-06-13 10:50:52 +02:00