Re: [PATCH 0/3] net: Get rid of net_mutex and simplify cleanup_list queueing

2018-02-20 Thread David Miller
From: Kirill Tkhai Date: Mon, 19 Feb 2018 12:58:28 +0300 > [1/3] kills net_mutex and makes net_sem be taken for write instead. > This is made to take less locks (1 instead of 2) for the time > before all pernet_operations are converted. > > [2-3/3] simplifies dead net cleanup queuein

Re: [PATCH 0/3] net: Get rid of net_mutex and simplify cleanup_list queueing

2018-02-19 Thread Kirill Tkhai
The topic has to contain [net-next]. Sorry for I forgot to add it. Thanks. On 19.02.2018 12:58, Kirill Tkhai wrote: > [1/3] kills net_mutex and makes net_sem be taken for write instead. > This is made to take less locks (1 instead of 2) for the time > before all pernet_operations are

[PATCH 0/3] net: Get rid of net_mutex and simplify cleanup_list queueing

2018-02-19 Thread Kirill Tkhai
[1/3] kills net_mutex and makes net_sem be taken for write instead. This is made to take less locks (1 instead of 2) for the time before all pernet_operations are converted. [2-3/3] simplifies dead net cleanup queueing, and makes llist api be used for that. --- Kirill Tkhai (