diff options
author | Andrii Nakryiko <[email protected]> | 2019-07-08 21:00:07 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2019-07-12 14:51:03 +0200 |
commit | 36db2a94f19ae1fcf1e6d8253df0c32f90f92860 (patch) | |
tree | c5303ec4f058cdda3566e2df0becd7fb15d32262 /net/lapb/lapb_timer.c | |
parent | b3b50f05dc501cc2cd90349a7bbfd932af0ceb31 (diff) |
libbpf: fix ptr to u64 conversion warning on 32-bit platforms
On 32-bit platforms compiler complains about conversion:
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 */
^
Reported-by: Matt Hart <[email protected]>
Fixes: b26500274767 ("libbpf: add kprobe/uprobe attach API")
Tested-by: Matt Hart <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Acked-by: Yonghong Song <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions