This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug bpf/23829] Bug introduced in bpf -base.cxx in git master
- From: "me at serhei dot io" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Mon, 29 Oct 2018 17:54:06 +0000
- Subject: [Bug bpf/23829] Bug introduced in bpf -base.cxx in git master
- Auto-submitted: auto-generated
- References: <bug-23829-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=23829
Serhei Makarov <me at serhei dot io> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2018-10-29
CC| |me at serhei dot io
Ever confirmed|0 |1
--- Comment #2 from Serhei Makarov <me at serhei dot io> ---
__BPF_FUNC_MAPPER is included from the Linux kernel's bpf.h header, via a
directive in bpf-internal.h:
extern "C" {
#include <linux/bpf.h>
}
Some of the other errors also seem to relate to symbols not in bpf.h e.g.
BPF_JLT. I will need to work out a good fallback for when bpf.h is unavailable
/ lacks those symbols. Which version of the kernel headers were you compiling
against?
--
You are receiving this mail because:
You are the assignee for the bug.