From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH ipset nf-next] netfilter: ipset: use nfnl_mutex_is_locked Date: Wed, 6 Dec 2017 09:18:39 +0100 Message-ID: <20171206081839.GA4027@salvia> References: <20171130200732.2814-1-fw@strlen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Florian Westphal , netfilter-devel@vger.kernel.org To: Jozsef Kadlecsik Return-path: Received: from mail.us.es ([193.147.175.20]:33078 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752410AbdLFISn (ORCPT ); Wed, 6 Dec 2017 03:18:43 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id CBF50C0B21 for ; Wed, 6 Dec 2017 09:18:41 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id BCF11DA80B for ; Wed, 6 Dec 2017 09:18:41 +0100 (CET) Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Dec 01, 2017 at 08:14:48PM +0100, Jozsef Kadlecsik wrote: > Hi Florian, > > On Thu, 30 Nov 2017, Florian Westphal wrote: > > > Check that we really hold nfnl mutex here instead of relying on correct > > usage alone. > > > > Signed-off-by: Florian Westphal > > Yes, it's better this way :-) > > Acked-by: Jozsef Kadlecsik Applied, thanks.