From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v4 0/5] Ease to interpret net-nsid Date: Tue, 27 Nov 2018 16:20:40 -0800 (PST) Message-ID: <20181127.162040.2000870004423714628.davem@davemloft.net> References: <20181122222215.23554-1-nicolas.dichtel@6wind.com> <20181126144206.3968-1-nicolas.dichtel@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dsahern@gmail.com, netdev@vger.kernel.org To: nicolas.dichtel@6wind.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:46750 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726418AbeK1LUS (ORCPT ); Wed, 28 Nov 2018 06:20:18 -0500 In-Reply-To: <20181126144206.3968-1-nicolas.dichtel@6wind.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Nicolas Dichtel Date: Mon, 26 Nov 2018 15:42:01 +0100 > > The goal of this series is to ease the interpretation of nsid received in > netlink messages from other netns (when the user uses > NETLINK_F_LISTEN_ALL_NSID). > > After this series, with a patched iproute2: ... > v3 -> v4: > - patch 5/5: fix imbalance lock in error path > > v2 -> v3: > - patch 5/5: account NETNSA_CURRENT_NSID in rtnl_net_get_size() > > v1 -> v2: > - patch 1/5: remove net from struct rtnl_net_dump_cb > - patch 2/5: new in this version > - patch 3/5: use a bool to know if rtnl_get_net_ns_capable() was called > - patch 5/5: use struct net_fill_args Series applied.