lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 4 Mar 2015 10:42:04 +0200
From:	Or Gerlitz <ogerlitz@...lanox.com>
To:	Daniel Borkmann <daniel@...earbox.net>
CC:	Alexei Starovoitov <ast@...mgrid.com>,
	"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: link failures with bpf_map_xxx_elem_proto calls from net/core/filiter.c

Hi Daniel,

With net-next (and probably net or Linus tree too), I am getting these 
link failures

net/built-in.o:(.rodata+0x2210): undefined reference to 
`bpf_map_lookup_elem_proto'
net/built-in.o:(.rodata+0x2218): undefined reference to 
`bpf_map_update_elem_proto'
net/built-in.o:(.rodata+0x2220): undefined reference to 
`bpf_map_delete_elem_proto'

which are resolved when CONFIG_BPF_SYSCALL is added to the kernel 
config, I see now t hat this 4.0-rc1 commit d4052c4aea0cf "ebpf: remove 
CONFIG_BPF_SYSCALL ifdefs in socket filter code" removed the ifdefing, 
not sure what does "BPF internal header can deal with it" means.

Or.


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ