Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933174AbcCIRTe (ORCPT ); Wed, 9 Mar 2016 12:19:34 -0500 Received: from www62.your-server.de ([213.133.104.62]:47626 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932936AbcCIRT0 (ORCPT ); Wed, 9 Mar 2016 12:19:26 -0500 Message-ID: <56E05B19.5040101@iogearbox.net> Date: Wed, 09 Mar 2016 18:19:21 +0100 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Randy Dunlap , Stephen Rothwell , linux-next@vger.kernel.org CC: linux-kernel@vger.kernel.org, "netdev@vger.kernel.org" Subject: Re: linux-next: Tree for Mar 9 (net: bpf) References: <20160309163852.4dd159b1@canb.auug.org.au> <56E052E4.90504@infradead.org> <56E053D3.7090009@iogearbox.net> <56E0583A.1080205@infradead.org> In-Reply-To: <56E0583A.1080205@infradead.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1325 Lines: 35 On 03/09/2016 06:07 PM, Randy Dunlap wrote: > 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"). [...] > Is that patch on the netdev mailing list or patchwork? > I can't find it. It is in patchwork archive or also here: https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=e28e87ed474c5a0b378c66fb85efc8e487f4f63f Was reported first by Fengguang's build bot i.e. his config had !CONFIG_INET like in your case, so should resolve the issue. Thanks, Daniel