From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752057AbdGRBJb (ORCPT ); Mon, 17 Jul 2017 21:09:31 -0400 Received: from ozlabs.org ([103.22.144.67]:43885 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751943AbdGRBJ3 (ORCPT ); Mon, 17 Jul 2017 21:09:29 -0400 Date: Tue, 18 Jul 2017 11:09:27 +1000 From: Stephen Rothwell To: David Miller , Networking Cc: Linux-Next Mailing List , Linux Kernel Mailing List , John Fastabend , Jesper Dangaard Brouer , Daniel Borkmann Subject: linux-next: build failure after merge of the net-next tree Message-ID: <20170718110927.0f9974f6@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, After merging the net-next tree, today's linux-next build (arm multi_v7_defconfig) failed like this: net/core/filter.o: In function `xdp_do_flush_map': filter.c:(.text+0x3770): undefined reference to `__dev_map_flush' net/core/filter.o: In function `__bpf_tx_xdp': filter.c:(.text+0x56dc): undefined reference to `__dev_map_insert_ctx' net/core/filter.o: In function `xdp_do_redirect_map': filter.c:(.text+0x5e24): undefined reference to `__dev_map_lookup_elem' Caused by commit 11393cc9b9be ("xdp: Add batching support to redirect map") This build has CONFIG_BPF=y # CONFIG_BPF_SYSCALL is not set I have used the net-next tree from next-20170717 for today. -- Cheers, Stephen Rothwell