Re: [PATCH net-next] net: allow to kill a task which waits net_mutex in copy_new_ns

2016-10-23 Thread David Miller
From: Andrei Vagin Date: Thu, 20 Oct 2016 19:45:43 -0700 > From: Andrey Vagin > > net_mutex can be locked for a long time. It may be because many > namespaces are being destroyed or many processes decide to create > a network namespace. > > Both these operations are heavy, so it is better to h

[PATCH net-next] net: allow to kill a task which waits net_mutex in copy_new_ns

2016-10-20 Thread Andrei Vagin
From: Andrey Vagin net_mutex can be locked for a long time. It may be because many namespaces are being destroyed or many processes decide to create a network namespace. Both these operations are heavy, so it is better to have an ability to kill a process which is waiting net_mutex. Cc: "David