Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1689588 > unrolled thread

linux-next: build failure after merge of the net-next tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-07-18 03:10 +0200
Last post2017-07-18 07:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build failure after merge of the net-next tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-07-18 03:10 +0200
    Re: linux-next: build failure after merge of the net-next tree John Fastabend <john.fastabend@gmail.com> - 2017-07-18 07:00 +0200

#1689588 — linux-next: build failure after merge of the net-next tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-07-18 03:10 +0200
Subjectlinux-next: build failure after merge of the net-next tree
Message-ID<u4pbr-4aW-11@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1689699

FromJohn Fastabend <john.fastabend@gmail.com>
Date2017-07-18 07:00 +0200
Message-ID<u4sM1-6i8-13@gated-at.bofh.it>
In reply to#1689588
On 07/17/2017 06:09 PM, Stephen Rothwell wrote:
> 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.
> 

I missed testing without CONFIG_BPF_SYSCALL. Patch is posted to netdev
and on patchworks at,

https://patchwork.ozlabs.org/patch/789862/

Thanks,
John

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web