Home
last modified time | relevance | path

Searched hist:"93 ee1eb85e28d1e35bb059c1f5965d65d5fc83c2" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/lib/bpf/
H A Dbpf.hdiff 93ee1eb85e28d1e35bb059c1f5965d65d5fc83c2 Thu Feb 01 18:20:24 CET 2024 Andrii Nakryiko <andrii@kernel.org> libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API

LIBBPF_API annotation seems missing on libbpf_set_memlock_rlim API, so
add it to make this API callable from libbpf's shared library version.

Fixes: e542f2c4cd16 ("libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF")
Fixes: ab9a5a05dc48 ("libbpf: fix up few libbpf.map problems")
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Eduard Zingerman <eddyz87@gmail.com>
Link: https://lore.kernel.org/bpf/20240201172027.604869-3-andrii@kernel.org