From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:35200 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753443AbeBSTWM (ORCPT ); Mon, 19 Feb 2018 14:22:12 -0500 Date: Mon, 19 Feb 2018 14:22:09 -0500 (EST) Message-Id: <20180219.142209.1304614280503524710.davem@davemloft.net> To: ktkhai@virtuozzo.com Cc: avagin@virtuozzo.com, pablo@netfilter.org, kadlec@blackhole.kfki.hu, fw@strlen.de, yoshfuji@linux-ipv6.org, afaerber@suse.de, steffen.klassert@secunet.com, herbert@gondor.apana.org.au, johannes@sipsolutions.net, netdev@vger.kernel.org Subject: Re: [PATCH 00/16] Converting pernet_operations (part #2) From: David Miller In-Reply-To: <151902976942.32574.10711323959096437995.stgit@localhost.localdomain> References: <151902976942.32574.10711323959096437995.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: Mon, 19 Feb 2018 11:47:55 +0300 > This patchset continues to review and to convert pernet_operations > to async. There are mostly ipv6, also some regular used netfilter > pernet_operations are involved. One more converted is cfg80211_pernet_ops. Series applied. Thanks for explaining why each transformation to async is legitimate in each and every commit message, it made the review of this series that much easier.