From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] netfilter: check if the socket netns is correct. Date: Fri, 28 Sep 2018 10:33:00 +0200 Message-ID: <20180928083300.q6xz2vbibm7jipws@salvia> References: <20180927204629.GA4680@roeck-us.net> <20180927225824.GT2702@plex.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Guenter Roeck , Jozsef Kadlecsik , Florian Westphal , "David S. Miller" , Alexey Kuznetsov , Hideaki YOSHIFUJI , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Flavio Leitner Return-path: Received: from mail.us.es ([193.147.175.20]:35170 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727870AbeI1Ozo (ORCPT ); Fri, 28 Sep 2018 10:55:44 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 5DF0862324 for ; Fri, 28 Sep 2018 10:33:03 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 4B371DA8FC for ; Fri, 28 Sep 2018 10:33:03 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180927225824.GT2702@plex.lan> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Sep 27, 2018 at 07:58:24PM -0300, Flavio Leitner wrote: [...] > From a5f927e7f1368d753f87cb978d630d786d5adb62 Mon Sep 17 00:00:00 2001 > From: Flavio Leitner > Date: Thu, 27 Sep 2018 19:36:28 -0300 > Subject: [PATCH] xt_socket: check sk before checking for netns. > > Only check for the network namespace if the socket is available. Applied. Please, Cc netfilter-devel@vger.kernel.org next time for your netfilter patches. Thanks.