From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nf-next] netfilter: xt_bpf: support ebpf Date: Tue, 6 Dec 2016 00:05:25 +0100 Message-ID: <20161205230524.GA15645@salvia> References: <1480969684-74414-1-git-send-email-willemdebruijn.kernel@gmail.com> <1480972006.18162.559.camel@edumazet-glaptop3.roam.corp.google.com> <20161205213001.GA16819@breakpoint.cc> <20161205223415.GA14689@salvia> <20161205224051.GB16819@breakpoint.cc> <1480978749.18162.561.camel@edumazet-glaptop3.roam.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Florian Westphal , Willem de Bruijn , netfilter-devel@vger.kernel.org, netdev@vger.kernel.org, daniel@iogearbox.net, Willem de Bruijn To: Eric Dumazet Return-path: Content-Disposition: inline In-Reply-To: <1480978749.18162.561.camel@edumazet-glaptop3.roam.corp.google.com> Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org On Mon, Dec 05, 2016 at 02:59:09PM -0800, Eric Dumazet wrote: > On Mon, 2016-12-05 at 23:40 +0100, Florian Westphal wrote: > > > Fair enough, I have no objections to the patch. > > An additional question is about PATH_MAX : > > Is it guaranteed to stay at 4096 forever ? > > To be safe, maybe we should use a constant of our own. Right, this reminds me we have to fix something else. So constant of our own plus something smaller, if possible, would be good to go. Thanks.