Kuniyuki Iwashima
42f5fe1dc4
phonet: Convert phonet_device_list.lock to spinlock_t.
...
addr_doit() calls phonet_address_add() or phonet_address_del()
for RTM_NEWADDR or RTM_DELADDR, respectively.
Both functions only touch phonet_device_list(dev_net(dev)),
which is currently protected by RTNL and its dedicated mutex,
phonet_device_list.lock.
We will convert addr_doit() to RCU and cannot use mutex inside RCU.
Let's convert the mutex to spinlock_t.
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-24 16:03:40 +02:00
..
2024-10-09 09:56:40 +02:00
2024-10-02 17:23:23 -04:00
2024-10-23 13:31:32 +02:00
2024-10-04 12:42:32 +01:00
2024-10-15 15:28:17 +02:00
2024-10-15 18:43:08 -07:00
2024-09-05 13:29:06 -07:00
2024-10-23 13:31:32 +02:00
2024-10-08 15:33:49 -07:00
2024-10-15 18:52:26 -07:00
2024-08-27 09:30:16 +02:00
2024-10-23 13:31:32 +02:00
2024-10-15 18:52:26 -07:00
2024-10-02 17:23:23 -04:00
2024-10-10 08:30:21 -07:00
2024-10-23 13:31:32 +02:00
2024-10-17 10:22:01 +02:00
2024-08-27 16:09:25 -07:00
2024-10-14 13:17:04 +01:00
2024-10-15 18:43:08 -07:00
2024-10-23 13:17:35 +02:00
2024-10-23 12:29:27 +02:00
2024-08-22 13:09:20 -07:00
2024-10-15 10:50:21 -07:00
2024-10-15 17:52:58 -07:00
2024-10-02 17:23:23 -04:00
2024-10-03 09:44:00 -07:00
2024-10-22 11:02:05 +02:00
2024-10-22 11:02:05 +02:00
2024-10-22 15:33:24 +02:00
2024-10-03 10:14:14 +02:00
2024-10-10 13:13:33 -07:00
2024-10-21 09:14:18 +02:00
2024-08-29 12:33:07 -07:00
2024-09-03 11:36:43 +02:00
2024-10-15 18:43:07 -07:00
2024-10-24 16:03:40 +02: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-10-03 16:23:21 -07:00
2024-10-23 11:43:47 +02:00
2024-10-09 13:36:32 +01:00
2024-10-10 08:30:23 -07:00
2024-10-21 09:14:18 +02:00
2024-10-11 15:37:15 -07: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-10-07 11:33:26 -07:00
2024-10-15 17:52:58 -07:00
2024-10-14 17:23:49 +02:00
2024-10-02 17:23:23 -04:00
2024-10-10 08:30:21 -07:00
2024-10-08 15:16:59 +02:00
2024-10-10 08:30:21 -07:00
2024-10-15 18:43:08 -07:00