From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH 1/2] nfnetlink_queue: use proper net to allocate skb Date: Fri, 27 Sep 2013 16:26:37 +0200 Message-ID: <20130927142637.GA12260@localhost> References: <1379935256-18598-1-git-send-email-gaofeng@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Gao feng Return-path: Received: from mail.us.es ([193.147.175.20]:46635 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751993Ab3I0O0m (ORCPT ); Fri, 27 Sep 2013 10:26:42 -0400 Content-Disposition: inline In-Reply-To: <1379935256-18598-1-git-send-email-gaofeng@cn.fujitsu.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Mon, Sep 23, 2013 at 07:20:55PM +0800, Gao feng wrote: > Use proper net struct to allocate skb,otherwise > netlink mmap will be of no effect. Applied, thanks.