From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:43922 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751888AbeCWRBS (ORCPT ); Fri, 23 Mar 2018 13:01:18 -0400 Date: Fri, 23 Mar 2018 13:01:16 -0400 (EDT) Message-Id: <20180323.130116.1134568222537239061.davem@davemloft.net> To: ktkhai@virtuozzo.com Cc: yoshfuji@linux-ipv6.org, dhowells@redhat.com, netdev@vger.kernel.org Subject: Re: [PATCH net-next 0/2] Converting pernet_operations (part #11) From: David Miller In-Reply-To: <152174314653.22875.17369758119928369672.stgit@localhost.localdomain> References: <152174314653.22875.17369758119928369672.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Kirill Tkhai Date: Thu, 22 Mar 2018 21:34:37 +0300 > this series continues to review and to convert pernet_operations > to make them possible to be executed in parallel for several > net namespaces at the same time. > > I thought last series was last, but there is one > new pernet_operations came to kernel. This is > udp_sysctl_ops, and here we convert it. > > Also, David Howells acked rxrpc_net_ops, so I resend > the patch in case of it should be queued by patchwork: > > https://www.spinics.net/lists/netdev/msg490678.html Series applied, thank you.