From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: Tree for Mar 9 (net: bpf) Date: Wed, 9 Mar 2016 09:07:06 -0800 Message-ID: <56E0583A.1080205@infradead.org> References: <20160309163852.4dd159b1@canb.auug.org.au> <56E052E4.90504@infradead.org> <56E053D3.7090009@iogearbox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, "netdev@vger.kernel.org" To: Daniel Borkmann , Stephen Rothwell , linux-next@vger.kernel.org Return-path: Received: from casper.infradead.org ([85.118.1.10]:38762 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933435AbcCIRHM (ORCPT ); Wed, 9 Mar 2016 12:07:12 -0500 In-Reply-To: <56E053D3.7090009@iogearbox.net> Sender: netdev-owner@vger.kernel.org List-ID: On 03/09/16 08:48, Daniel Borkmann wrote: > On 03/09/2016 05:44 PM, Randy Dunlap wrote: >> On 03/08/16 21:38, Stephen Rothwell wrote: >>> Hi all, >>> >>> Changes since 20160308: >> >> on x86_64: >> >> ../net/core/filter.c: In function 'bpf_skb_get_tunnel_opt': >> ../net/core/filter.c:1824:2: error: implicit declaration of function 'ip_tunnel_info_opts_get' [-Werror=implicit-function-declaration] >> ip_tunnel_info_opts_get(to, info); >> ^ >> ../net/core/filter.c: In function 'bpf_skb_set_tunnel_opt': >> ../net/core/filter.c:1918:2: error: implicit declaration of function 'ip_tunnel_info_opts_set' [-Werror=implicit-function-declaration] >> ip_tunnel_info_opts_set(info, from, size); >> ^ >> Full randconfig file is attached. > > Already fixed with net-next commit e28e87ed474c ("ip_tunnel, bpf: > ip_tunnel_info_opts_{get, set} depends on CONFIG_INET"). > > Thanks, > Daniel > Hi Daniel, Is that patch on the netdev mailing list or patchwork? I can't find it. Does it handle where net/Kconfig symbol NET selects BPF unconditionally? thanks, -- ~Randy