[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH+k93FQkiwRXwgRGrUJEpmAGZBL03URKDmx8uVA9MnLrDKn0Q@mail.gmail.com>
Date: Mon, 8 Jul 2019 16:11:26 +0100
From: Matt Hart <matthew.hart@...aro.org>
To: andriin@...com
Cc: andrii.nakryiko@...il.com, ast@...com, bpf@...r.kernel.org,
daniel@...earbox.net, kernel-team@...com, netdev@...r.kernel.org,
sdf@...ichev.me
Subject: Re: [PATCH v3 bpf-next 4/9] libbpf: add kprobe/uprobe attach API
Hi all,
I bisected a perf build error on ARMv7 to this patch:
libbpf.c: In function ‘perf_event_open_probe’:
libbpf.c:4112:17: error: cast from pointer to integer of different
size [-Werror=pointer-to-int-cast]
attr.config1 = (uint64_t)(void *)name; /* kprobe_func or uprobe_path */
^
Is this a known issue?
Powered by blists - more mailing lists