aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf.c
diff options
context:
space:
mode:
authorMauricio Vásquez <[email protected]>2022-01-07 15:26:20 +0000
committerAndrii Nakryiko <[email protected]>2022-01-13 01:01:36 +0000
commit622a5b582cc27d3deedc38fcef68da2972e8e58d (patch)
tree4e06772777ec07deda9ae2fdcd29619cac722c2c /tools/lib/bpf/bpf.c
parentlibbpf: Use IS_ERR_OR_NULL() in hashmap__free() (diff)
downloadkernel-622a5b582cc27d3deedc38fcef68da2972e8e58d.tar.gz
kernel-622a5b582cc27d3deedc38fcef68da2972e8e58d.zip
bpftool: Fix error check when calling hashmap__new()
hashmap__new() encodes errors with ERR_PTR(), hence it's not valid to check the returned pointer against NULL and IS_ERR() has to be used instead. libbpf_get_error() can't be used in this case as hashmap__new() is not part of the public libbpf API and it'll continue using ERR_PTR() after libbpf 1.0. Fixes: 8f184732b60b ("bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects") Fixes: 2828d0d75b73 ("bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing") Fixes: d6699f8e0f83 ("bpftool: Switch to libbpf's hashmap for PIDs/names references") Signed-off-by: Mauricio Vásquez <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Reviewed-by: Quentin Monnet <[email protected]> Acked-by: Song Liu <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/lib/bpf/bpf.c')
0 files changed, 0 insertions, 0 deletions